UNPKG
agliojs
Version:
latest (2.3.1)
2.3.1
2.3.0
An API Blueprint renderer with theme support
github.com/jtwebman/aglio
jtwebman/aglio
agliojs
/
example-schema.json
20 lines
(19 loc)
•
389 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"type"
:
"array"
,
"maxItems"
:
50
,
"items"
: {
"type"
:
"object"
,
"properties"
: {
"name"
: {
"type"
:
"string"
},
"image"
: {
"type"
:
"string"
},
"joined"
: {
"type"
:
"string"
,
"pattern"
:
"
\\
d{4}-
\\
d{2}-
\\
d{2}"
} } } }