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

6 lines
59 B
JSON

{
"type":"array",
"items": {
"type": "string"
}
}