From 0ea3bce14e1c25f1809fc0b55eb83446f30a8d29 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 19 Mar 2024 17:15:45 -0400 Subject: [PATCH] ENH: Update .json files to reference schema A script like the following was used. Note that "pre-commit run -a" was also executed to reformat the json files afterward. ``` import json import sys from pathlib import Path extensions_index_dir = Path("/home/jcfr/Projects/ExtensionsIndex") json_filepaths = list(extensions_index_dir.glob("*.json")) print(f"Found {len(json_filepaths)} extension files (.json)") for index, filepath in enumerate(json_filepaths): with open(filepath) as fileContents: metadata = json.load(fileContents) metadata["$schema"] = "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#" with open(extensions_index_dir / filepath, 'w') as fileContents: fileContents.write(json.dumps(metadata, sort_keys=True, indent=2)) fileContents.write("\n") ``` --- ABLTemporalBoneSegmentation.json | 1 + AblationPlanner.json | 1 + AirwaySegmentation.json | 1 + AnglePlanesExtension.json | 1 + AnomalousFiltersExtension.json | 1 + ArduinoController.json | 1 + AstmPhantomTest.json | 1 + Auto3dgm.json | 1 + AutomatedDentalTools.json | 1 + BigImage.json | 1 + BoneReconstructionPlanner.json | 1 + BoneTextureExtension.json | 1 + BoneThicknessMapping.json | 1 + BrainVolumeRefinement.json | 1 + BreastImplantAnalyzer.json | 1 + BreastUltrasoundAnalysis.json | 1 + Breast_DCEMRI_FTV.json | 1 + CMFreg.json | 1 + CarreraSlice.json | 1 + ChangeTracker.json | 1 + Chest_Imaging_Platform.json | 1 + CleverSeg.json | 1 + ColocZStats.json | 1 + Conda.json | 1 + CurveMaker.json | 1 + DCMQI.json | 1 + DICOMwebBrowser.json | 1 + DRRGenerator.json | 1 + DSCMRIAnalysis.json | 1 + DatabaseInteractor.json | 1 + DebuggingTools.json | 1 + DeveloperToolsForExtensions.json | 1 + DiffusionQC.json | 1 + EasyClip.json | 1 + ErodeDilateLabel.json | 1 + ExtraMarkups.json | 1 + FiducialsToModelDistance.json | 1 + FilmDosimetryAnalysis.json | 1 + FlywheelCaseIterator.json | 1 + GelDosimetryAnalysis.json | 1 + GeodesicSlicer.json | 1 + GyroGuide.json | 1 + HDBrainExtraction.json | 1 + IDCBrowser.json | 1 + ImageCompare.json | 1 + ImageMaker.json | 1 + IntensitySegmenter.json | 1 + KidneyStoneCalculator.json | 1 + LanguagePacks.json | 1 + LungCTAnalyzer.json | 1 + MEMOS.json | 1 + MHubRunner.json | 1 + MONAIAuto3DSeg.json | 1 + MONAILabel.json | 1 + MONAIViz.json | 1 + MRUSLandmarking.json | 1 + MUST-segmenter.json | 1 + MarkupsToModel.json | 1 + MatlabBridge.json | 1 + MedialSkeleton.json | 1 + MeshStatisticsExtension.json | 1 + MeshToLabelMap.json | 1 + ModelClip.json | 1 + ModelCropper.json | 1 + ModelToModelDistance.json | 1 + NeedleFinder.json | 1 + NvidiaAIAssistedAnnotation.json | 1 + OpenDose3D.json | 1 + OrthodonticAnalysis.json | 1 + OsteotomyPlanner.json | 1 + PBNRR.json | 1 + PET-IndiC.json | 1 + PETCPhantom.json | 1 + PETDICOMExtension.json | 1 + PETLiverUptakeMeasurement.json | 1 + PETTumorSegmentation.json | 1 + ParallelProcessing.json | 1 + PathReconstruction.json | 1 + PedicleScrewSimulator.json | 1 + PercutaneousApproachAnalysis.json | 1 + PerkTutor.json | 1 + PetSpectAnalysis.json | 1 + PickAndPaintExtension.json | 1 + Pipelines.json | 1 + PkModeling.json | 1 + PortPlacement.json | 1 + PyTorch.json | 1 + Q3DC.json | 1 + QuantitativeReporting.json | 1 + RVXLiverSegmentation.json | 1 + RVXVesselnessFilters.json | 1 + RawImageGuess.json | 1 + RegistrationQA.json | 1 + ResectionPlanner.json | 1 + SNRMeasurement.json | 1 + SPHARM-PDM.json | 1 + Sandbox.json | 1 + ScatteredTransform.json | 1 + Scoliosis.json | 1 + SegmentEditorExtraEffects.json | 1 + SegmentMesher.json | 1 + SegmentRegistration.json | 1 + SegmentWithSAM.json | 1 + SegmentationAidedRegistration.json | 1 + SegmentationReview.json | 1 + SequenceRegistration.json | 1 + ShapePopulationViewer.json | 1 + ShapeRegressionExtension.json | 1 + ShapeVariationAnalyzer.json | 1 + SkeletalRepresentation.json | 1 + SkinMouldGenerator.json | 1 + SkullStripper.json | 1 + SlicerAIGT.json | 1 + SlicerANTs.json | 1 + SlicerAutoscoperM.json | 1 + SlicerAutoscroll.json | 1 + SlicerBatchAnonymize.json | 1 + SlicerBiomech.json | 1 + SlicerCBCTToothSegmentation.json | 1 + SlicerCMF.json | 1 + SlicerCaseIterator.json | 1 + SlicerCervicalSpine.json | 1 + SlicerCochlea.json | 1 + SlicerDMRI.json | 1 + SlicerDcm2nii.json | 1 + SlicerDensityLungSegmentation.json | 1 + SlicerDentalModelSeg.json | 1 + SlicerDevelopmentToolbox.json | 1 + SlicerElastix.json | 1 + SlicerFab.json | 1 + SlicerFreeSurfer.json | 1 + SlicerHeart.json | 1 + SlicerIGSIO.json | 1 + SlicerIGT.json | 1 + SlicerITKUltrasound.json | 1 + SlicerJupyter.json | 1 + SlicerLayoutButtons.json | 1 + SlicerLiver.json | 1 + SlicerLookingGlass.json | 1 + SlicerMarkupConstraints.json | 1 + SlicerMorph.json | 1 + SlicerNetstim.json | 1 + SlicerNeuro.json | 1 + SlicerNeuroSegmentation.json | 1 + SlicerOpenAnatomy.json | 1 + SlicerOpenCV.json | 1 + SlicerOpenIGTLink.json | 1 + SlicerProstate.json | 1 + SlicerProstateAblation.json | 1 + SlicerPythonTestRunner.json | 1 + SlicerRT.json | 1 + SlicerRadiomics.json | 1 + SlicerRegularizedFastMarching.json | 1 + SlicerThemes.json | 1 + SlicerTissueSegmentation.json | 1 + SlicerToKiwiExporter.json | 1 + SlicerVMTK.json | 1 + SlicerVirtualMouseCursor.json | 1 + SlicerVirtualReality.json | 1 + SlicerWMA.json | 1 + SoundControl.json | 1 + Stereotaxia.json | 1 + SurfaceFragmentsRegistration.json | 1 + SurfaceLearner.json | 1 + SurfaceMarkup.json | 1 + SurfaceWrapSolidify.json | 1 + SwissSkullStripper.json | 1 + T1Mapping.json | 1 + T1_ECVMapping.json | 1 + T2mapping.json | 1 + TCIABrowser.json | 1 + TITAN.json | 1 + TOMAAT.json | 1 + TomoSAM.json | 1 + TorchIO.json | 1 + TotalSegmentator.json | 1 + TrackingErrorInspector.json | 1 + UHFMRTools.json | 1 + UKFTractography.json | 1 + VASSTAlgorithms.json | 1 + VolumeClip.json | 1 + XNATSlicer.json | 1 + ZFrameRegistration.json | 1 + flywheel_connect.json | 1 + iGyne.json | 1 + mpReview.json | 1 + slicerPRISMRendering.json | 1 + 187 files changed, 187 insertions(+) diff --git a/ABLTemporalBoneSegmentation.json b/ABLTemporalBoneSegmentation.json index 18e0795f3..e3850ee5b 100644 --- a/ABLTemporalBoneSegmentation.json +++ b/ABLTemporalBoneSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerElastix"], "build_subdirectory": "inner-build", "category": "Otolaryngology", diff --git a/AblationPlanner.json b/AblationPlanner.json index ae0234b08..4e3652694 100644 --- a/AblationPlanner.json +++ b/AblationPlanner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["ModelToModelDistance"], "build_subdirectory": ".", "category": "Quantification", diff --git a/AirwaySegmentation.json b/AirwaySegmentation.json index 3ccf8e772..1a8e45a95 100644 --- a/AirwaySegmentation.json +++ b/AirwaySegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/AnglePlanesExtension.json b/AnglePlanesExtension.json index 779da3e8f..da3cd1319 100644 --- a/AnglePlanesExtension.json +++ b/AnglePlanesExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/AnomalousFiltersExtension.json b/AnomalousFiltersExtension.json index 46186344d..cea91069e 100644 --- a/AnomalousFiltersExtension.json +++ b/AnomalousFiltersExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Filtering", diff --git a/ArduinoController.json b/ArduinoController.json index 6efa004c7..8a1551b1a 100644 --- a/ArduinoController.json +++ b/ArduinoController.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/AstmPhantomTest.json b/AstmPhantomTest.json index 0fa6dcaa6..cf6f6ccd2 100644 --- a/AstmPhantomTest.json +++ b/AstmPhantomTest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerOpenIGTLink"], "build_subdirectory": ".", "category": "IGT", diff --git a/Auto3dgm.json b/Auto3dgm.json index e36a1c7d1..86a99660a 100644 --- a/Auto3dgm.json +++ b/Auto3dgm.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Auto3dgm", diff --git a/AutomatedDentalTools.json b/AutomatedDentalTools.json index c4cbd07c5..b51d45fcf 100644 --- a/AutomatedDentalTools.json +++ b/AutomatedDentalTools.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDentalModelSeg", "Conda"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/BigImage.json b/BigImage.json index 0cb123301..67fe4191f 100644 --- a/BigImage.json +++ b/BigImage.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "BigImage", diff --git a/BoneReconstructionPlanner.json b/BoneReconstructionPlanner.json index bcc6e2e98..e16819327 100644 --- a/BoneReconstructionPlanner.json +++ b/BoneReconstructionPlanner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SurfaceWrapSolidify", "MarkupsToModel", "Sandbox"], "build_subdirectory": ".", "category": "Planning", diff --git a/BoneTextureExtension.json b/BoneTextureExtension.json index 565eb5f52..3bd12e5cc 100644 --- a/BoneTextureExtension.json +++ b/BoneTextureExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Quantification", diff --git a/BoneThicknessMapping.json b/BoneThicknessMapping.json index f008aadf7..db165d098 100644 --- a/BoneThicknessMapping.json +++ b/BoneThicknessMapping.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/BrainVolumeRefinement.json b/BrainVolumeRefinement.json index 4eae9dc59..409ce4fa4 100644 --- a/BrainVolumeRefinement.json +++ b/BrainVolumeRefinement.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/BreastImplantAnalyzer.json b/BreastImplantAnalyzer.json index 00a8dda1c..4072457b3 100644 --- a/BreastImplantAnalyzer.json +++ b/BreastImplantAnalyzer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/BreastUltrasoundAnalysis.json b/BreastUltrasoundAnalysis.json index 28b9b2330..1506dd735 100644 --- a/BreastUltrasoundAnalysis.json +++ b/BreastUltrasoundAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Utilities", diff --git a/Breast_DCEMRI_FTV.json b/Breast_DCEMRI_FTV.json index 520211896..a85ba7fc1 100644 --- a/Breast_DCEMRI_FTV.json +++ b/Breast_DCEMRI_FTV.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "FTV Segmentation", diff --git a/CMFreg.json b/CMFreg.json index e59655539..cd87fac93 100644 --- a/CMFreg.json +++ b/CMFreg.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Registration", diff --git a/CarreraSlice.json b/CarreraSlice.json index 156d94412..a4db8b69d 100644 --- a/CarreraSlice.json +++ b/CarreraSlice.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/ChangeTracker.json b/ChangeTracker.json index 29c410e2f..120df73e8 100644 --- a/ChangeTracker.json +++ b/ChangeTracker.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Wizards", diff --git a/Chest_Imaging_Platform.json b/Chest_Imaging_Platform.json index 9db672353..1fa6dbc7b 100644 --- a/Chest_Imaging_Platform.json +++ b/Chest_Imaging_Platform.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Chest Imaging Platform", diff --git a/CleverSeg.json b/CleverSeg.json index 72068d3f3..440d0db11 100644 --- a/CleverSeg.json +++ b/CleverSeg.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/ColocZStats.json b/ColocZStats.json index d9e5af0e9..b5a581bde 100644 --- a/ColocZStats.json +++ b/ColocZStats.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/Conda.json b/Conda.json index 603cf339e..a0930d58d 100644 --- a/Conda.json +++ b/Conda.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Conda", diff --git a/CurveMaker.json b/CurveMaker.json index 50437e522..bff70b4f7 100644 --- a/CurveMaker.json +++ b/CurveMaker.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/DCMQI.json b/DCMQI.json index c2aa9abb6..d7d1d366c 100644 --- a/DCMQI.json +++ b/DCMQI.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "dcmqi-build", "category": "DICOM", diff --git a/DICOMwebBrowser.json b/DICOMwebBrowser.json index 96860971f..25d65f72a 100644 --- a/DICOMwebBrowser.json +++ b/DICOMwebBrowser.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/DRRGenerator.json b/DRRGenerator.json index 6557e2c63..b01cafe0c 100644 --- a/DRRGenerator.json +++ b/DRRGenerator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Filtering", diff --git a/DSCMRIAnalysis.json b/DSCMRIAnalysis.json index 0ca42721c..e747d3cad 100644 --- a/DSCMRIAnalysis.json +++ b/DSCMRIAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/DatabaseInteractor.json b/DatabaseInteractor.json index de5c500d7..1761735b3 100644 --- a/DatabaseInteractor.json +++ b/DatabaseInteractor.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Web System Tools", diff --git a/DebuggingTools.json b/DebuggingTools.json index aba8d9b26..5bd0e2b23 100644 --- a/DebuggingTools.json +++ b/DebuggingTools.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/DeveloperToolsForExtensions.json b/DeveloperToolsForExtensions.json index 9c7014cf8..6330d05a2 100644 --- a/DeveloperToolsForExtensions.json +++ b/DeveloperToolsForExtensions.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/DiffusionQC.json b/DiffusionQC.json index 93fb8fa39..854891a06 100644 --- a/DiffusionQC.json +++ b/DiffusionQC.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDMRI"], "build_subdirectory": ".", "category": "Diffusion", diff --git a/EasyClip.json b/EasyClip.json index d7afe3b3b..830690868 100644 --- a/EasyClip.json +++ b/EasyClip.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/ErodeDilateLabel.json b/ErodeDilateLabel.json index 6f15c4cc9..fac4bdc93 100644 --- a/ErodeDilateLabel.json +++ b/ErodeDilateLabel.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Filtering.Morphology", diff --git a/ExtraMarkups.json b/ExtraMarkups.json index 0598be1fa..8c58b6e4f 100644 --- a/ExtraMarkups.json +++ b/ExtraMarkups.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", diff --git a/FiducialsToModelDistance.json b/FiducialsToModelDistance.json index 070ab8fb3..739ab378f 100644 --- a/FiducialsToModelDistance.json +++ b/FiducialsToModelDistance.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/FilmDosimetryAnalysis.json b/FilmDosimetryAnalysis.json index 8295026a4..f36bf4685 100644 --- a/FilmDosimetryAnalysis.json +++ b/FilmDosimetryAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerRT"], "build_subdirectory": ".", "category": "Radiotherapy", diff --git a/FlywheelCaseIterator.json b/FlywheelCaseIterator.json index 6a38a6319..89014255e 100644 --- a/FlywheelCaseIterator.json +++ b/FlywheelCaseIterator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDevelopmentToolbox"], "build_subdirectory": ".", "category": "Informatics", diff --git a/GelDosimetryAnalysis.json b/GelDosimetryAnalysis.json index 6fda934f4..fa772a67b 100644 --- a/GelDosimetryAnalysis.json +++ b/GelDosimetryAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerRT"], "build_subdirectory": ".", "category": "Radiotherapy", diff --git a/GeodesicSlicer.json b/GeodesicSlicer.json index b91d7104a..be2a7dc71 100644 --- a/GeodesicSlicer.json +++ b/GeodesicSlicer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/GyroGuide.json b/GyroGuide.json index a482b40ed..e709f0f61 100644 --- a/GyroGuide.json +++ b/GyroGuide.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/HDBrainExtraction.json b/HDBrainExtraction.json index 709459e13..80d90046c 100644 --- a/HDBrainExtraction.json +++ b/HDBrainExtraction.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/IDCBrowser.json b/IDCBrowser.json index 59388c99b..5aac1ae2f 100644 --- a/IDCBrowser.json +++ b/IDCBrowser.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["QuantitativeReporting"], "build_subdirectory": ".", "category": "Informatics", diff --git a/ImageCompare.json b/ImageCompare.json index 2b44d44f9..9b8b0c9ef 100644 --- a/ImageCompare.json +++ b/ImageCompare.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/ImageMaker.json b/ImageMaker.json index cd786e548..2cc7bdb62 100644 --- a/ImageMaker.json +++ b/ImageMaker.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/IntensitySegmenter.json b/IntensitySegmenter.json index 0bafcb72c..b05122ecb 100644 --- a/IntensitySegmenter.json +++ b/IntensitySegmenter.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/KidneyStoneCalculator.json b/KidneyStoneCalculator.json index 4e721da79..34e7560d6 100644 --- a/KidneyStoneCalculator.json +++ b/KidneyStoneCalculator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/LanguagePacks.json b/LanguagePacks.json index 43afad8c5..c91592e01 100644 --- a/LanguagePacks.json +++ b/LanguagePacks.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", diff --git a/LungCTAnalyzer.json b/LungCTAnalyzer.json index cc068aa58..6ea28ccba 100644 --- a/LungCTAnalyzer.json +++ b/LungCTAnalyzer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Chest Imaging Platform", diff --git a/MEMOS.json b/MEMOS.json index 934940e5e..14d0949b5 100644 --- a/MEMOS.json +++ b/MEMOS.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/MHubRunner.json b/MHubRunner.json index c99fdbdd3..bf2da4851 100644 --- a/MHubRunner.json +++ b/MHubRunner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Examples", diff --git a/MONAIAuto3DSeg.json b/MONAIAuto3DSeg.json index 6565303f3..ffd6fd3d4 100644 --- a/MONAIAuto3DSeg.json +++ b/MONAIAuto3DSeg.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/MONAILabel.json b/MONAILabel.json index b969f93ea..822f9490b 100644 --- a/MONAILabel.json +++ b/MONAILabel.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Active Learning", diff --git a/MONAIViz.json b/MONAIViz.json index 6b9379239..e01ae7565 100644 --- a/MONAIViz.json +++ b/MONAIViz.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/MRUSLandmarking.json b/MRUSLandmarking.json index 71251f6b2..87f61dbbf 100644 --- a/MRUSLandmarking.json +++ b/MRUSLandmarking.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/MUST-segmenter.json b/MUST-segmenter.json index 2cad4bfba..ead50c930 100644 --- a/MUST-segmenter.json +++ b/MUST-segmenter.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerRadiomics"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/MarkupsToModel.json b/MarkupsToModel.json index fe268aa57..994e6bab4 100644 --- a/MarkupsToModel.json +++ b/MarkupsToModel.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/MatlabBridge.json b/MatlabBridge.json index 24cb0fee9..41410c092 100644 --- a/MatlabBridge.json +++ b/MatlabBridge.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerOpenIGTLink"], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/MedialSkeleton.json b/MedialSkeleton.json index be1c68dc1..a379df383 100644 --- a/MedialSkeleton.json +++ b/MedialSkeleton.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Shape Analysis", diff --git a/MeshStatisticsExtension.json b/MeshStatisticsExtension.json index d373ef2e1..4570f6629 100644 --- a/MeshStatisticsExtension.json +++ b/MeshStatisticsExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["ModelToModelDistance"], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/MeshToLabelMap.json b/MeshToLabelMap.json index 82b37e5b3..bf674bbb3 100644 --- a/MeshToLabelMap.json +++ b/MeshToLabelMap.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/ModelClip.json b/ModelClip.json index 8bd5a6434..46fdf461f 100644 --- a/ModelClip.json +++ b/ModelClip.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Surface Models", diff --git a/ModelCropper.json b/ModelCropper.json index b6fef0374..c9b4e3d72 100644 --- a/ModelCropper.json +++ b/ModelCropper.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Surface Models", diff --git a/ModelToModelDistance.json b/ModelToModelDistance.json index c2dbf9c6d..b8745bde9 100644 --- a/ModelToModelDistance.json +++ b/ModelToModelDistance.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/NeedleFinder.json b/NeedleFinder.json index 62623eede..2bfec8251 100644 --- a/NeedleFinder.json +++ b/NeedleFinder.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/NvidiaAIAssistedAnnotation.json b/NvidiaAIAssistedAnnotation.json index 7064bffae..c41d23b5c 100644 --- a/NvidiaAIAssistedAnnotation.json +++ b/NvidiaAIAssistedAnnotation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/OpenDose3D.json b/OpenDose3D.json index aef6acf6c..5d4bf6cd5 100644 --- a/OpenDose3D.json +++ b/OpenDose3D.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerElastix"], "build_subdirectory": ".", "category": "Radiotherapy", diff --git a/OrthodonticAnalysis.json b/OrthodonticAnalysis.json index dfbf33e53..a57a06438 100644 --- a/OrthodonticAnalysis.json +++ b/OrthodonticAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Orthodontics", diff --git a/OsteotomyPlanner.json b/OsteotomyPlanner.json index f85ce2766..47be9d002 100644 --- a/OsteotomyPlanner.json +++ b/OsteotomyPlanner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Osteotomy Planning", diff --git a/PBNRR.json b/PBNRR.json index a3aa2570c..0f9a45d84 100644 --- a/PBNRR.json +++ b/PBNRR.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Registration", diff --git a/PET-IndiC.json b/PET-IndiC.json index 1d2eb59bf..aa02fa3ff 100644 --- a/PET-IndiC.json +++ b/PET-IndiC.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/PETCPhantom.json b/PETCPhantom.json index 0b2a7b50f..b571c84e7 100644 --- a/PETCPhantom.json +++ b/PETCPhantom.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/PETDICOMExtension.json b/PETDICOMExtension.json index c030499d4..fa8b57b4a 100644 --- a/PETDICOMExtension.json +++ b/PETDICOMExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Converters", diff --git a/PETLiverUptakeMeasurement.json b/PETLiverUptakeMeasurement.json index f9d7c2234..f739350ed 100644 --- a/PETLiverUptakeMeasurement.json +++ b/PETLiverUptakeMeasurement.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["DCMQI"], "build_subdirectory": ".", "category": "Quantification", diff --git a/PETTumorSegmentation.json b/PETTumorSegmentation.json index e9be19f9a..fecc3c937 100644 --- a/PETTumorSegmentation.json +++ b/PETTumorSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/ParallelProcessing.json b/ParallelProcessing.json index 4067f960c..1068d8d66 100644 --- a/ParallelProcessing.json +++ b/ParallelProcessing.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", diff --git a/PathReconstruction.json b/PathReconstruction.json index 6a1a41b0c..8510720c6 100644 --- a/PathReconstruction.json +++ b/PathReconstruction.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["MarkupsToModel", "SlicerIGT", "SlicerRT"], "build_subdirectory": ".", "category": "IGT", diff --git a/PedicleScrewSimulator.json b/PedicleScrewSimulator.json index 5c6203082..1ff2f5db0 100644 --- a/PedicleScrewSimulator.json +++ b/PedicleScrewSimulator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Training", diff --git a/PercutaneousApproachAnalysis.json b/PercutaneousApproachAnalysis.json index 74f69b87e..11b25cb46 100644 --- a/PercutaneousApproachAnalysis.json +++ b/PercutaneousApproachAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/PerkTutor.json b/PerkTutor.json index 37189b069..dfd33bdec 100644 --- a/PerkTutor.json +++ b/PerkTutor.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Training", diff --git a/PetSpectAnalysis.json b/PetSpectAnalysis.json index 2dca0262f..2623bccc5 100644 --- a/PetSpectAnalysis.json +++ b/PetSpectAnalysis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Nuclear Medicine", diff --git a/PickAndPaintExtension.json b/PickAndPaintExtension.json index 673eab8e5..d44ed244a 100644 --- a/PickAndPaintExtension.json +++ b/PickAndPaintExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/Pipelines.json b/Pipelines.json index 946177ec6..fdf9cc36c 100644 --- a/Pipelines.json +++ b/Pipelines.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Pipelines", diff --git a/PkModeling.json b/PkModeling.json index 0d66fb93c..eb4fb5e84 100644 --- a/PkModeling.json +++ b/PkModeling.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "pkmodeling-build", "category": "Quantification", diff --git a/PortPlacement.json b/PortPlacement.json index 50cc40491..272263f14 100644 --- a/PortPlacement.json +++ b/PortPlacement.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "IGT", diff --git a/PyTorch.json b/PyTorch.json index bdab56918..66a528fa4 100644 --- a/PyTorch.json +++ b/PyTorch.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", diff --git a/Q3DC.json b/Q3DC.json index 79b6f36b8..4b62603a7 100644 --- a/Q3DC.json +++ b/Q3DC.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerMarkupConstraints"], "build_subdirectory": ".", "category": "Shape Analysis", diff --git a/QuantitativeReporting.json b/QuantitativeReporting.json index 63d52978a..c36b1824c 100644 --- a/QuantitativeReporting.json +++ b/QuantitativeReporting.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [ "SlicerDevelopmentToolbox", "DCMQI", diff --git a/RVXLiverSegmentation.json b/RVXLiverSegmentation.json index a86ff7d64..ddb6f884b 100644 --- a/RVXLiverSegmentation.json +++ b/RVXLiverSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [ "MarkupsToModel", "SlicerVMTK", diff --git a/RVXVesselnessFilters.json b/RVXVesselnessFilters.json index 778d91801..b4fedf99a 100644 --- a/RVXVesselnessFilters.json +++ b/RVXVesselnessFilters.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Filtering.Vesselness", diff --git a/RawImageGuess.json b/RawImageGuess.json index 2deba93d7..1563a3bd2 100644 --- a/RawImageGuess.json +++ b/RawImageGuess.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/RegistrationQA.json b/RegistrationQA.json index 66caa9571..29ef82dc9 100644 --- a/RegistrationQA.json +++ b/RegistrationQA.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerRT"], "build_subdirectory": ".", "category": "Registration", diff --git a/ResectionPlanner.json b/ResectionPlanner.json index 83ccd2b0f..8e8d86db4 100644 --- a/ResectionPlanner.json +++ b/ResectionPlanner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/SNRMeasurement.json b/SNRMeasurement.json index 04252f668..a46d7da94 100644 --- a/SNRMeasurement.json +++ b/SNRMeasurement.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/SPHARM-PDM.json b/SPHARM-PDM.json index 4076018d1..19f2d26c8 100644 --- a/SPHARM-PDM.json +++ b/SPHARM-PDM.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["MeshToLabelMap"], "build_subdirectory": "SPHARM-PDM-build", "category": "SPHARM", diff --git a/Sandbox.json b/Sandbox.json index a6d2b6d50..4712b981b 100644 --- a/Sandbox.json +++ b/Sandbox.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Examples", diff --git a/ScatteredTransform.json b/ScatteredTransform.json index f4542b14d..1966aa1dd 100644 --- a/ScatteredTransform.json +++ b/ScatteredTransform.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Registration", diff --git a/Scoliosis.json b/Scoliosis.json index 6937a5e77..d05324715 100644 --- a/Scoliosis.json +++ b/Scoliosis.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Scoliosis", diff --git a/SegmentEditorExtraEffects.json b/SegmentEditorExtraEffects.json index 2966a4082..8b337cd49 100644 --- a/SegmentEditorExtraEffects.json +++ b/SegmentEditorExtraEffects.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["MarkupsToModel"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SegmentMesher.json b/SegmentMesher.json index 054ced5ea..0c03d2434 100644 --- a/SegmentMesher.json +++ b/SegmentMesher.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Segmentation", diff --git a/SegmentRegistration.json b/SegmentRegistration.json index 8859943a4..09747fe98 100644 --- a/SegmentRegistration.json +++ b/SegmentRegistration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerProstate", "SlicerRT"], "build_subdirectory": ".", "category": "Registration", diff --git a/SegmentWithSAM.json b/SegmentWithSAM.json index 8d964f0dd..a337ffcfa 100644 --- a/SegmentWithSAM.json +++ b/SegmentWithSAM.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SegmentationAidedRegistration.json b/SegmentationAidedRegistration.json index 06d8b9781..ef7d4bf61 100644 --- a/SegmentationAidedRegistration.json +++ b/SegmentationAidedRegistration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Registration", diff --git a/SegmentationReview.json b/SegmentationReview.json index e26594a02..ef7fed7dd 100644 --- a/SegmentationReview.json +++ b/SegmentationReview.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SequenceRegistration.json b/SequenceRegistration.json index bc5681718..cd4c3a5ee 100644 --- a/SequenceRegistration.json +++ b/SequenceRegistration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerElastix"], "build_subdirectory": ".", "category": "Sequences", diff --git a/ShapePopulationViewer.json b/ShapePopulationViewer.json index 01a3b11e8..d0b463f01 100644 --- a/ShapePopulationViewer.json +++ b/ShapePopulationViewer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Shape Visualization", diff --git a/ShapeRegressionExtension.json b/ShapeRegressionExtension.json index 30c1a1d20..d29800632 100644 --- a/ShapeRegressionExtension.json +++ b/ShapeRegressionExtension.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "ShapeRegressionExtension-build", "category": "Shape Regression", diff --git a/ShapeVariationAnalyzer.json b/ShapeVariationAnalyzer.json index d776b70fa..d0b1cbf62 100644 --- a/ShapeVariationAnalyzer.json +++ b/ShapeVariationAnalyzer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["ShapePopulationViewer"], "build_subdirectory": "inner-build", "category": "Quantification", diff --git a/SkeletalRepresentation.json b/SkeletalRepresentation.json index 1976bee08..e1d5530fd 100644 --- a/SkeletalRepresentation.json +++ b/SkeletalRepresentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Topology, Skeletonization", diff --git a/SkinMouldGenerator.json b/SkinMouldGenerator.json index b22bf2cfc..66275dc19 100644 --- a/SkinMouldGenerator.json +++ b/SkinMouldGenerator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Radiotherapy", diff --git a/SkullStripper.json b/SkullStripper.json index 95d3da344..c6a6b7c26 100644 --- a/SkullStripper.json +++ b/SkullStripper.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerAIGT.json b/SlicerAIGT.json index a6257abba..b65742df3 100644 --- a/SlicerAIGT.json +++ b/SlicerAIGT.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerOpenIGTLink", "SlicerIGT"], "build_subdirectory": ".", "category": "IGT", diff --git a/SlicerANTs.json b/SlicerANTs.json index a09ab7661..d159bbc76 100644 --- a/SlicerANTs.json +++ b/SlicerANTs.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Registration", diff --git a/SlicerAutoscoperM.json b/SlicerAutoscoperM.json index 3ca3c7f4c..902c7e13a 100644 --- a/SlicerAutoscoperM.json +++ b/SlicerAutoscoperM.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["Sandbox", "SegmentEditorExtraEffects"], "build_subdirectory": "inner-build", "category": "Tracking", diff --git a/SlicerAutoscroll.json b/SlicerAutoscroll.json index e77e5d5e6..bce5cc1ac 100644 --- a/SlicerAutoscroll.json +++ b/SlicerAutoscroll.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerBatchAnonymize.json b/SlicerBatchAnonymize.json index 1ffdfbd73..b9a169b7c 100644 --- a/SlicerBatchAnonymize.json +++ b/SlicerBatchAnonymize.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "DSCI", diff --git a/SlicerBiomech.json b/SlicerBiomech.json index f7f802b18..c4c6b23a6 100644 --- a/SlicerBiomech.json +++ b/SlicerBiomech.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerMorph"], "build_subdirectory": ".", "category": "Quantification", diff --git a/SlicerCBCTToothSegmentation.json b/SlicerCBCTToothSegmentation.json index 942068407..b9486d73e 100644 --- a/SlicerCBCTToothSegmentation.json +++ b/SlicerCBCTToothSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "DentalCBCTToolkit", diff --git a/SlicerCMF.json b/SlicerCMF.json index f8df2cda2..d5d1396a9 100644 --- a/SlicerCMF.json +++ b/SlicerCMF.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [ "AnglePlanesExtension", "BoneTextureExtension", diff --git a/SlicerCaseIterator.json b/SlicerCaseIterator.json index 41672866b..5af062f84 100644 --- a/SlicerCaseIterator.json +++ b/SlicerCaseIterator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDevelopmentToolbox"], "build_subdirectory": ".", "category": "Utilities", diff --git a/SlicerCervicalSpine.json b/SlicerCervicalSpine.json index 10c98441a..fced51956 100644 --- a/SlicerCervicalSpine.json +++ b/SlicerCervicalSpine.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerCochlea"], "build_subdirectory": ".", "category": "VisSimTools", diff --git a/SlicerCochlea.json b/SlicerCochlea.json index 95a01d9fe..f0a10cc7b 100644 --- a/SlicerCochlea.json +++ b/SlicerCochlea.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerElastix"], "build_subdirectory": ".", "category": "VisSimTools", diff --git a/SlicerDMRI.json b/SlicerDMRI.json index f61f4d9ca..9c3f2af4d 100644 --- a/SlicerDMRI.json +++ b/SlicerDMRI.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["UKFTractography"], "build_subdirectory": "inner-build", "category": "Diffusion", diff --git a/SlicerDcm2nii.json b/SlicerDcm2nii.json index fd0f7857a..fde043a0b 100644 --- a/SlicerDcm2nii.json +++ b/SlicerDcm2nii.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Diffusion", diff --git a/SlicerDensityLungSegmentation.json b/SlicerDensityLungSegmentation.json index ec8805678..f32607f1d 100644 --- a/SlicerDensityLungSegmentation.json +++ b/SlicerDensityLungSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerDentalModelSeg.json b/SlicerDentalModelSeg.json index d25a4df6e..9aaccca20 100644 --- a/SlicerDentalModelSeg.json +++ b/SlicerDentalModelSeg.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerDevelopmentToolbox.json b/SlicerDevelopmentToolbox.json index 1764e7bb4..e39f8140c 100644 --- a/SlicerDevelopmentToolbox.json +++ b/SlicerDevelopmentToolbox.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/SlicerElastix.json b/SlicerElastix.json index 9b5a133de..9bf74ded4 100644 --- a/SlicerElastix.json +++ b/SlicerElastix.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Registration", diff --git a/SlicerFab.json b/SlicerFab.json index 3cc7c8146..5a4eeecfe 100644 --- a/SlicerFab.json +++ b/SlicerFab.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Printing", diff --git a/SlicerFreeSurfer.json b/SlicerFreeSurfer.json index 6103556f1..144eb35c2 100644 --- a/SlicerFreeSurfer.json +++ b/SlicerFreeSurfer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Neuroimaging", diff --git a/SlicerHeart.json b/SlicerHeart.json index c8f2abf88..54bc8fef1 100644 --- a/SlicerHeart.json +++ b/SlicerHeart.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerIGT"], "build_subdirectory": "inner-build", "category": "Cardiac", diff --git a/SlicerIGSIO.json b/SlicerIGSIO.json index 85544b7f7..7f35f34a7 100644 --- a/SlicerIGSIO.json +++ b/SlicerIGSIO.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "IGT", diff --git a/SlicerIGT.json b/SlicerIGT.json index 8ff1c8808..17edd7d17 100644 --- a/SlicerIGT.json +++ b/SlicerIGT.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerIGSIO"], "build_subdirectory": ".", "category": "IGT", diff --git a/SlicerITKUltrasound.json b/SlicerITKUltrasound.json index 69177009a..02016f971 100644 --- a/SlicerITKUltrasound.json +++ b/SlicerITKUltrasound.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "SlicerITKUltrasound-build", "category": "Filtering", diff --git a/SlicerJupyter.json b/SlicerJupyter.json index 442720085..3ac92d8bb 100644 --- a/SlicerJupyter.json +++ b/SlicerJupyter.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Developer Tools", diff --git a/SlicerLayoutButtons.json b/SlicerLayoutButtons.json index 369e75143..b717e2c36 100644 --- a/SlicerLayoutButtons.json +++ b/SlicerLayoutButtons.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDevelopmentToolbox"], "build_subdirectory": ".", "category": "DICOM", diff --git a/SlicerLiver.json b/SlicerLiver.json index 64ade62f0..763533d72 100644 --- a/SlicerLiver.json +++ b/SlicerLiver.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerVMTK", "SegmentEditorExtraEffects"], "build_subdirectory": ".", "category": "IGT", diff --git a/SlicerLookingGlass.json b/SlicerLookingGlass.json index c8aad81e9..f5003876e 100644 --- a/SlicerLookingGlass.json +++ b/SlicerLookingGlass.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Holographic Display", diff --git a/SlicerMarkupConstraints.json b/SlicerMarkupConstraints.json index 7b63dd86c..7cfd37f2e 100644 --- a/SlicerMarkupConstraints.json +++ b/SlicerMarkupConstraints.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/SlicerMorph.json b/SlicerMorph.json index 444322ca7..e22d3612e 100644 --- a/SlicerMorph.json +++ b/SlicerMorph.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SegmentEditorExtraEffects"], "build_subdirectory": ".", "category": "SlicerMorph", diff --git a/SlicerNetstim.json b/SlicerNetstim.json index a8404bf23..e1b85c94a 100644 --- a/SlicerNetstim.json +++ b/SlicerNetstim.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerRT", "MarkupsToModel"], "build_subdirectory": ".", "category": "Netstim", diff --git a/SlicerNeuro.json b/SlicerNeuro.json index c68a85493..1f0f3b46a 100644 --- a/SlicerNeuro.json +++ b/SlicerNeuro.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [ "UKFTractography", "SwissSkullStripper", diff --git a/SlicerNeuroSegmentation.json b/SlicerNeuroSegmentation.json index 08602268c..1051ea49c 100644 --- a/SlicerNeuroSegmentation.json +++ b/SlicerNeuroSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerFreeSurfer"], "build_subdirectory": ".", "category": "Neuroimaging", diff --git a/SlicerOpenAnatomy.json b/SlicerOpenAnatomy.json index 7a9397889..608ad9594 100644 --- a/SlicerOpenAnatomy.json +++ b/SlicerOpenAnatomy.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerOpenCV.json b/SlicerOpenCV.json index 150549f4e..904829787 100644 --- a/SlicerOpenCV.json +++ b/SlicerOpenCV.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Libraries", diff --git a/SlicerOpenIGTLink.json b/SlicerOpenIGTLink.json index bff3533c7..579556b71 100644 --- a/SlicerOpenIGTLink.json +++ b/SlicerOpenIGTLink.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "IGT", diff --git a/SlicerProstate.json b/SlicerProstate.json index d457462a4..975380750 100644 --- a/SlicerProstate.json +++ b/SlicerProstate.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/SlicerProstateAblation.json b/SlicerProstateAblation.json index ecfa0355b..fa6fb41e7 100644 --- a/SlicerProstateAblation.json +++ b/SlicerProstateAblation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDevelopmentToolbox", "ZFrameRegistration"], "build_subdirectory": ".", "category": "IGT", diff --git a/SlicerPythonTestRunner.json b/SlicerPythonTestRunner.json index d5d23c050..81e1e22f2 100644 --- a/SlicerPythonTestRunner.json +++ b/SlicerPythonTestRunner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/SlicerRT.json b/SlicerRT.json index 57a8378ba..ffd7b64af 100644 --- a/SlicerRT.json +++ b/SlicerRT.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Radiotherapy", diff --git a/SlicerRadiomics.json b/SlicerRadiomics.json index 96a2a0441..b6e579045 100644 --- a/SlicerRadiomics.json +++ b/SlicerRadiomics.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Informatics", diff --git a/SlicerRegularizedFastMarching.json b/SlicerRegularizedFastMarching.json index ed40f8b0c..dcd99c24c 100644 --- a/SlicerRegularizedFastMarching.json +++ b/SlicerRegularizedFastMarching.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerThemes.json b/SlicerThemes.json index f658db38a..1fb2b136d 100644 --- a/SlicerThemes.json +++ b/SlicerThemes.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Developer Tools", diff --git a/SlicerTissueSegmentation.json b/SlicerTissueSegmentation.json index 0d9a50e49..7533b19af 100644 --- a/SlicerTissueSegmentation.json +++ b/SlicerTissueSegmentation.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SlicerToKiwiExporter.json b/SlicerToKiwiExporter.json index a68d85f24..21a94f9a3 100644 --- a/SlicerToKiwiExporter.json +++ b/SlicerToKiwiExporter.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Exporter", diff --git a/SlicerVMTK.json b/SlicerVMTK.json index b89bcc295..4f42681ce 100644 --- a/SlicerVMTK.json +++ b/SlicerVMTK.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["ExtraMarkups"], "build_subdirectory": "inner-build", "category": "Vascular Modeling Toolkit", diff --git a/SlicerVirtualMouseCursor.json b/SlicerVirtualMouseCursor.json index b775212d4..a2a2a7b69 100644 --- a/SlicerVirtualMouseCursor.json +++ b/SlicerVirtualMouseCursor.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", diff --git a/SlicerVirtualReality.json b/SlicerVirtualReality.json index 7a606bfe4..b786709fe 100644 --- a/SlicerVirtualReality.json +++ b/SlicerVirtualReality.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Virtual Reality", diff --git a/SlicerWMA.json b/SlicerWMA.json index 8729b5d00..cfecdb81e 100644 --- a/SlicerWMA.json +++ b/SlicerWMA.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": "inner-build", "category": "Libraries", diff --git a/SoundControl.json b/SoundControl.json index cee74202c..1a561b34a 100644 --- a/SoundControl.json +++ b/SoundControl.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/Stereotaxia.json b/Stereotaxia.json index efc5115fc..8382f1ca6 100644 --- a/Stereotaxia.json +++ b/Stereotaxia.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/SurfaceFragmentsRegistration.json b/SurfaceFragmentsRegistration.json index 7865ddd98..6959b5d0f 100644 --- a/SurfaceFragmentsRegistration.json +++ b/SurfaceFragmentsRegistration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Registration", diff --git a/SurfaceLearner.json b/SurfaceLearner.json index f9ebf3583..c7e449da5 100644 --- a/SurfaceLearner.json +++ b/SurfaceLearner.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "SurfaceLearner", diff --git a/SurfaceMarkup.json b/SurfaceMarkup.json index 2599564b1..238931694 100644 --- a/SurfaceMarkup.json +++ b/SurfaceMarkup.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/SurfaceWrapSolidify.json b/SurfaceWrapSolidify.json index 1acadfb4b..0d0da8cdb 100644 --- a/SurfaceWrapSolidify.json +++ b/SurfaceWrapSolidify.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/SwissSkullStripper.json b/SwissSkullStripper.json index a4db880d8..80979671f 100644 --- a/SwissSkullStripper.json +++ b/SwissSkullStripper.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/T1Mapping.json b/T1Mapping.json index 84a9c8781..66d04e2ab 100644 --- a/T1Mapping.json +++ b/T1Mapping.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/T1_ECVMapping.json b/T1_ECVMapping.json index 4cbe2c9d3..62ea55f52 100644 --- a/T1_ECVMapping.json +++ b/T1_ECVMapping.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Cardiac", diff --git a/T2mapping.json b/T2mapping.json index 2eea60a4e..564c72da8 100644 --- a/T2mapping.json +++ b/T2mapping.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Quantification", diff --git a/TCIABrowser.json b/TCIABrowser.json index a194a09ee..af288a29e 100644 --- a/TCIABrowser.json +++ b/TCIABrowser.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/TITAN.json b/TITAN.json index c50a8224e..647b2de9f 100644 --- a/TITAN.json +++ b/TITAN.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Analysis", diff --git a/TOMAAT.json b/TOMAAT.json index e3228c173..cfeeee1ad 100644 --- a/TOMAAT.json +++ b/TOMAAT.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/TomoSAM.json b/TomoSAM.json index 58a7cc452..637f0d972 100644 --- a/TomoSAM.json +++ b/TomoSAM.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/TorchIO.json b/TorchIO.json index ece663e3e..c3546abce 100644 --- a/TorchIO.json +++ b/TorchIO.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Utilities", diff --git a/TotalSegmentator.json b/TotalSegmentator.json index 4a8493564..c13f35be2 100644 --- a/TotalSegmentator.json +++ b/TotalSegmentator.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["PyTorch"], "build_subdirectory": ".", "category": "Segmentation", diff --git a/TrackingErrorInspector.json b/TrackingErrorInspector.json index ac966077a..11d2f4c76 100644 --- a/TrackingErrorInspector.json +++ b/TrackingErrorInspector.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/UHFMRTools.json b/UHFMRTools.json index 001e05420..06b983c72 100644 --- a/UHFMRTools.json +++ b/UHFMRTools.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Filtering", diff --git a/UKFTractography.json b/UKFTractography.json index c6eac9ed2..87d270dd8 100644 --- a/UKFTractography.json +++ b/UKFTractography.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Tractography", diff --git a/VASSTAlgorithms.json b/VASSTAlgorithms.json index 4264376d6..53a3c5bae 100644 --- a/VASSTAlgorithms.json +++ b/VASSTAlgorithms.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Registration", diff --git a/VolumeClip.json b/VolumeClip.json index bcf42d3c3..fa2d524e5 100644 --- a/VolumeClip.json +++ b/VolumeClip.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Segmentation", diff --git a/XNATSlicer.json b/XNATSlicer.json index d8a0aafee..15e3d6a06 100644 --- a/XNATSlicer.json +++ b/XNATSlicer.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Remote", diff --git a/ZFrameRegistration.json b/ZFrameRegistration.json index 29dcb4d5f..cee39a76c 100644 --- a/ZFrameRegistration.json +++ b/ZFrameRegistration.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": ["SlicerDevelopmentToolbox"], "build_subdirectory": ".", "category": "IGT", diff --git a/flywheel_connect.json b/flywheel_connect.json index ca7bfa968..26b2eef3f 100644 --- a/flywheel_connect.json +++ b/flywheel_connect.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Informatics", diff --git a/iGyne.json b/iGyne.json index d0f464f38..2eebf4777 100644 --- a/iGyne.json +++ b/iGyne.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "IGT", diff --git a/mpReview.json b/mpReview.json index 1b86bbf16..8fb216dc3 100644 --- a/mpReview.json +++ b/mpReview.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [ "SlicerDevelopmentToolbox", "QuantitativeReporting", diff --git a/slicerPRISMRendering.json b/slicerPRISMRendering.json index c5940a374..49635809f 100644 --- a/slicerPRISMRendering.json +++ b/slicerPRISMRendering.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-item-schema-v1.0.0.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Rendering",