mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
17 lines
226 B
YAML
17 lines
226 B
YAML
User:
|
|
$ref: "./user.yaml"
|
|
|
|
Monster:
|
|
type: object
|
|
properties:
|
|
id:
|
|
type: integer
|
|
clientName:
|
|
type: string
|
|
Dog:
|
|
type: object
|
|
properties:
|
|
id:
|
|
type: integer
|
|
clientName:
|
|
type: string |