UNPKG

@rapharacing/schemas

Version:

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

16 lines 315 B
{ "type": "object", "properties": { "code": { "type": "string", "description": "Title code" }, "name": { "type": "string", "description": "Title name" } }, "title": "Title", "description": "Representation of a Title", "$schema": "http://json-schema.org/schema#" }