Skip to content

Commit fe88fad

Browse files
chore: add support for AiAuthoringBundle (#1637)
1 parent 519d4f7 commit fe88fad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/registry/metadataRegistry.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"strictDirectoryNames": {
4242
"ActionableEventOrchDefSettings": "actionableeventorchdef",
4343
"ActionableEventTypeDefSettings": "actionableeventtypedef",
44+
"aiAuthoringBundles": "aiauthoringbundle",
4445
"IndustriesManufacturingSettings": "industriesmanufacturingsettings",
4546
"ObjectHierarchyRelationship": "objecthierarchyrelationship",
4647
"accessControlPolicies": "accesscontrolpolicy",
@@ -729,6 +730,16 @@
729730
"name": "AIAssistantTemplate",
730731
"suffix": "aiAssistantTemplate"
731732
},
733+
"aiauthoringbundle": {
734+
"directoryName": "aiAuthoringBundles",
735+
"id": "aiauthoringbundle",
736+
"inFolder": false,
737+
"name": "AiAuthoringBundle",
738+
"strategies": {
739+
"adapter": "bundle"
740+
},
741+
"strictDirectoryName": true
742+
},
732743
"aiscoringmodeldefinition": {
733744
"children": {
734745
"directories": {

0 commit comments

Comments
 (0)