Range

Schema for Range from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
min number
max number
View JSON Schema on GitHub

JSON Schema

marketplace-range.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Range",
  "description": "Schema for Range from CMS Marketplace API",
  "properties": {
    "min": {
      "format": "float",
      "type": "number"
    },
    "max": {
      "format": "float",
      "type": "number"
    }
  },
  "type": "object"
}