{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.api.finra.org/v1/fixedIncomeMarket/securitizedProductErrata.json",
  "$dataVersion": 1,
  "title": "securitizedProductErrata",
  "description": "SP IDC Errata Corrections",
  "type": "array",
  "items": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "reportDate": {
        "type": "string",
        "description": "The report date for the errata data.",
        "format": "date",
        "maxLength": 10
      },
      "tradeDate": {
        "type": "string",
        "description": "The original trade date associated with the errata correction.",
        "format": "date",
        "maxLength": 10
      },
      "correctionDate": {
        "type": "string",
        "description": "The date the correction was made.",
        "format": "date",
        "maxLength": 10
      },
      "assetCode": {
        "type": "string",
        "description": "The asset class code for the errata entry.",
        "maxLength": 20
      },
      "subAssetCode": {
        "type": "string",
        "description": "The sub-asset class code for the errata entry.",
        "maxLength": 20
      },
      "noteText": {
        "type": "string",
        "description": "The descriptive note explaining the errata correction.",
        "maxLength": 500
      },
      "recordLoadTimestamp": {
        "type": "string",
        "description": "The timestamp when the record was loaded into the database.",
        "format": "date-time",
        "maxLength": 30
      }
    }
  }
}
