...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1774/Roles.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/1774

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

View as plain text