Files
fastapi-openapi-to-postman/test/data/toBundleExamples/nestedProperties/properties/nestedProp.yaml
Erik Mendoza 446e8651e5 Resolving properties as a reusable component
Resolve each property as a different schema instead of inline
2022-06-08 18:15:03 -05:00

7 lines
99 B
YAML

type: object
rock:
type: boolean
friendly:
type: string
lastNested:
$ref: "./lastNested.yaml"