ApplicantPortal/app/applicant/schemas/Declarations.json

37 lines
733 B
JSON
Raw Normal View History

2025-03-13 02:43:26 +00:00
{
"$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"
}
}
}