mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
3 lines
173 B
YAML
3 lines
173 B
YAML
definitions:
|
|
Pet: {properties: {name: {type: string}}, required: [name]}
|
|
Dog: {properties: {id: {type: integer, format: int64}, name: {type: string}}, required: [name]}
|