LowestCostPlanResponse

Schema for LowestCostPlanResponse from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
id string
name string
premium number
metal_level object
View JSON Schema on GitHub

JSON Schema

marketplace-lowestcostplanresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LowestCostPlanResponse",
  "description": "Schema for LowestCostPlanResponse from CMS Marketplace API",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "premium": {
      "type": "number"
    },
    "metal_level": {
      "$ref": "#/definitions/MetalLevelEnum"
    }
  },
  "example": {
    "id": "11111PA0000000",
    "name": "The Best Plan You Ever Did See",
    "premium": 850.16,
    "metal_level": "Bronze"
  },
  "type": "object"
}