disease.sh · Schema

simpleVaccineTimeline

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Properties

Name Type Description
date number
View JSON Schema on GitHub

JSON Schema

simpleVaccineTimeline.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/simpleVaccineTimeline.json",
  "title": "simpleVaccineTimeline",
  "type": "object",
  "properties": {
    "date": {
      "type": "number"
    }
  }
}