{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NonCurrentAsset", "description": "Non Current Asset for Request", "type": "object", "properties": { "discountAccount": { "type": "boolean", "example": false, "description": "Indicates if account is a discount account." }, "escrowAccount": { "type": "boolean", "example": false, "description": "Indicates if account is a escrow account." }, "excludeFrom1099": { "type": "boolean", "example": false, "description": "Indicates if account is excluded from Form1099." }, "excludeFromPayInFull": { "type": "boolean", "example": false, "description": "Indicates if account is excluded from paying in full." }, "excludeLateFee": { "type": "boolean", "example": false, "description": "Indicates if excluding from late fees." } } }