CircleCI · Schema

PipelineConfig

CI/CDContinuous IntegrationContinuous DeploymentDevOpsPipelinesWorkflows

Properties

Name Type Description
source string The source configuration
compiled string The compiled configuration
setup-config string The setup configuration
compiled-setup-config string The compiled setup configuration
View JSON Schema on GitHub

JSON Schema

circleci-pipelineconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PipelineConfig",
  "title": "PipelineConfig",
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "description": "The source configuration"
    },
    "compiled": {
      "type": "string",
      "description": "The compiled configuration"
    },
    "setup-config": {
      "type": "string",
      "description": "The setup configuration"
    },
    "compiled-setup-config": {
      "type": "string",
      "description": "The compiled setup configuration"
    }
  }
}