github.com/kaisawind/go-swagger@v0.19.0/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