{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/disease-sh/main/json-schema/vaccineCoverage.json", "title": "vaccineCoverage", "oneOf": [ { "$ref": "#/components/schemas/simpleVaccineTimeline" }, { "$ref": "#/components/schemas/fullVaccineTimeline" } ] }