UNPKG

@rapharacing/schemas

Version:

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

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