1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00
Files
descheduler/vendor/github.com/go-openapi/loads/fixtures/json/models/modelWithXmlAttributes.json
2017-07-30 18:48:49 -04:00

26 lines
440 B
JSON

{
"description": "this model serves xml and json structures",
"xml": {
"name": "XMLModel"
},
"properties": {
"id": {
"type": "integer",
"format": "int64",
"xml": {
"attribute": true,
"namespace": "ns1",
"prefix": "urn1"
}
},
"items": {
"type": "array",
"items": {
"type": "string"
},
"xml": {
"wrapped": true
}
}
}
}