Skip to main content
Validate a definition against the schema and manifest.

POST /revisions/:id/data (Command: check_definition)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be check_definition.
definition_idstringYesThe ID of the definition to check.

Response

ParameterTypeDescription
statusstringvalid or invalid.
eventsarrayList of validation events/errors.

Example

{
  "engine": "workflow_blobhub",
  "command": "check_definition",
  "definition_id": "def_001"
}