ApplicantPortal/app/applicant/schemas/Declarations.json
2025-03-12 20:43:26 -06:00

37 lines
733 B
JSON

{
"$schema": "https://json-schema.org/draft-07/schema",
"title": "Declarations",
"type": "object",
"properties": {
"anyJudgements": {
"type": "boolean"
},
"declaredBankruptcy": {
"type": "boolean"
},
"propertyForeclosed": {
"type": "boolean"
},
"partyToLawSuit": {
"type": "boolean"
},
"obligatedLoanForeclosure": {
"type": "boolean"
},
"delinquentOrDefault": {
"type": "boolean"
},
"alimonyChildSupportMaintenance": {
"type": "boolean"
},
"downPaymentBorrowed": {
"type": "boolean"
},
"comakerOrEndorser": {
"type": "boolean"
},
"intendedPrimaryResidence": {
"type": "boolean"
}
}
}