...

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

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

     1# User
     2type: object
     3properties:
     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"
    12required:
    13  - username
    14  - password
    15

View as plain text