github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/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