
schemas.evidence.common.apiIncomeEvidenceMetadata.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-07/schema#",
"id": "apiIncomeEvidenceMetadata.json",
"type": "object",
"title": "Income Evidence Metadata",
"description": "MAAT specific metadata required to process income evidence",
"properties": {
"applicationReceivedDate": {
"type": "string",
"description": "The date the application was received",
"format": "date"
},
"evidencePending": {
"type": "boolean",
"description": "indicates whether there is still pending income evidence"
},
"notes": {
"type": "string",
"description": "Free text notes relating to the income evidence"
},
"userSession": {
"type": "object",
"description": "The current users session",
"$ref": "../../common/apiUserSession.json"
}
},
"additionalProperties": false,
"required": ["applicationReceivedDate", "userSession"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy