{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Language", "type": "object", "properties": { "code": {"type": "string"}, "name": {"type": "string"} } }