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
/
src
/
schemas
/
customsimpleresponse.json
13 lines
•
222 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"type"
:
"object"
,
"properties"
: {
"response"
: {
"type"
:
"string"
},
"success"
: {
"type"
:
"boolean"
} },
"title"
:
"CustomSimpleResponse"
,
"
$schema
"
:
"http://json-schema.org/schema#"
}