disease.sh · Schema

covidAppleSubregions

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Properties

Name Type Description
country string
subregions array
View JSON Schema on GitHub

JSON Schema

covidAppleSubregions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/covidAppleSubregions.json",
  "title": "covidAppleSubregions",
  "properties": {
    "country": {
      "type": "string"
    },
    "subregions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}