Files
fastapi-openapi-to-postman/test/data/toBundleExamples/swagger20/nestedProperties20/schemas/hobbies.yaml
Erik Mendoza b227ed326c Fixing properties resolving
Properties should be resolved as independant schema not always inline
2022-06-06 19:29:42 -05:00

3 lines
41 B
YAML

type: array
items:
$ref: "./hobby.yaml"