{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/bankruptcywatch/json-structure/proofofclaimrequest-structure.json", "title": "ProofOfClaimRequest", "type": "record", "members": [ { "name": "creditorName", "type": "string", "description": "" }, { "name": "creditorAddress", "type": "string", "description": "" }, { "name": "claimAmount", "type": "number", "description": "" }, { "name": "securedAmount", "type": "number", "description": "" }, { "name": "basisForClaim", "type": "string", "description": "" }, { "name": "accountNumber", "type": "string", "description": "" }, { "name": "attachmentUrls", "type": "array", "description": "" } ] }