disease.sh · Schema

covidContinents

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health
View JSON Schema on GitHub

JSON Schema

covidContinents.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/covidContinents.json",
  "title": "covidContinents",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/covidContinent"
  }
}