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

removed unnecessary JSON schema example for ProblemDetails data model

parent 31e4151d
Pipeline #9682 failed with stage
in 0 seconds
......@@ -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"
}
}
}
......
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment