Files
fastapi-openapi-to-postman/test/data/toBundleExamples/swagger-multi-file/schemas/index.yaml
2022-05-24 17:11:13 -05:00

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