availity · JSON Structure

Eligibility Plan Information Structure

PlanInformation schema from Availity API

Type: object Properties: 5

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

Properties

planName groupName groupNumber planBeginDate planEndDate

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-plan-information-structure.json",
  "description": "PlanInformation schema from Availity API",
  "type": "object",
  "properties": {
    "planName": {
      "type": "string"
    },
    "groupName": {
      "type": "string"
    },
    "groupNumber": {
      "type": "string"
    },
    "planBeginDate": {
      "type": "date"
    },
    "planEndDate": {
      "type": "date"
    }
  },
  "name": "PlanInformation"
}