UNPKG

@rapharacing/schemas

Version:

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

15 lines 308 B
{ "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "_definitions.json#/definitions/error", "originalRef": "error" } } }, "title": "errorList", "description": "List of errors", "$schema": "http://json-schema.org/schema#" }