{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-structure/healthinfo.json", "title": "HealthInfo", "type": "record", "fields": [ { "name": "country", "type": "xs:string", "description": "" }, { "name": "vaccinations", "type": "xs:sequence", "description": "" }, { "name": "healthRisks", "type": "xs:sequence", "description": "" }, { "name": "drinkingWater", "type": "xs:string", "description": "" }, { "name": "medicalFacilities", "type": "xs:string", "description": "" } ] }