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