Skip to content

Commit 84406d3

Browse files
authored
fix: order of fields in the IntegrationMapping schema (#497)
1 parent 0722a7f commit 84406d3

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

openapi/openapi.json

Lines changed: 32 additions & 32 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": "7bca5e4887"
17+
"x-box-commit-hash": "f9a9283401"
1818
},
1919
"servers": [
2020
{
@@ -30430,37 +30430,6 @@
3043030430
{
3043130431
"$ref": "#/components/schemas/IntegrationMappingBase"
3043230432
},
30433-
{
30434-
"type": "object",
30435-
"properties": {
30436-
"box_item": {
30437-
"description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
30438-
"allOf": [
30439-
{
30440-
"$ref": "#/components/schemas/Folder--Mini"
30441-
}
30442-
],
30443-
"nullable": false
30444-
},
30445-
"created_at": {
30446-
"description": "When the integration mapping object was created",
30447-
"type": "string",
30448-
"format": "date-time",
30449-
"example": "2012-12-12T10:53:43-08:00",
30450-
"nullable": false
30451-
},
30452-
"modified_at": {
30453-
"description": "When the integration mapping object was last modified",
30454-
"type": "string",
30455-
"format": "date-time",
30456-
"example": "2012-12-12T10:53:43-08:00",
30457-
"nullable": false
30458-
}
30459-
},
30460-
"required": [
30461-
"box_item"
30462-
]
30463-
},
3046430433
{
3046530434
"properties": {
3046630435
"integration_type": {
@@ -30519,6 +30488,37 @@
3051930488
]
3052030489
}
3052130490
}
30491+
},
30492+
{
30493+
"type": "object",
30494+
"properties": {
30495+
"box_item": {
30496+
"description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
30497+
"allOf": [
30498+
{
30499+
"$ref": "#/components/schemas/Folder--Mini"
30500+
}
30501+
],
30502+
"nullable": false
30503+
},
30504+
"created_at": {
30505+
"description": "When the integration mapping object was created",
30506+
"type": "string",
30507+
"format": "date-time",
30508+
"example": "2012-12-12T10:53:43-08:00",
30509+
"nullable": false
30510+
},
30511+
"modified_at": {
30512+
"description": "When the integration mapping object was last modified",
30513+
"type": "string",
30514+
"format": "date-time",
30515+
"example": "2012-12-12T10:53:43-08:00",
30516+
"nullable": false
30517+
}
30518+
},
30519+
"required": [
30520+
"box_item"
30521+
]
3052230522
}
3052330523
],
3052430524
"required": [

0 commit comments

Comments
 (0)