mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
4 lines
173 B
YAML
4 lines
173 B
YAML
definitions:
|
|
Pet: {properties: {name: {type: string}}, required: [name]}
|
|
Dog: {properties: {id: {type: integer, format: int64}, name: {type: string}}, required: [name]}
|