...

Text file src/github.com/go-openapi/spec/fixtures/bugs/1621/responses.yaml

Documentation: github.com/go-openapi/spec/fixtures/bugs/1621

     1responses:
     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

View as plain text