@rapharacing/schemas
Version:
OpenAPI to JSON Schema to be used with middy for CC response validation
34 lines • 877 B
JSON
{
"type": "object",
"properties": {
"facetCode": {
"type": "string",
"description": "Code of the facet"
},
"facetName": {
"type": "string",
"description": "Name of the facet"
},
"facetValueCode": {
"type": "string",
"description": "Value code of the facet"
},
"facetValueName": {
"type": "string",
"description": "Value name of the facet"
},
"removeQuery": {
"description": "Remove query",
"$ref": "_definitions.json#/definitions/SearchState",
"originalRef": "SearchState"
},
"truncateQuery": {
"description": "Truncate query",
"$ref": "_definitions.json#/definitions/SearchState",
"originalRef": "SearchState"
}
},
"title": "Breadcrumb",
"description": "Representation of a Breadcrumb",
"$schema": "http://json-schema.org/schema#"
}