Files
fastapi-openapi-to-postman/test/data/toBundleExamples/nestedProperties/properties/lastNested.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

10 lines
124 B
YAML

type: object
properties:
this:
type: string
is:
type: string
the:
type: string
last:
type: integer