@@ -1081,12 +1081,14 @@ components:
10811081 x-enum-varnames:
10821082 - API_KEYS
10831083 APITrigger:
1084+ additionalProperties: false
10841085 description: Trigger a workflow VIA an API. The workflow must be published.
10851086 properties:
10861087 rateLimit:
10871088 $ref: '#/components/schemas/TriggerRateLimit'
10881089 type: object
10891090 APITriggerWrapper:
1091+ additionalProperties: false
10901092 description: Schema for an API-based trigger.
10911093 properties:
10921094 apiTrigger:
@@ -2103,6 +2105,7 @@ components:
21032105 - base_severity
21042106 type: object
21052107 Annotation:
2108+ additionalProperties: false
21062109 description: A list of annotations used in the workflow. These are like sticky
21072110 notes for your workflow!
21082111 properties:
@@ -2120,12 +2123,14 @@ components:
21202123 - markdownTextAnnotation
21212124 type: object
21222125 AnnotationDisplay:
2126+ additionalProperties: false
21232127 description: The definition of `AnnotationDisplay` object.
21242128 properties:
21252129 bounds:
21262130 $ref: '#/components/schemas/AnnotationDisplayBounds'
21272131 type: object
21282132 AnnotationDisplayBounds:
2133+ additionalProperties: false
21292134 description: The definition of `AnnotationDisplayBounds` object.
21302135 properties:
21312136 height:
@@ -2146,6 +2151,7 @@ components:
21462151 type: number
21472152 type: object
21482153 AnnotationMarkdownTextAnnotation:
2154+ additionalProperties: false
21492155 description: The definition of `AnnotationMarkdownTextAnnotation` object.
21502156 properties:
21512157 text:
@@ -2296,6 +2302,7 @@ components:
22962302 $ref: '#/components/schemas/DeploymentRelationship'
22972303 type: object
22982304 AppTriggerWrapper:
2305+ additionalProperties: false
22992306 description: Schema for an App-based trigger.
23002307 properties:
23012308 appTrigger:
@@ -6511,13 +6518,15 @@ components:
65116518 - IN_PROGRESS
65126519 - CLOSED
65136520 CaseTrigger:
6521+ additionalProperties: false
65146522 description: Trigger a workflow VIA a Case. For automatic triggering a handle
65156523 must be configured and the workflow must be published.
65166524 properties:
65176525 rateLimit:
65186526 $ref: '#/components/schemas/TriggerRateLimit'
65196527 type: object
65206528 CaseTriggerWrapper:
6529+ additionalProperties: false
65216530 description: Schema for a Case-based trigger.
65226531 properties:
65236532 caseTrigger:
@@ -6745,6 +6754,7 @@ components:
67456754 x-enum-varnames:
67466755 - SERVICE
67476756 ChangeEventTriggerWrapper:
6757+ additionalProperties: false
67486758 description: Schema for a Change Event-based trigger.
67496759 properties:
67506760 changeEventTrigger:
@@ -7452,6 +7462,7 @@ components:
74527462 - location
74537463 type: object
74547464 CompletionCondition:
7465+ additionalProperties: false
74557466 description: The definition of `CompletionCondition` object.
74567467 properties:
74577468 operand1:
@@ -7495,6 +7506,7 @@ components:
74957506 - OPERATOR_IS_EMPTY
74967507 - OPERATOR_IS_NOT_EMPTY
74977508 CompletionGate:
7509+ additionalProperties: false
74987510 description: Used to create conditions before running subsequent actions.
74997511 properties:
75007512 completionCondition:
@@ -7967,6 +7979,7 @@ components:
79677979 type: array
79687980 type: object
79697981 Connection:
7982+ additionalProperties: false
79707983 description: The definition of `Connection` object.
79717984 properties:
79727985 connectionId:
@@ -7982,6 +7995,7 @@ components:
79827995 - label
79837996 type: object
79847997 ConnectionEnv:
7998+ additionalProperties: false
79857999 description: A list of connections or connection groups used in the workflow.
79868000 properties:
79878001 connectionGroups:
@@ -8008,6 +8022,7 @@ components:
80088022 x-enum-varnames:
80098023 - DEFAULT
80108024 ConnectionGroup:
8025+ additionalProperties: false
80118026 description: The definition of `ConnectionGroup` object.
80128027 properties:
80138028 connectionGroupId:
@@ -10572,6 +10587,7 @@ components:
1057210587 type: array
1057310588 type: object
1057410589 DashboardTriggerWrapper:
10590+ additionalProperties: false
1057510591 description: Schema for a Dashboard-based trigger.
1057610592 properties:
1057710593 dashboardTrigger:
@@ -12727,6 +12743,7 @@ components:
1272712743 type: string
1272812744 type: object
1272912745 ErrorHandler:
12746+ additionalProperties: false
1273012747 description: Used to handle errors in an action.
1273112748 properties:
1273212749 fallbackStepName:
@@ -14349,6 +14366,7 @@ components:
1434914366 example: https://github.com/organization/example-repository
1435014367 type: string
1435114368 GithubWebhookTrigger:
14369+ additionalProperties: false
1435214370 description: Trigger a workflow VIA GitHub webhook. To trigger a workflow from
1435314371 GitHub, you must set a `webhookSecret`. In your GitHub Webhook Settings, set
1435414372 the Payload URL to "base_url"/api/v2/workflows/"workflow_id"/webhook?orgId="org_id",
@@ -14359,6 +14377,7 @@ components:
1435914377 $ref: '#/components/schemas/TriggerRateLimit'
1436014378 type: object
1436114379 GithubWebhookTriggerWrapper:
14380+ additionalProperties: false
1436214381 description: Schema for a GitHub webhook-based trigger.
1436314382 properties:
1436414383 githubWebhookTrigger:
@@ -16660,13 +16679,15 @@ components:
1666016679 x-enum-varnames:
1666116680 - INCIDENT_TODOS
1666216681 IncidentTrigger:
16682+ additionalProperties: false
1666316683 description: Trigger a workflow VIA an Incident. For automatic triggering a
1666416684 handle must be configured and the workflow must be published.
1666516685 properties:
1666616686 rateLimit:
1666716687 $ref: '#/components/schemas/TriggerRateLimit'
1666816688 type: object
1666916689 IncidentTriggerWrapper:
16690+ additionalProperties: false
1667016691 description: Schema for an Incident-based trigger.
1667116692 properties:
1667216693 incidentTrigger:
@@ -17121,6 +17142,7 @@ components:
1712117142 - INCIDENT
1712217143 - RELATION
1712317144 InputSchema:
17145+ additionalProperties: false
1712417146 description: A list of input parameters for the workflow. These can be used
1712517147 as dynamic runtime values in your workflow.
1712617148 properties:
@@ -17131,6 +17153,7 @@ components:
1713117153 type: array
1713217154 type: object
1713317155 InputSchemaParameters:
17156+ additionalProperties: false
1713417157 description: The definition of `InputSchemaParameters` object.
1713517158 properties:
1713617159 defaultValue:
@@ -21114,13 +21137,15 @@ components:
2111421137 $ref: '#/components/schemas/MonitorDowntimeMatchResourceType'
2111521138 type: object
2111621139 MonitorTrigger:
21140+ additionalProperties: false
2111721141 description: Trigger a workflow VIA a Monitor. For automatic triggering a handle
2111821142 must be configured and the workflow must be published.
2111921143 properties:
2112021144 rateLimit:
2112121145 $ref: '#/components/schemas/TriggerRateLimit'
2112221146 type: object
2112321147 MonitorTriggerWrapper:
21148+ additionalProperties: false
2112421149 description: Schema for a Monitor-based trigger.
2112521150 properties:
2112621151 monitorTrigger:
@@ -21895,6 +21920,7 @@ components:
2189521920 x-enum-varnames:
2189621921 - ORGS
2189721922 OutboundEdge:
21923+ additionalProperties: false
2189821924 description: The definition of `OutboundEdge` object.
2189921925 properties:
2190021926 branchName:
@@ -22089,6 +22115,7 @@ components:
2208922115 type: string
2209022116 type: object
2209122117 OutputSchema:
22118+ additionalProperties: false
2209222119 description: A list of output parameters for the workflow.
2209322120 properties:
2209422121 parameters:
@@ -22098,6 +22125,7 @@ components:
2209822125 type: array
2209922126 type: object
2210022127 OutputSchemaParameters:
22128+ additionalProperties: false
2210122129 description: The definition of `OutputSchemaParameters` object.
2210222130 properties:
2210322131 defaultValue:
@@ -22155,6 +22183,7 @@ components:
2215522183 type: integer
2215622184 type: object
2215722185 Parameter:
22186+ additionalProperties: false
2215822187 description: The definition of `Parameter` object.
2215922188 properties:
2216022189 name:
@@ -23746,6 +23775,7 @@ components:
2374623775 type: string
2374723776 type: object
2374823777 ReadinessGate:
23778+ additionalProperties: false
2374923779 description: Used to merge multiple branches into a single branch.
2375023780 properties:
2375123781 thresholdType:
@@ -24685,6 +24715,7 @@ components:
2468524715 - data
2468624716 type: object
2468724717 RetryStrategy:
24718+ additionalProperties: false
2468824719 description: The definition of `RetryStrategy` object.
2468924720 properties:
2469024721 kind:
@@ -24703,6 +24734,7 @@ components:
2470324734 x-enum-varnames:
2470424735 - RETRY_STRATEGY_LINEAR
2470524736 RetryStrategyLinear:
24737+ additionalProperties: false
2470624738 description: The definition of `RetryStrategyLinear` object.
2470724739 properties:
2470824740 interval:
@@ -25877,6 +25909,7 @@ components:
2587725909 $ref: '#/components/schemas/ScalarFormulaResponseType'
2587825910 type: object
2587925911 ScheduleTrigger:
25912+ additionalProperties: false
2588025913 description: Trigger a workflow VIA a Schedule. The workflow must be published.
2588125914 properties:
2588225915 rruleExpression:
@@ -25887,6 +25920,7 @@ components:
2588725920 - rruleExpression
2588825921 type: object
2588925922 ScheduleTriggerWrapper:
25923+ additionalProperties: false
2589025924 description: Schema for a Schedule-based trigger.
2589125925 properties:
2589225926 scheduleTrigger:
@@ -28161,13 +28195,15 @@ components:
2816128195 type: string
2816228196 type: object
2816328197 SecurityTrigger:
28198+ additionalProperties: false
2816428199 description: Trigger a workflow VIA a Security Signal or Finding. For automatic
2816528200 triggering a handle must be configured and the workflow must be published.
2816628201 properties:
2816728202 rateLimit:
2816828203 $ref: '#/components/schemas/TriggerRateLimit'
2816928204 type: object
2817028205 SecurityTriggerWrapper:
28206+ additionalProperties: false
2817128207 description: Schema for a Security-based trigger.
2817228208 properties:
2817328209 securityTrigger:
@@ -29933,6 +29969,7 @@ components:
2993329969 - redirect_url
2993429970 type: object
2993529971 SlackTriggerWrapper:
29972+ additionalProperties: false
2993629973 description: Schema for a Slack-based trigger.
2993729974 properties:
2993829975 slackTrigger:
@@ -30866,6 +30903,7 @@ components:
3086630903 type: string
3086730904 type: object
3086830905 Spec:
30906+ additionalProperties: false
3086930907 description: The spec defines what the workflow does.
3087030908 properties:
3087130909 annotations:
@@ -30979,6 +31017,7 @@ components:
3097931017 x-enum-varnames:
3098031018 - STATEVARIABLE
3098131019 Step:
31020+ additionalProperties: false
3098231021 description: A Step is a sub-component of a workflow. Each Step performs an
3098331022 action.
3098431023 properties:
@@ -31019,12 +31058,14 @@ components:
3101931058 - actionId
3102031059 type: object
3102131060 StepDisplay:
31061+ additionalProperties: false
3102231062 description: The definition of `StepDisplay` object.
3102331063 properties:
3102431064 bounds:
3102531065 $ref: '#/components/schemas/StepDisplayBounds'
3102631066 type: object
3102731067 StepDisplayBounds:
31068+ additionalProperties: false
3102831069 description: The definition of `StepDisplayBounds` object.
3102931070 properties:
3103031071 x:
@@ -31858,6 +31899,7 @@ components:
3185831899 - $ref: '#/components/schemas/SlackTriggerWrapper'
3185931900 - $ref: '#/components/schemas/WorkflowTriggerWrapper'
3186031901 TriggerRateLimit:
31902+ additionalProperties: false
3186131903 description: Defines a rate limit for a trigger.
3186231904 properties:
3186331905 count:
@@ -33302,6 +33344,7 @@ components:
3330233344 - attributes
3330333345 type: object
3330433346 WorkflowDataAttributes:
33347+ additionalProperties: false
3330533348 description: The definition of `WorkflowDataAttributes` object.
3330633349 properties:
3330733350 createdAt:
@@ -33376,6 +33419,7 @@ components:
3337633419 - attributes
3337733420 type: object
3337833421 WorkflowDataUpdateAttributes:
33422+ additionalProperties: false
3337933423 description: The definition of `WorkflowDataUpdateAttributes` object.
3338033424 properties:
3338133425 createdAt:
@@ -33479,6 +33523,7 @@ components:
3347933523 type: integer
3348033524 type: object
3348133525 WorkflowTriggerWrapper:
33526+ additionalProperties: false
3348233527 description: Schema for a Workflow-based trigger.
3348333528 properties:
3348433529 startStepNames:
0 commit comments