
schemas.meansassessment.common.apiAssessmentSectionSummary.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "apiAssessmentSectionSummary.json",
"type": "object",
"description": "Assessment Section Summary",
"properties": {
"section": {
"type": "string",
"description": "The section identifier"
},
"applicantAnnualTotal": {
"type": "number",
"description": "Applicant Annual Total"
},
"partnerAnnualTotal": {
"type": "number",
"description": "Partner Annual Total"
},
"annualTotal": {
"type": "number",
"description": "Annual Total"
},
"assessmentType": {
"type": "object",
"description": "The Frequency of Applicant",
"existingJavaType": "uk.gov.justice.laa.crime.enums.AssessmentType"
},
"assessmentDetails": {
"type": "array",
"minItems": 1,
"items": {
"$ref": "apiAssessmentDetail.json"
}
}
},
"additionalProperties": false,
"required": ["section", "assessmentDetails"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy