aflac · JSON Structure

Enterprise Connect Claim List Structure

Paginated list of claims.

Type: object Properties: 2
Fortune 500

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

Properties

items total

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/aflac/refs/heads/main/json-structure/enterprise-connect-claim-list-structure.json",
  "name": "ClaimList",
  "description": "Paginated list of claims.",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "Array of claim records.",
      "items": {
        "$ref": "#/components/schemas/Claim"
      },
      "example": [
        "example_value"
      ]
    },
    "total": {
      "type": "int32",
      "description": "Total number of matching claims.",
      "example": 30
    }
  }
}