{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-country-contract-structure.json", "description": "Country data", "type": "object", "properties": { "code": { "minLength": 1, "type": "string", "description": "Code" }, "name": { "type": "string", "description": "Name", "nullable": true } }, "required": [ "code" ], "additionalProperties": false, "name": "CountryContract" }