{ "$schema": "http://json-schema.org/draft-03/schema#", "type": "object", "properties": { "settings": { "type": "object", "properties": { "searchRegionKey": { "type": "string" }, "searchLanguageKey": { "type": "string" }, "interfaceLanguageKey": { "type": "string" } } } } }