mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
14 lines
230 B
YAML
14 lines
230 B
YAML
type: object
|
|
properties:
|
|
firstName:
|
|
type: string
|
|
secondName:
|
|
type: string
|
|
age:
|
|
type: integer
|
|
nestedProp:
|
|
$ref: "./nestedProp.yaml"
|
|
country:
|
|
$ref: "./country.yaml"
|
|
warrior:
|
|
$ref: "./warrior.yaml" |