The mss data schema is missing reference to the FluidSampleID
(edited by @michael_jones_epam ) Within mss_data_schema.json, add the following object to properties:
Click to expand
"FluidSampleID": { "type": "string", "title": "Fluid Sample ID", "description": "Unique identifier of the Fluid Sample which analysis is done on", "pattern": "^[\w-.]+:master-data--FluidSample:[\w-.:%]+:[0-9]$" },
Within mss_data_example.json, Add the following line below MultiStageSeparatorTestID (verify that the actual ID matches other analysis types for that sample):
Click to expand
"FluidSampleID": "osdu:master-data--FluidSample:20207905-20",Edited by Michael Jones