Skip to content

Update the schema to describe DICOM plugins provided by the extension #2248

@fedorov

Description

@fedorov

Following on the discussion at the dev meeting today, we propose to expand the schema to include something like the following:

"dicom_plugins" : {
      "$id": "#dicom_plugin",
      "type": "array",
      "title": "List of DICOM plugins implemented in the extension",
      "additionalItems": false,
      "modalities": { "type": "string" }
}

This way, later on, we would be able to associate all extensions that handle individual modalities, and at import and examine of a modality that has additional extensions available, notify the user and offer to install those extensions.

Metadata

Metadata

Labels

type:infrastructureImprovement to the extension contribution workflow

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions