Skip to content

Commit

Permalink
[DOCS] Add discriminator for ServiceNow ITOM
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 25, 2023
1 parent 1363ef1 commit 6f558db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x-pack/plugins/actions/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,10 @@
}
}
}
]
],
"discriminator": {
"propertyName": "subAction"
}
},
"run_connector_request_servicenow_sir": {
"title": "Run ServiceNow SecOps connector parameters",
Expand Down
2 changes: 2 additions & 0 deletions x-pack/plugins/actions/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,8 @@ components:
description: An array of fields.
items:
type: string
discriminator:
propertyName: subAction
run_connector_request_servicenow_sir:
title: Run ServiceNow SecOps connector parameters
description: Test ServiceNow security incidents.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ oneOf:
description: An array of fields.
items:
type: string
discriminator:
propertyName: subAction

0 comments on commit 6f558db

Please sign in to comment.