UNPKG

@rapharacing/schemas

Version:

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

16 lines 369 B
{ "type": "object", "properties": { "reviews": { "type": "array", "description": "List of reviews", "items": { "$ref": "_definitions.json#/definitions/Review", "originalRef": "Review" } } }, "title": "ReviewList", "description": "Representation of a Review List", "$schema": "http://json-schema.org/schema#" }