disease.sh · Schema

fullVaccineTimeline

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health
View JSON Schema on GitHub

JSON Schema

fullVaccineTimeline.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/fullVaccineTimeline.json",
  "title": "fullVaccineTimeline",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "total": {
        "type": "number"
      },
      "daily": {
        "type": "number"
      },
      "totalPerHundred": {
        "type": "number"
      },
      "dailyPerMillion": {
        "type": "number"
      },
      "date": {
        "type": "string"
      }
    }
  }
}