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

9 lines
200 B
YAML

description: "This is a Map[String, { id: Long, name: String}]"
additionalProperties:
type: "object"
properties:
id:
type: "integer"
format: "int64"
name:
type: "string"