Country schema from the Mews API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Country", "description": "Country schema from the Mews API.", "$id": "https://raw.githubusercontent.com/api-evangelist/mews-systems/refs/heads/main/json-schema/booking-engine-country-schema.json", "required": [ "Code", "Name" ], "type": "object", "properties": {}, "additionalProperties": false, "x-schema-id": "Country" }