UNPKG

@rapharacing/schemas

Version:

OpenAPI to JSON Schema to be used with middy for CC response validation

16 lines 383 B
{ "type": "object", "properties": { "currencies": { "type": "array", "description": "List of currencies", "items": { "$ref": "_definitions.json#/definitions/Currency", "originalRef": "Currency" } } }, "title": "CurrencyList", "description": "Representation of a Currency List", "$schema": "http://json-schema.org/schema#" }