{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowIDs", "title": "WorkflowIDs", "additionalProperties": false, "description": "The classic workflow identifiers.", "properties": { "entityId": { "description": "The entity ID of the workflow.", "type": "string" }, "name": { "description": "The name of the workflow.", "type": "string" } }, "required": [ "name" ], "type": "object" }