{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkflowReferenceStatus",
"title": "WorkflowReferenceStatus",
"additionalProperties": false,
"description": "The statuses referenced in the workflow.",
"properties": {
"deprecated": {
"description": "Indicates if the status is deprecated.",
"type": "boolean"
},
"layout": {
"$ref": "#/components/schemas/WorkflowStatusLayout"
},
"properties": {
"additionalProperties": {
"description": "The properties associated with the status.",
"type": "string"
},
"description": "The properties associated with the status.",
"type": "object"
},
"statusReference": {
"description": "The reference of the status.",
"type": "string"
}
},
"type": "object"
}