UNPKG

@rapharacing/schemas

Version:

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

16 lines 380 B
{ "type": "object", "properties": { "catalogs": { "type": "array", "description": "List of catalog items", "items": { "$ref": "_definitions.json#/definitions/Catalog", "originalRef": "Catalog" } } }, "title": "CatalogList", "description": "Representation of a Catalog List", "$schema": "http://json-schema.org/schema#" }