ACORD · JSON Structure

Ngds Coverage Structure

Coverage schema from ACORD NGDS API

Type: object Properties: 6
ClaimsInsurancePolicyStandardsUnderwriting

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

Properties

coverageId coverageType limit deductible premium currency

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-coverage-structure.json",
  "description": "Coverage schema from ACORD NGDS API",
  "type": "object",
  "properties": {
    "coverageId": {
      "type": "string"
    },
    "coverageType": {
      "type": "string"
    },
    "limit": {
      "type": "double"
    },
    "deductible": {
      "type": "double"
    },
    "premium": {
      "type": "double"
    },
    "currency": {
      "type": "string"
    }
  },
  "name": "Coverage"
}