Apache Airflow · Schema
PluginCollectionItem
A plugin Item. *New in version 2.1.0*
ApacheDAGData PipelineETLOpen-SourceOrchestrationPythonSchedulingWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| appbuilder_menu_items | array | The Flask Appbuilder menu items |
| appbuilder_views | array | The appuilder views |
| executors | array | The plugin executors |
| flask_blueprints | array | The flask blueprints |
| global_operator_extra_links | array | The global operator extra links |
| hooks | array | The plugin hooks |
| macros | array | The plugin macros |
| name | string | The name of the plugin |
| operator_extra_links | array | Operator extra links |
| source | string | The plugin source |
JSON Schema
{
"$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-item-schema.json",
"title": "PluginCollectionItem",
"description": "A plugin Item.\n\n*New in version 2.1.0*\n",
"type": "object",
"properties": {
"appbuilder_menu_items": {
"description": "The Flask Appbuilder menu items",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"appbuilder_views": {
"description": "The appuilder views",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"executors": {
"description": "The plugin executors",
"items": {
"nullable": true,
"type": "string"
},
"type": "array"
},
"flask_blueprints": {
"description": "The flask blueprints",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"global_operator_extra_links": {
"description": "The global operator extra links",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"hooks": {
"description": "The plugin hooks",
"items": {
"nullable": true,
"type": "string"
},
"type": "array"
},
"macros": {
"description": "The plugin macros",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"name": {
"description": "The name of the plugin",
"type": "string"
},
"operator_extra_links": {
"description": "Operator extra links",
"items": {
"nullable": true,
"type": "object"
},
"type": "array"
},
"source": {
"description": "The plugin source",
"nullable": true,
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openapi.yaml-plugin-collection-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.