UNPKG

@rapharacing/schemas

Version:

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

13 lines 222 B
{ "type": "object", "properties": { "response": { "type": "string" }, "success": { "type": "boolean" } }, "title": "CustomSimpleResponse", "$schema": "http://json-schema.org/schema#" }