DEBSOURCES
Skip Quicknav
sources / python-datamodel-code-generator / 0.35.0-1 / tests / data / openapi / all_of_with_relative_ref / schema / animal.yaml
12345678910
title: Animal type: object additionalProperties: false properties: kind: type: string description: The kind of the animal enum: - CAT - DOG