{ "$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" } } }