WU-BIMAC / 4DNMetadataSchemaXSD2JSONConverter

This is a converter written in Java that translates an XSD microscopy metadata schema into JSON
GNU General Public License v3.0
3 stars 0 forks source link

Settings - Image #5

Open Akramhar opened 5 years ago

Akramhar commented 5 years ago

These fields have been currently removed due to issues in referencing other fields at top level, a solution need to be found on how to reintegrate them.

"Instrument": { "type":"string", "description":"This empty element refers to the Instrument that was utilized to acquire this image.", "tier":1, "category":"Instrument", "linkTo":"Instrument" }, "Experiment": { "type":"string", "description":"This empty element refers to the Experiment during which this Image was acquired.", "tier":1, "category":"Experiment", "linkTo":"Experiment" }, "Experimenter": { "type":"array", "items": { "description":"This empty element refers to Experimenter that performed this experiment.", "type":"string", "tier":1, "category":"Experimenter", "linkTo":"Experimenter" } }, "ExperimenterGroup": { "type":"array", "items": { "description":"This empty element refers to the ExperimenterGroup that owns this Image.", "type":"string", "tier":1, "category":"ExperimenterGroup", "linkTo":"ExperimenterGroup" } }, "MicrobeamManipulation": { "type":"array", "items": { "description":"NA", "type":"string", "tier":1, "category":"MicrobeamManipulation", "linkTo":"MicrobeamManipulation" } }, "ROI": { "type":"array", "items": { "description":"NA", "type":"string", "tier":1, "category":"ROI", "linkTo":"ROI" } },

Akramhar commented 5 years ago

fieldsRemoved.txt fieldsRemoved2.txt

Additional fields removed