UNPKG

@rapharacing/schemas

Version:

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

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