Commit 5241e338 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

removed unnecessary JSON schema example for ProblemDetails data model

parent 31e4151d
Loading
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -2928,18 +2928,7 @@
        "content": {
          "application/problem+json": {
            "schema": {
              "$ref": "#/components/schemas/ProblemDetails",
              "examples": [
                {
                  "application/problem+json": {
                    "type": "https://meAppServer.example.com/rni/v2/probs/too-many targets",
                    "title": "Too many targets",
                    "status": "422",
                    "detail": "The target area for the request is considered too large",
                    "instance": "/meAppClient.example.com/77777/msgs/abc"
                  }
                }
              ]
              "$ref": "#/components/schemas/ProblemDetails"
            }
          }
        }
+0 −7
Original line number Diff line number Diff line
@@ -1859,13 +1859,6 @@ components:
        application/problem+json:
          schema:
            $ref: '#/components/schemas/ProblemDetails'
            examples:
              - application/problem+json:
                  type: 'https://meAppServer.example.com/rni/v2/probs/too-many targets'
                  title: Too many targets
                  status: '422'
                  detail: The target area for the request is considered too large
                  instance: /meAppClient.example.com/77777/msgs/abc
    429:
      description: 'Too Many Requests : used when a rate limiter has triggered.'
      content: