UNPKG

@rapharacing/schemas

Version:

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

16 lines 424 B
{ "type": "object", "properties": { "references": { "type": "array", "description": "List of product references", "items": { "$ref": "_definitions.json#/definitions/ProductReference", "originalRef": "ProductReference" } } }, "title": "ProductReferenceList", "description": "Representation of a Product Reference List", "$schema": "http://json-schema.org/schema#" }