Automated commit by github action: 5611213690

This commit is contained in:
GitHub Action Bot
2023-07-20 12:51:04 +00:00
parent b49b5b6cd7
commit 1dc73b1ab9

View File

@@ -5,20 +5,22 @@ properties:
description: The name of the workflow description: The name of the workflow
example: "Send Email" example: "Send Email"
owner: owner:
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
description: The identity that owns the workflow. The owner's permissions in IDN will determine what actions the workflow is allowed to perform. Ownership can be changed by updating the owner in a PUT or PATCH request. description: The identity that owns the workflow. The owner's permissions in IDN will determine what actions the workflow is allowed to perform. Ownership can be changed by updating the owner in a PUT or PATCH request.
properties: properties:
type: type:
type: string
enum: enum:
- "IDENTITY" - "IDENTITY"
example: "IDENTITY" example: "IDENTITY"
description: The type of object that is referenced description: The type of object that is referenced
example: { id:
"type": "IDENTITY", type: string
"id": "2c91808568c529c60168cca6f90c1313", description: The unique ID of the object
"name": "William Wilson" example: "2c91808568c529c60168cca6f90c1313"
} name:
type: string
description: The name of the object
example: "William Wilson"
description: description:
type: string type: string
description: Description of what the workflow accomplishes description: Description of what the workflow accomplishes