DataVersion

Schema for DataVersion from CMS Marketplace API

MedicareMedicaidHealthcareHealth InsuranceFHIRFederal GovernmentDrug SpendingProvider DataQuality MeasuresClaims Data

Properties

Name Type Description
name string
updated string iso-8601 date
View JSON Schema on GitHub

JSON Schema

marketplace-dataversion.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataVersion",
  "description": "Schema for DataVersion from CMS Marketplace API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "updated": {
      "type": "string",
      "description": "iso-8601 date"
    }
  }
}