{ "$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-resource-schema.json", "title": "Resource", "description": "A resource on which permissions are granted.\n\n*New in version 2.1.0*\n", "type": "object", "properties": { "name": { "description": "The name of the resource", "nullable": false, "type": "string" } } }