github.com/emreu/go-swagger@v0.22.1/fixtures/bugs/1851/definitions.yaml (about)

     1  definitions:
     2    ServerStatus:
     3      type: string
     4      enum: [OK, Not OK]
     5  
     6    Server:
     7      type: object
     8      properties:
     9        Name:
    10          type: string
    11        Status:
    12          $ref: '#/definitions/ServerStatus'