Aflac · Schema

Claim

A supplemental insurance claim record.

Fortune 500InsuranceSupplemental InsuranceEmployee BenefitsClaimsEnrollmentPolicy AdministrationEnterprise Integration

Properties

Name Type Description
claim_id string Unique claim identifier.
policy_id string Policy associated with the claim.
employee_id string Claimant employee identifier.
claim_type string Type of claim event.
status string Current claim processing status.
incident_date string Date of the qualifying event.
submission_date string Timestamp when the claim was submitted.
benefit_amount number Approved benefit payment amount in USD.
denial_reason string Reason for denial if the claim was denied.
View JSON Schema on GitHub

JSON Schema

enterprise-connect-claim-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aflac/refs/heads/main/json-schema/enterprise-connect-claim-schema.json",
  "title": "Claim",
  "description": "A supplemental insurance claim record.",
  "type": "object",
  "properties": {
    "claim_id": {
      "type": "string",
      "description": "Unique claim identifier.",
      "example": "CLM-112233"
    },
    "policy_id": {
      "type": "string",
      "description": "Policy associated with the claim.",
      "example": "POL-987654"
    },
    "employee_id": {
      "type": "string",
      "description": "Claimant employee identifier.",
      "example": "EMP-789012"
    },
    "claim_type": {
      "type": "string",
      "description": "Type of claim event.",
      "enum": [
        "accident",
        "critical_illness",
        "cancer_diagnosis",
        "hospitalization",
        "disability"
      ],
      "example": "accident"
    },
    "status": {
      "type": "string",
      "description": "Current claim processing status.",
      "enum": [
        "submitted",
        "in_review",
        "approved",
        "denied",
        "paid"
      ],
      "example": "approved"
    },
    "incident_date": {
      "type": "string",
      "format": "date",
      "description": "Date of the qualifying event.",
      "example": "2025-02-10"
    },
    "submission_date": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the claim was submitted.",
      "example": "2025-02-15T09:30:00Z"
    },
    "benefit_amount": {
      "type": "number",
      "description": "Approved benefit payment amount in USD.",
      "example": 1500.0
    },
    "denial_reason": {
      "type": "string",
      "description": "Reason for denial if the claim was denied.",
      "example": "Condition not covered under policy terms."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/enterprise-connect-claim"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.