availity · JSON Structure

Eligibility Payer Structure

Payer schema from Availity API

Type: object Properties: 2 Required: 1

Payer is a JSON Structure definition published by availity, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

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/availity/refs/heads/main/json-structure/eligibility-payer-structure.json",
  "description": "Payer schema from Availity API",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Availity payer ID"
    },
    "name": {
      "type": "string"
    }
  },
  "name": "Payer"
}