We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6740e commit 0e69c23Copy full SHA for 0e69c23
src/registry/metadataRegistry.json
@@ -16,6 +16,14 @@
16
"inFolder": false,
17
"strictDirectoryName": false
18
},
19
+ "aiusecasedefinition": {
20
+ "id": "aiusecasedefinition",
21
+ "name": "AIUsecaseDefinition",
22
+ "suffix": "aiUsecaseDefinitions",
23
+ "directoryName": "aiUsecaseDefinitions",
24
+ "inFolder": false,
25
+ "strictDirectoryName": false
26
+ },
27
"mlpredictiondefinition": {
28
"id": "mlpredictiondefinition",
29
"name": "MLPredictionDefinition",
@@ -3060,6 +3068,7 @@
3060
3068
"suffixes": {
3061
3069
"ai": "aiapplication",
3062
3070
"aiapplicationconfig": "aiapplicationconfig",
3071
+ "aiUsecaseDefinitions": "aiusecasedefinition",
3063
3072
"mlDataDefinition": "mldatadefinition",
3064
3073
"icon": "icon",
3065
3074
"businessProcessGroup": "businessprocessgroup",
0 commit comments