Conductor · Schema

SearchResultWorkflowSummary

AutomationOrchestrationStateTasksWorkflows

Properties

Name Type Description
totalHits integer Total number of matching results
results array List of workflow summaries
View JSON Schema on GitHub

JSON Schema

conductor-conductor-search-result-workflow-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SearchResultWorkflowSummary",
  "type": "object",
  "properties": {
    "totalHits": {
      "type": "integer",
      "description": "Total number of matching results"
    },
    "results": {
      "type": "array",
      "description": "List of workflow summaries"
    }
  }
}