mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-05-23 09:33:06 +00:00
9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"description": "A complex object array response",
|
|
"schema": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "VeryComplexType"
|
|
}
|
|
}
|
|
} |