mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
MINOR - Automator multiple ownership (#17232)
This commit is contained in:
parent
c84baaf66a
commit
f52e93f88f
@ -2,7 +2,7 @@
|
||||
"$id": "https://open-metadata.org/schema/entity/applications/configuration/external/automator/addOwnerAction.json",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "AddOwnerAction",
|
||||
"description": "Add an owner to the selected assets.",
|
||||
"description": "Add owners to the selected assets.",
|
||||
"type": "object",
|
||||
"definitions": {
|
||||
"addOwnerActionType": {
|
||||
@ -19,17 +19,18 @@
|
||||
"$ref": "#/definitions/addOwnerActionType",
|
||||
"default": "AddOwnerAction"
|
||||
},
|
||||
"owner": {
|
||||
"description": "Owner to apply",
|
||||
"$ref": "../../../../../type/entityReference.json"
|
||||
"owners": {
|
||||
"description": "Owners to apply",
|
||||
"$ref": "../../../../../type/entityReferenceList.json",
|
||||
"default": null
|
||||
},
|
||||
"overwriteMetadata": {
|
||||
"title": "Overwrite Metadata",
|
||||
"description": "Update the owner even if it is defined in the asset. By default, we will only apply the owner to assets without owner.",
|
||||
"description": "Update the owners even if it is defined in the asset. By default, we will only apply the owners to assets without owner.",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"required": ["type", "owner"],
|
||||
"required": ["type", "owners"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user