All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-event-workflow-Workflow.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.workflow",
  "type": "object",
  "title": "Workflow",
  "description": "A collection of workflow steps which together makeup an entire workflow sequence.",
  "properties": {
    "steps": {
      "type": "array",
      "items": {
        "$ref": "cdm-event-workflow-WorkflowStep.schema.json"
      },
      "minItems": 1
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy