{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-bulk-action-on-existence-schema.json", "title": "BulkActionOnExistence", "description": "Bulk Action to be taken if the entity already exists or not.", "type": "string", "enum": [ "fail", "skip", "overwrite" ] }