UNPKG

@rapharacing/schemas

Version:

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

17 lines 428 B
{ "type": "object", "properties": { "query": { "description": "Query of search state", "$ref": "_definitions.json#/definitions/SearchQuery", "originalRef": "SearchQuery" }, "url": { "type": "string", "description": "Url address of search state" } }, "title": "SearchState", "description": "Representation of a Search State", "$schema": "http://json-schema.org/schema#" }