Skip to content

Instantly share code, notes, and snippets.

@saxicek
Created January 20, 2026 21:02
Show Gist options
  • Select an option

  • Save saxicek/48d09e5335a266cf316af4924237626e to your computer and use it in GitHub Desktop.

Select an option

Save saxicek/48d09e5335a266cf316af4924237626e to your computer and use it in GitHub Desktop.
Repro for openapi-generator - OpenAPI declaration with inner enum
openapi: 3.0.1
info:
title: Test inner enum
version: v1
paths: {}
components:
schemas:
Status:
type: object
properties:
options:
type: object
additionalProperties:
type: array
items:
type: string
enum:
- AB01
- AB02
- AB03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment