{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkflowSchemeReadRequest",
"title": "WorkflowSchemeReadRequest",
"additionalProperties": false,
"description": "The workflow scheme read request body.",
"properties": {
"projectIds": {
"description": "The list of project IDs to query.",
"items": {
"description": "The list of project IDs to query.",
"nullable": true,
"type": "string"
},
"nullable": true,
"type": "array"
},
"workflowSchemeIds": {
"description": "The list of workflow scheme IDs to query.",
"items": {
"description": "The list of workflow scheme IDs to query.",
"nullable": true,
"type": "string"
},
"nullable": true,
"type": "array"
}
},
"type": "object"
}