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