{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/cflow/blob/main/json-schema/stage.json",
"title": "Cflow Stage",
"description": "A Stage represents a step in a workflow process where requests are reviewed, approved, or routed.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the stage."
},
"name": {
"type": "string",
"description": "Name of the process stage."
},
"order": {
"type": "integer",
"description": "Order of the stage in the workflow."
},
"reviewers": {
"type": "array",
"description": "Users assigned as reviewers for this stage.",
"items": {
"type": "string"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.