{ "$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-action-resource-schema.json", "title": "ActionResource", "description": "The Action-Resource item.\n\n*New in version 2.1.0*\n", "type": "object", "properties": { "action": { "$ref": "#/components/schemas/Action", "description": "The permission action", "type": "object" }, "resource": { "$ref": "#/components/schemas/Resource", "description": "The permission resource", "type": "object" } } }