UNPKG

@rapharacing/schemas

Version:

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

12 lines 261 B
{ "type": "object", "properties": { "value": { "type": "string", "description": "Value of search query" } }, "title": "SearchQuery", "description": "Representation of a Search Query", "$schema": "http://json-schema.org/schema#" }