UNPKG

@rapharacing/schemas

Version:

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

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