disease.sh · Schema

USPHL

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Properties

Name Type Description
week string
A(H3N2v) number
A(H1N1) number
A(H3) number
A(unable to sub-type)+ number
A(Subtyping not performed) number
B number
BVIC number
totalTests number
View JSON Schema on GitHub

JSON Schema

USPHL.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/USPHL.json",
  "title": "USPHL",
  "properties": {
    "week": {
      "type": "string"
    },
    "A(H3N2v)": {
      "type": "number"
    },
    "A(H1N1)": {
      "type": "number"
    },
    "A(H3)": {
      "type": "number"
    },
    "A(unable to sub-type)+": {
      "type": "number"
    },
    "A(Subtyping not performed)": {
      "type": "number"
    },
    "B": {
      "type": "number"
    },
    "BVIC": {
      "type": "number"
    },
    "totalTests": {
      "type": "number"
    }
  }
}