CircleCI · Schema

RerunWorkflowResponse

CI/CDContinuous IntegrationContinuous DeploymentDevOpsPipelinesWorkflows

Properties

Name Type Description
workflow_id string The ID of the rerun workflow
View JSON Schema on GitHub

JSON Schema

circleci-rerunworkflowresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RerunWorkflowResponse",
  "title": "RerunWorkflowResponse",
  "type": "object",
  "properties": {
    "workflow_id": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the rerun workflow"
    }
  }
}