DEBSOURCES
Skip Quicknav
sources / python-datamodel-code-generator / 0.45.0-1 / tests / data / openapi / null_only_enum.yaml
123456789101112
openapi: 3.0.1 info: title: Null Only Enum Test version: 1.0.0 paths: {} components: schemas: NullEnum: type: string enum: - null nullable: true