github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/881/deep.yml (about)

     1  ---
     2  swagger: '2.0'
     3  info:
     4    version: 0.0.0
     5    title: Breaking API as described by emsa23
     6  paths:
     7    /:
     8      get:
     9        operationId: getFoo
    10        responses:
    11          200:
    12            $ref: '#/responses/200'
    13  responses:
    14    '200':
    15      description: ok
    16      headers:
    17        status:
    18          type: array
    19          items:
    20            type: array
    21            items:
    22              type: array
    23              items:
    24                type: string
    25                enum:
    26                - NEW
    27                - PUBLISHED
    28                - OPEN
    29                - FINISHED