BankruptcyWatch · JSON Structure

Proofofclaimrequest Structure

Type: record Properties: 0
BankruptcyComplianceCourt DataLegalLendingPACER

Proofofclaimrequest Structure is a JSON Structure definition published by BankruptcyWatch. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$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": ""
    }
  ]
}