DEBSOURCES
Skip Quicknav
sources / python-datamodel-code-generator / 0.35.0-1 / tests / data / openapi / all_of_with_relative_ref / schema / pet.yaml
123456789
title: Pet type: object additionalProperties: false properties: kind: description: The kind of the pet type: string allOf: - $ref: ./animal.yaml#/properties/kind