Skip to content

Commit 3dc12ed

Browse files
Add version 10.0 of the AIO connector metadata schema (#5334)
* Add new version of the aio connector metadata schema This new version adds support for specifying one or multiple supported action types for a management group action * 10 * mandatory action types * Require "destinations" field for any specified "event", "dataset" and/or "stream"
1 parent b3b0f08 commit 3dc12ed

File tree

2 files changed

+705
-1
lines changed

2 files changed

+705
-1
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9141,7 +9141,8 @@
91419141
"6.0-preview": "https://www.schemastore.org/aio-connector-metadata-6.0-preview.json",
91429142
"7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
91439143
"8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9144-
"9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json"
9144+
"9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9145+
"10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
91459146
}
91469147
},
91479148
{

0 commit comments

Comments
 (0)