Apache Airflow · Schema

Color

Color in hexadecimal notation.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow
View JSON Schema on GitHub

JSON Schema

openapi.yaml-color-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-color-schema.json",
  "title": "Color",
  "description": "Color in hexadecimal notation.",
  "type": "string",
  "pattern": "^#[a-fA-F0-9]{3,6}$"
}