github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/fixtures/bugs/1621/responses.yaml (about) 1 responses: 2 3 V4Generic401Response: 4 description: Permission denied 5 schema: 6 $ref: "./definitions.yaml#/definitions/V4GenericResponse" 7 examples: 8 application/json: 9 { 10 "code": "PERMISSION_DENIED", 11 "message": "The requested resource cannot be accessed using the provided authentication details." 12 } 13