UNPKG

@rapharacing/schemas

Version:

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

12 lines 253 B
{ "type": "object", "properties": { "value": { "type": "string", "description": "Suggestion value" } }, "title": "Suggestion", "description": "Representation of a Suggestion", "$schema": "http://json-schema.org/schema#" }