cri-o/vendor/github.com/go-openapi/spec/fixtures/specs/resolution.json

14 lines
201 B
JSON
Raw Normal View History

{
"id": "http://localhost:1234",
"items": {
"id": "deeper/",
"items": {
"$ref": "stringProp.json"
}
},
"definitions": {
"bool": {
"$ref": "boolProp.json"
}
}
}