{ "type": "object", "name": "Address", "properties": { "country": { "type": "string" } }, "required": [ "country" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }