mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
17 lines
414 B
YAML
17 lines
414 B
YAML
type: object
|
|
description: Workflow creator's identity.
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: Workflow creator's DTO type.
|
|
enum:
|
|
- IDENTITY
|
|
example: IDENTITY
|
|
id:
|
|
type: string
|
|
description: Workflow creator's identity ID.
|
|
example: 2c7180a46faadee4016fb4e018c20642
|
|
name:
|
|
type: string
|
|
description: Workflow creator's display name.
|
|
example: Michael Michaels |