UNPKG
@rapharacing/schemas
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
OpenAPI to JSON Schema to be used with middy for CC response validation
@rapharacing/schemas
/
dist
/
schemas
/
searchquery.json
12 lines
•
261 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"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#"
}