ACORD · JSON Structure

Ngds Claim List Structure

ClaimList schema from ACORD NGDS API

Type: object Properties: 2
ClaimsInsurancePolicyStandardsUnderwriting

ClaimList is a JSON Structure definition published by ACORD, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data pagination

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acord/refs/heads/main/json-structure/ngds-claim-list-structure.json",
  "description": "ClaimList schema from ACORD NGDS API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Claim"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  },
  "name": "ClaimList"
}