14 lines
201 B
JSON
14 lines
201 B
JSON
|
{
|
||
|
"id": "http://localhost:1234",
|
||
|
"items": {
|
||
|
"id": "deeper/",
|
||
|
"items": {
|
||
|
"$ref": "stringProp.json"
|
||
|
}
|
||
|
},
|
||
|
"definitions": {
|
||
|
"bool": {
|
||
|
"$ref": "boolProp.json"
|
||
|
}
|
||
|
}
|
||
|
}
|