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