disease.sh · Schema

USCL

COVID-19DiseaseHealthEpidemiologyInfluenzaVaccineOpen DataPublic Health

Properties

Name Type Description
week string
totalA number
totalB number
percentPositiveA number
percentPositiveB number
totalTests number
percentPositive number
View JSON Schema on GitHub

JSON Schema

USCL.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/USCL.json",
  "title": "USCL",
  "properties": {
    "week": {
      "type": "string"
    },
    "totalA": {
      "type": "number"
    },
    "totalB": {
      "type": "number"
    },
    "percentPositiveA": {
      "type": "number"
    },
    "percentPositiveB": {
      "type": "number"
    },
    "totalTests": {
      "type": "number"
    },
    "percentPositive": {
      "type": "number"
    }
  }
}