mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"description": "A simple string response",
|
|
"schema": {
|
|
"type": "string"
|
|
},
|
|
"headers": {
|
|
"is-dog": {"type": "boolean"},
|
|
"is-cat": {"type": "boolean"}
|
|
}
|
|
}
|