{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WorkflowUsages", "title": "WorkflowUsages", "additionalProperties": false, "description": "The workflows that use this status. Only available if the `workflowUsages` expand is requested.", "properties": { "workflowId": { "description": "Workflow ID.", "type": "string" }, "workflowName": { "description": "Workflow name.", "type": "string" } }, "type": "object" }