[SCAL] - Multiple Salinity Schema Updates

Feedback Items: Multiple Salinity (CoCw experiment)- Other than brine resistivity & Sw vs Ri array need to add F*,m*,n* Qv (meq/ml – volume conc of clay exchange cations) as shown in below file template. An array also needs  to be added (Co, Cw, Brine Conc) in schema.

  • Add BrineResistivity object to an array SalinityTestResults
"BrineResistivity": {
    "type": "object",
    "properties": {
        "Value": {

            "type": "number"
        },
        "UnitOfMeasure": {
            "type": "string",
            "pattern": "^[\\w-.]:reference-data--UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$"
        }
  • Add AdjustedFormationResistivityFactor, AdjustedSaturationExponent, AdjustedPorosityExponent to SalinityTestResults
"AdjustedFormationResistivityFactor": {
    "type": "number"
},
"AdjustedSaturationExponent": {
    "type": "number"
},
"AdjustedPorosityExponent": {
    "type": "number"
}
  • Add array of objects that will store Sw/Ri
"WaterSaturationOverResistivity": {
    "type": "array",
    "items": {
        "type": "object",
        "properties": {
            "Value": {
                "type": "number"
            }
        }
    }
}
  • Add additional UoM to existing UnitOfMeasure reference list
{
            "id": "{{NAMESPACE}}:reference-data--UnitOfMeasure:meq/ml",
            "kind": "{{rafsddms-schema-authority}}:wks:reference-data--PermeabilityMeasurementType.1.0.0",
            "acl": {
                "owners": [
                    "{{DATA_OWNERS_GROUP}}"
                ],
                "viewers": [
                    "{{DATA_OWNERS_GROUP}}"
                ]
            },
            "legal": {
                "legaltags": [
                    "{{LEGAL_TAG}}"
                ],
                "otherRelevantDataCountries": [
                    "US"
                ],
                "status": "compliant"
            },
            "data": {
                "Name": "meq/ml",
                "ID": meq2%Fml,
                "Description": "milliequivalents per millilitre",
                "Code": "meq/ml",
                "AttributionAuthority": "RAFSDDMS"
            }
        },
Edited Nov 22, 2023 by Michael Jones
Assignee Loading
Time tracking Loading