{ "$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-plugin-collection-schema.json", "title": "PluginCollection", "description": "A collection of plugin.\n\n*New in version 2.1.0*\n", "type": "object", "allOf": [ { "properties": { "plugins": { "items": { "$ref": "#/components/schemas/PluginCollectionItem" }, "type": "array" } }, "type": "object" }, { "$ref": "#/components/schemas/CollectionInfo" } ] }