Skip to content

Commit b2f7568

Browse files
committed
Update en to output generated at fa28e27
1 parent d32ad54 commit b2f7568

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

openapi.json

Lines changed: 18 additions & 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": "2.0.0",
17-
"x-box-commit-hash": "ee67564780"
17+
"x-box-commit-hash": "5819125043"
1818
},
1919
"servers": [
2020
{
@@ -26373,6 +26373,9 @@
2637326373
},
2637426374
{
2637526375
"$ref": "#/components/schemas/Folder"
26376+
},
26377+
{
26378+
"$ref": "#/components/schemas/GenericSource"
2637626379
}
2637726380
]
2637826381
},
@@ -28891,6 +28894,20 @@
2889128894
}
2889228895
}
2889328896
},
28897+
"GenericSource": {
28898+
"title": "Generic source",
28899+
"type": "object",
28900+
"x-box-resource-id": "generic_source",
28901+
"description": "A generic event source type.",
28902+
"additionalProperties": {
28903+
"allOf": [
28904+
{},
28905+
{
28906+
"description": "A definition of a generic\nevent source object. The set of\nparameters depends on the\nobject type. For example, a Box Shield\nevent source would have the following\nset of parameters:\n```yaml\n{\n\"barrier_id\": 123456,\n\"barrier_status\": \"ENABLED\",\n\"barrier_segments\": [\n {\n \"name\": \"8\",\n \"member_count\": 1\n },\n {\n \"name\": \"9\",\n \"member_count\": 1\n }\n ]\n} \n```\n"
28907+
}
28908+
]
28909+
}
28910+
},
2889428911
"IntegrationMapping": {
2889528912
"title": "Integration mapping",
2889628913
"type": "object",

0 commit comments

Comments
 (0)