Skip to content

Commit 512f4d0

Browse files
esheo-skiajcfr
authored andcommitted
Update metadata: Align LabelNameGenerator.json with Slicer schema v1.0.1
- Removed non-schema fields (extension_id, author, description, etc.) - Added $schema and tier - Ensured metadata matches required structure for Tier 1 extension
1 parent c781f23 commit 512f4d0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

LabelNameGenerator.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
2-
"extension_id": "LabelNameGenerator",
3-
"extension_name": "Label Name Generator",
4-
"description": "A simple extension to create, save, and apply label groups for segmentation in 3D Slicer.",
5-
"author": "Heo Eunseo (esheo-skia)",
6-
"homepage": "https://github.com/esheo-skia/Slicer-LabelNameGenerator",
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
73
"category": "Segmentation",
8-
"icon_url": "https://raw.githubusercontent.com/esheo-skia/Slicer-LabelNameGenerator/main/Resources/Icons/LabelNameGenerator.png",
94
"scm": "git",
105
"scm_url": "https://github.com/esheo-skia/Slicer-LabelNameGenerator.git",
116
"scm_revision": "main",
12-
"license": "MIT",
13-
"enabled": true,
14-
"status": "stable",
7+
"build_subdirectory": ".",
8+
"build_dependencies": [],
9+
"tier": 1,
10+
"icon_url": "https://raw.githubusercontent.com/esheo-skia/Slicer-LabelNameGenerator/main/Resources/Icons/LabelNameGenerator.png",
1511
"screenshoturls": [
1612
"https://raw.githubusercontent.com/esheo-skia/Slicer-LabelNameGenerator/main/Resources/Screenshots/step1_save_label_group.png",
1713
"https://raw.githubusercontent.com/esheo-skia/Slicer-LabelNameGenerator/main/Resources/Screenshots/step2_confirm_apply.png",
@@ -20,3 +16,5 @@
2016
}
2117

2218

19+
20+

0 commit comments

Comments
 (0)