biocaddie / WG3-MetadataSpecifications

WG3 Metadata Specification
28 stars 13 forks source link

Allows DataAnalysis to ‘use’ things just like ‘DataAcquisition’. #67

Closed proccaserra closed 6 years ago

proccaserra commented 6 years ago

In other words, allow Software and Instruments to the listed from DataAnalysis

"uses": { "description": "The i./`;nstrument(s) or software(s) used to acquire the signal.", "type": "array", "items": { "anyOf": [ { "$ref": "instrument_schema.json#" }, { "$ref": "software_schema.json#" } ] } }

NB: differentieae between ‘data_acquisition’ and ‘data_analysis’ has to do with input / output. (material / data & data/data respectively)