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.