Skip to content

Commit eb91200

Browse files
authored
fix: update client error schema to support schema errors (#467)
1 parent efc299d commit eb91200

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

openapi.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2.0.0",
17-
"x-box-commit-hash": "04f2210a1d"
17+
"x-box-commit-hash": "6f736c0724"
1818
},
1919
"servers": [
2020
{
@@ -25676,14 +25676,8 @@
2567625676
"context_info": {
2567725677
"description": "A free-form object that contains additional context\nabout the error. The possible fields are defined on\na per-endpoint basis. `message` is only one example.",
2567825678
"type": "object",
25679-
"nullable": true,
25680-
"properties": {
25681-
"message": {
25682-
"description": "More details on the error.",
25683-
"type": "string",
25684-
"example": "Something went wrong."
25685-
}
25686-
}
25679+
"additionalProperties": true,
25680+
"nullable": true
2568725681
},
2568825682
"help_url": {
2568925683
"description": "A URL that links to more information about why this error occurred.",

0 commit comments

Comments
 (0)