github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/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