{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowReadRequest", "title": "WorkflowReadRequest", "additionalProperties": false, "properties": { "projectAndIssueTypes": { "description": "The list of projects and issue types to query.", "items": { "$ref": "#/components/schemas/ProjectAndIssueTypePair" }, "type": "array" }, "workflowIds": { "description": "The list of workflow IDs to query.", "items": { "description": "The list of workflow IDs to query.", "type": "string" }, "type": "array" }, "workflowNames": { "description": "The list of workflow names to query.", "items": { "description": "The list of workflow names to query.", "type": "string" }, "type": "array" } }, "type": "object" }