{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-reprocess-behavior-schema.json", "title": "ReprocessBehavior", "description": "Internal enum for setting reprocess behavior in a backfill.\n\n:meta private:", "type": "string", "enum": [ "failed", "completed", "none" ] }