UNPKG

@rapharacing/schemas

Version:

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

16 lines 387 B
{ "type": "object", "properties": { "promotions": { "type": "array", "description": "List of promotions", "items": { "$ref": "_definitions.json#/definitions/Promotion", "originalRef": "Promotion" } } }, "title": "PromotionList", "description": "Representation of a Promotion list", "$schema": "http://json-schema.org/schema#" }