Skip to content

Commit

Permalink
fix: fix additionalProperties (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Oct 23, 2024
1 parent f03b93f commit 8b4eda3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2.0.0",
"x-box-commit-hash": "31590ecc71"
"x-box-commit-hash": "e83bf201d8"
},
"servers": [
{
Expand Down Expand Up @@ -25676,7 +25676,10 @@
"context_info": {
"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.",
"type": "object",
"additionalProperties": true,
"example": {
"message": "Something went wrong"
},
"additionalProperties": {},
"nullable": true
},
"help_url": {
Expand Down

0 comments on commit 8b4eda3

Please sign in to comment.