{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/fullVaccineTimeline.json", "title": "fullVaccineTimeline", "type": "array", "items": { "type": "object", "properties": { "total": { "type": "number" }, "daily": { "type": "number" }, "totalPerHundred": { "type": "number" }, "dailyPerMillion": { "type": "number" }, "date": { "type": "string" } } } }