UNPKG
json-schema-generator
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.1
2.0.0
1.1.16
1.1.15
1.1.13
1.1.12
1.1.11
1.1.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JSON schema generator based on draft-v4.
github.com/krg7880/json-schema-generator
json-schema-generator
/
test
/
fixtures
/
stubby
/
routes.json
14 lines
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{
"request"
:
{
"url"
:
"^/valid/"
,
"method"
:
"GET"
,
"body"
:
""
}
,
"response"
:
{
"status"
:
200
,
"headers"
:
{
"Content-Type"
:
"application/json"
}
,
"file"
:
"./../json/valid.json"
}
}
]