{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Dictionaries", "type": "object", "properties": { "currencies": { "$ref": "#/definitions/CurrencyDictionary" }, "locations": { "$ref": "#/definitions/LocationDictionary" } } }