mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
10 lines
200 B
YAML
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"
|