UNPKG

@rapharacing/schemas

Version:

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

13 lines 207 B
{ "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": "string" } }, "title": "CustomFeature", "$schema": "http://json-schema.org/schema#" }