github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/fixtures/bugs/1774/Roles.yaml (about)

     1  # Roles
     2  type: array
     3  items:
     4    type: string
     5    enum:
     6    - ADMIN
     7    - USER
     8    example: "User"
     9    description: "A role of the user"