Files
fn-serverless/vendor/github.com/go-openapi/loads/fixtures/yaml/models/modelWithObjectMap.yaml
2017-06-11 02:05:36 -07:00

10 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"