github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/1774/Credentials.yaml (about)

     1  # User
     2  type: object
     3  properties:
     4    username:
     5      type: string
     6      example: "Testuser"
     7      description: "A username of the user"
     8    password:
     9      type: string
    10      example: "123Test!"
    11      description: "A password of the user"
    12  required:
    13    - username
    14    - password
    15