disease.sh · Schema

covidNYTUSA

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health
View JSON Schema on GitHub

JSON Schema

covidNYTUSA.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/covidNYTUSA.json",
  "title": "covidNYTUSA",
  "type": "array",
  "items": {
    "properties": {
      "date": {
        "type": "string",
        "format": "date"
      },
      "cases": {
        "type": "number"
      },
      "deaths": {
        "type": "number"
      }
    }
  }
}