Files
virtual-kubelet/vendor/github.com/go-openapi/spec/fixtures/local_expansion/item.json
2017-12-05 17:53:58 -06:00

19 lines
260 B
JSON

{
"properties": {
"id": {
"format": "int64",
"readOnly": true,
"type": "integer"
},
"title": {
"maxLength": 80,
"minLength": 2,
"type": "string"
}
},
"required": [
"title"
],
"type": "object"
}