Skip to content

Commit

Permalink
fix: Fix type of additionalProperties in metadata query (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-apimgmt authored Oct 31, 2024
1 parent 9a23c2c commit 78a6b16
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 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": "30e62e9e7d"
"x-box-commit-hash": "87c431c362"
},
"servers": [
{
Expand Down Expand Up @@ -31557,9 +31557,15 @@
"amount": "100"
},
"additionalProperties": {
"type": "string",
"description": "The value for the argument being used in the metadata search.\n\nThe type of this parameter must match the type of the corresponding\nmetadata template field.",
"example": "100",
"allOf": [
{},
{
"description": "The value for the argument being used in the metadata search.\n\nThe type of this parameter must match the type of the corresponding\nmetadata template field."
},
{
"example": "100"
}
],
"x-box-example-key": "amount"
}
},
Expand Down

0 comments on commit 78a6b16

Please sign in to comment.