UNPKG

@rapharacing/schemas

Version:

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

14 lines 230 B
{ "type": "object", "properties": { "asc": { "type": "boolean" }, "code": { "type": "string" } }, "title": "sort", "description": "Sort option", "$schema": "http://json-schema.org/schema#" }