1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-27 22:14:52 +01:00
Files
descheduler/vendor/github.com/go-openapi/loads/fixtures/yaml/models/modelWithArrayRef.yaml
2017-07-30 18:48:49 -04:00

6 lines
115 B
YAML

required:
- id
properties:
id: {type: integer, format: int64}
children: {type: array, items: {$ref: Person}}