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
/
featurevalue.json
12 lines
•
262 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 the feature"
} },
"title"
:
"FeatureValue"
,
"description"
:
"Representation of a Feature Value"
,
"
$schema
"
:
"http://json-schema.org/schema#"
}