Well, Wellbore definitions as created by Domain API
Using Postman collection from Dev team, I found this example for Master Data "Well".
"data": {
"FacilityName": "DCWELL01",
"ExtensionProperties": {
"UWI": "DCWELL01"
}
},
And for Wellbore
"data": {
"ExtensionProperties": {
"airGap": {
"unitKey": "ft",
"value": 35.0
},
"country": "United States of America",
"operator": "Francois Vinyes",
"uwi": "33-089-00300-00-01",
"wellboreType": "bypass"
},
The problem with this approach is that OSDU Data Platform at one time may end up getting mix of "Well, Wellbore" records created normally (as per standard Data Definition) and as created from Wellbore DDMS.
How can end user make a consistent search since fields are in different places for these two types of records?
Did this point come up during DDMS review process?