Skip to content

Commit 6ad4fd8

Browse files
committed
fix: Mark fields in and with additionalProperties
1 parent c63bddd commit 6ad4fd8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

openapi.json

Lines changed: 4 additions & 2 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": "2024.0",
17-
"x-box-commit-hash": "a3b67ef217"
17+
"x-box-commit-hash": "a9f74bd022"
1818
},
1919
"servers": [
2020
{
@@ -25789,6 +25789,7 @@
2578925789
"AiExtractResponse": {
2579025790
"description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.",
2579125791
"type": "object",
25792+
"additionalProperties": {},
2579225793
"title": "AI extract response",
2579325794
"x-box-resource-id": "ai_extract_response",
2579425795
"x-box-tag": "ai"
@@ -28963,7 +28964,8 @@
2896328964
"type": "object",
2896428965
"example": {
2896528966
"key": "value"
28966-
}
28967+
},
28968+
"additionalProperties": {}
2896728969
}
2896828970
},
2896928971
"title": "Event",

openapi/openapi-v2025.0.json

Lines changed: 1 addition & 1 deletion
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": "2025.0",
17-
"x-box-commit-hash": "a3b67ef217"
17+
"x-box-commit-hash": "a9f74bd022"
1818
},
1919
"servers": [
2020
{

openapi/openapi.json

Lines changed: 4 additions & 2 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": "2024.0",
17-
"x-box-commit-hash": "a3b67ef217"
17+
"x-box-commit-hash": "a9f74bd022"
1818
},
1919
"servers": [
2020
{
@@ -25789,6 +25789,7 @@
2578925789
"AiExtractResponse": {
2579025790
"description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.",
2579125791
"type": "object",
25792+
"additionalProperties": {},
2579225793
"title": "AI extract response",
2579325794
"x-box-resource-id": "ai_extract_response",
2579425795
"x-box-tag": "ai"
@@ -28963,7 +28964,8 @@
2896328964
"type": "object",
2896428965
"example": {
2896528966
"key": "value"
28966-
}
28967+
},
28968+
"additionalProperties": {}
2896728969
}
2896828970
},
2896928971
"title": "Event",

0 commit comments

Comments
 (0)