UNPKG

@rapharacing/schemas

Version:

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

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