All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.meansassessment.apiRollbackMeansAssessmentResponse.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "apiRollbackMeansAssessmentResponse.json",
  "type": "object",
  "title": "Means Assessment Response",
  "description": "The response data for a rollback of the Means Assessment",
  "properties": {
    "assessmentType": {
      "type": "string",
      "description": "Type of an Assessment - FULL or INIT."
    },
    "initResult": {
      "type": "string",
      "description": "Outcome of initial assessment"
    },
    "fassInitStatus": {
      "description": "Assessment Status",
      "existingJavaType": "uk.gov.justice.laa.crime.enums.CurrentStatus"
    },
    "fullResult": {
      "type": "string",
      "description": "Outcome of full assessment"
    },
    "fassFullStatus": {
      "description": "Assessment Status",
      "existingJavaType": "uk.gov.justice.laa.crime.enums.CurrentStatus"
    }
  },
  "additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy