disease.sh · Schema

phases

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Properties

Name Type Description
phase string
candidates string
View JSON Schema on GitHub

JSON Schema

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