MarketYears

Current and supported market years

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
current number Current market year
supported array Supported market years
View JSON Schema on GitHub

JSON Schema

marketplace-marketyears.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MarketYears",
  "description": "Current and supported market years",
  "type": "object",
  "properties": {
    "current": {
      "description": "Current market year",
      "type": "number"
    },
    "supported": {
      "description": "Supported market years",
      "type": "array",
      "items": {
        "$ref": "#/definitions/MarketYear"
      }
    }
  }
}