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
/
title.json
16 lines
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"type"
:
"object"
,
"properties"
: {
"code"
: {
"type"
:
"string"
,
"description"
:
"Title code"
},
"name"
: {
"type"
:
"string"
,
"description"
:
"Title name"
} },
"title"
:
"Title"
,
"description"
:
"Representation of a Title"
,
"
$schema
"
:
"http://json-schema.org/schema#"
}