{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/bankruptcywatch/json-structure/proofofclaimresponse-structure.json", "title": "ProofOfClaimResponse", "type": "record", "members": [ { "name": "claimId", "type": "string", "description": "" }, { "name": "caseId", "type": "string", "description": "" }, { "name": "confirmationNumber", "type": "string", "description": "" }, { "name": "status", "type": "string", "description": "" }, { "name": "filedAt", "type": "string", "description": "" } ] }