[SCAL] - Wettability Content Schema and WettabilityIndexType Corrections
Existing schema of Wettability should incorporate the following updates:
-
InitialCappillaryPressure- should be "
InitialCapillaryPressure
" - Add the following attribute into the WettabilityIndexData object, attribute should go :
"CapillaryPressureAnalysisID": {
"type": "string",
"description": "OSDU ID for the Capillary Pressure Analysis referenced in this Wettability Analysis.",
"pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-SamplesAnalysis:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
- Remove existing WettabilityIndexType reference list and manifest the following one:WettabilityIndexType.json
- Add two following objects to WettabilityIndexData array
"ForcedImbibedBrineVolume": {
"type": "object",
"description": "volume of forced imbibed brine, displacing water, expressed as fraction of pore volume. no confining pressure applied",
"properties": {
"Value": {
"type": "number"
},
"UnitOfMeasure": {
"type": "string",
"pattern": "^[\\w-.]:reference-data--UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
}
},
"ForcedImbibedOilVolume": {
"type": "object",
"description": "volume of forced imbibed oil, displacing water, expressed as fraction of pore volume. no confining pressure applied",
"properties": {
"Value": {
"type": "number"
},
"UnitOfMeasure": {
"type": "string",
"pattern": "^[\\w-.]:reference-data--UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$"
}
}
Edited by Mykhailo Buriak