{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-schema/airflow-bulk-body_-pool-body_-schema.json", "title": "BulkBody_PoolBody_", "description": "BulkBody_PoolBody_ schema from Apache Airflow API", "type": "object", "properties": { "actions": { "items": { "oneOf": [ { "$ref": "#/components/schemas/BulkCreateAction_PoolBody_" }, { "$ref": "#/components/schemas/BulkUpdateAction_PoolBody_" }, { "$ref": "#/components/schemas/BulkDeleteAction_PoolBody_" } ] }, "type": "array", "title": "Actions" } }, "required": [ "actions" ], "additionalProperties": false }