37 lines
733 B
JSON
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"
|
|
}
|
|
}
|
|
} |