Files
kustomize/vendor/github.com/go-openapi/spec/fixtures/specs/resolution.json
Jingfang Liu e7ecceb0c2 Update vendor
2018-06-19 09:36:30 -07:00

14 lines
201 B
JSON

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