Skip to content

Commit

Permalink
chore: adding StageDefinition to the metadataRegistry (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
shriyanshj13 authored Jun 14, 2024
1 parent 7497a2c commit 57b2615
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@
"workflowTask": "workflowtask",
"xmd": "wavexmd",
"xml": "emailservicesfunction",
"xorghub": "xorghub"
"xorghub": "xorghub",
"stageDefinition": "stagedefinition"
},
"types": {
"accesscontrolpolicy": {
Expand Down Expand Up @@ -4444,6 +4445,14 @@
"inFolder": false,
"name": "XOrgHub",
"suffix": "xorghub"
},
"stagedefinition": {
"id": "stagedefinition",
"name": "StageDefinition",
"suffix": "stageDefinition",
"directoryName": "stageDefinitions",
"inFolder": false,
"strictDirectoryName": false
}
}
}

0 comments on commit 57b2615

Please sign in to comment.