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/modelWithInt32Map.json
2017-07-30 18:48:49 -04:00

8 lines
132 B
JSON

{
"description": "This is a Map[String, Integer]",
"additionalProperties": {
"type": "integer",
"format": "int32"
}
}