UNPKG

@rapharacing/schemas

Version:

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

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