Add method to all geochemistry schemas
Add method attribute to all geochemistry schemas:
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/extraction_data_schema.json?ref_type=heads
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/fractionation_data_schema.json?ref_type=heads
- https://gitlab.opengroup.org/osdu/subcommittees/data-def/projects/RAFSDDMSDEV/docs/-/blob/main/Design%20Documents/gc_gasoline_data_schema.json (not published yet)
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/gcms_alkanes_data_schema.json?ref_type=heads
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/gcms_aromatics_data_schema.json?ref_type=heads
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/gcms_ratios_data_schema.json?ref_type=heads
- https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/rock-and-fluid-sample/rafs-ddms-services/-/blob/main/app/models/data_schemas/jsonschema/physchem_data_schema.json?ref_type=heads
- https://gitlab.opengroup.org/osdu/subcommittees/data-def/projects/RAFSDDMSDEV/docs/-/blob/main/Design%20Documents/whole_oil_gc_data_schema.json (not published yet)
"Method": {
"type": "string",
"description": "The sample analysis method used for this analysis"
}
@michael_jones_epam can confirm the correct pattern required to allow values only from the SampleAnalysis reference data.
Draft Reference List: https://gitlab.opengroup.org/osdu/subcommittees/data-def/projects/RAFSDDMSDEV/docs/-/blob/main/Design%20Documents/ReferenceValues/Manifests/reference-data/OPEN/GeochemistryMethod.json
Edited by Michael Jones