{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Currencies", "type": "object", "required": [ "currencies" ], "properties": { "currencies": { "type": "array", "items": { "$ref": "#/components/schemas/Currency" } } } }