prometheus-adapter/vendor/github.com/go-openapi/loads/fixtures/yaml/models/modelWithArrayRef.yaml
2017-06-26 19:23:05 +03:00

5 lines
115 B
YAML

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