{ "info": { "_postman_id": "0b6ecc18-e88b-4453-9efc-36b228438acf", "name": "WellDeliveryOSDU", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Schemas", "item": [ { "name": "Create_schema_well", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--Well\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/Well.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--Well:1.0.0\",\r\n\t\t\"title\": \"Well\",\r\n\t\t\"description\": \"The origin of a set of wellbores.\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--Well:6c60ceb0-3521-57b7-9bd8-e1d7c9f66230\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--Well:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacility:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"DefaultVerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"The default datum reference point, or zero depth point, used to determine other points vertically in a well. References an entry in the VerticalMeasurements array.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"DefaultVerticalCRSID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"The default vertical coordinate reference system used in the vertical measurements for a well or wellbore if absent from input vertical measurements and there is no other recourse for obtaining a valid CRS.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"CoordinateReferenceSystem\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"VerticalMeasurements\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"List of all depths and elevations pertaining to the well, like, water depth, mud line elevation, etc.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-indexing\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"nested\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Vertical Measurement ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"VerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The ID for a distinct vertical measurement within the Wellbore VerticalMeasurements array so that it may be referenced by other vertical measurements if necessary.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"InterestTypeID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"Pre-defined reasons for interest in the well or information about the well.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellInterestType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellInterestType\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"required\": [\r\n\t\t\t\"kind\",\r\n\t\t\t\"acl\",\r\n\t\t\t\"legal\"\r\n\t\t],\r\n\t\t\"additionalProperties\": false,\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.FacilityName\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_well", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"Well\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 1\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/Well.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--Well:1.0.0\",\r\n\t\t\"title\": \"Well\",\r\n\t\t\"description\": \"The origin of a set of wellbores.\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--Well:6c60ceb0-3521-57b7-9bd8-e1d7c9f66230\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--Well:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacility:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"DefaultVerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"The default datum reference point, or zero depth point, used to determine other points vertically in a well. References an entry in the VerticalMeasurements array.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"DefaultVerticalCRSID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"The default vertical coordinate reference system used in the vertical measurements for a well or wellbore if absent from input vertical measurements and there is no other recourse for obtaining a valid CRS.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"CoordinateReferenceSystem\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"VerticalMeasurements\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"List of all depths and elevations pertaining to the well, like, water depth, mud line elevation, etc.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-indexing\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"nested\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Vertical Measurement ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"VerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The ID for a distinct vertical measurement within the Wellbore VerticalMeasurements array so that it may be referenced by other vertical measurements if necessary.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"InterestTypeID\": {\r\n\t\t\t\t\t\t\t\t\"description\": \"Pre-defined reasons for interest in the well or information about the well.\",\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellInterestType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellInterestType\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"required\": [\r\n\t\t\t\"kind\",\r\n\t\t\t\"acl\",\r\n\t\t\t\"legal\"\r\n\t\t],\r\n\t\t\"additionalProperties\": false,\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.FacilityName\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Thu, 18 Nov 2021 17:15:35 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "207e2f85-ee8d-4336-a22f-512d22e3d526" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "3486" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"Well\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 1,\n \"id\": \"osdu:wks:Well:1.0.1\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2021-11-18T17:15:33.096+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_AbstractFacilityVerticalMeasurement", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wcs\",\r\n\t\t\t\"entityType\": \"AbstractFacilityVerticalMeasurement\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/abstract/AbstractFacilityVerticalMeasurement.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\",\r\n \"title\": \"AbstractFacilityVerticalMeasurement\",\r\n \"description\": \"A location along a wellbore, _usually_ associated with some aspect of the drilling of the wellbore, but not with any intersecting _subsurface_ natural surfaces.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"EffectiveDateTime\": {\r\n \"description\": \"The date and time at which a vertical measurement instance becomes effective.\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"VerticalMeasurement\": {\r\n \"description\": \"The value of the elevation or depth. Depth is positive downwards from a vertical reference or geodetic datum along a path, which can be vertical; elevation is positive upwards from a geodetic datum along a vertical path. Either can be negative.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM_via_property:VerticalMeasurementUnitOfMeasureID\"\r\n },\r\n \"TerminationDateTime\": {\r\n \"description\": \"The date and time at which a vertical measurement instance is no longer in effect.\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"VerticalMeasurementTypeID\": {\r\n \"description\": \"Specifies the type of vertical measurement (TD, Plugback, Kickoff, Drill Floor, Rotary Table...).\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-VerticalMeasurementType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"VerticalMeasurementType\"\r\n }\r\n ]\r\n },\r\n \"VerticalMeasurementPathID\": {\r\n \"description\": \"Specifies Measured Depth, True Vertical Depth, or Elevation.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-VerticalMeasurementPath:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"VerticalMeasurementPath\"\r\n }\r\n ]\r\n },\r\n \"VerticalMeasurementSourceID\": {\r\n \"description\": \"Specifies Driller vs Logger.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-VerticalMeasurementSource:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"VerticalMeasurementSource\"\r\n }\r\n ]\r\n },\r\n \"WellboreTVDTrajectoryID\": {\r\n \"description\": \"Specifies what directional survey or wellpath was used to calculate the TVD.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreTrajectory:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"WellboreTrajectory\"\r\n }\r\n ]\r\n },\r\n \"VerticalMeasurementUnitOfMeasureID\": {\r\n \"description\": \"The unit of measure for the vertical measurement. If a unit of measure and a vertical CRS are provided, the unit of measure provided is taken over the unit of measure from the CRS.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"VerticalCRSID\": {\r\n \"description\": \"A vertical coordinate reference system defines the origin for height or depth values. It is expected that either VerticalCRSID or VerticalReferenceID reference is provided in a given vertical measurement array object, but not both.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CoordinateReferenceSystem\"\r\n }\r\n ]\r\n },\r\n \"VerticalReferenceID\": {\r\n \"description\": \"The reference point from which the relative vertical measurement is made. This is only populated if the measurement has no VerticalCRSID specified. The value entered must be the VerticalMeasurementID for another vertical measurement array element in this resource or its parent facility, and as a chain of measurements, they must resolve ultimately to a Vertical CRS. It is expected that a VerticalCRSID or a VerticalReferenceID is provided in a given vertical measurement array object, but not both.\",\r\n \"type\": \"string\"\r\n },\r\n \"VerticalMeasurementDescription\": {\r\n \"description\": \"Text which describes a vertical measurement in detail.\",\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [] }, { "name": "Create_schema_wellbore", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--Wellbore\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\r\n\t\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/Wellbore.1.0.0.json\",\r\n\t\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--Wellbore:1.0.0\",\r\n\t\t\t\"title\": \"Wellbore\",\r\n\t\t\t\"description\": \"A hole in the ground extending from a point at the earth's surface to the maximum point of penetration.\",\r\n\t\t\t\"type\": \"object\",\r\n\t\t\t\"properties\": {\r\n\t\t\t\t\"id\": {\r\n\t\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\t\"example\": \"namespace:master-data--Wellbore:c7c421a7-f496-5aef-8093-298c32bfdea9\"\r\n\t\t\t\t},\r\n\t\t\t\t\"kind\": {\r\n\t\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\t\"example\": \"osdu:wks:master-data--Wellbore:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"version\": {\r\n\t\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t\t},\r\n\t\t\t\t\"acl\": {\r\n\t\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"legal\": {\r\n\t\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"tags\": {\r\n\t\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"example\": {\r\n\t\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"createTime\": {\r\n\t\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t\t},\r\n\t\t\t\t\"createUser\": {\r\n\t\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t\t},\r\n\t\t\t\t\"modifyTime\": {\r\n\t\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t\t},\r\n\t\t\t\t\"modifyUser\": {\r\n\t\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t\t},\r\n\t\t\t\t\"ancestry\": {\r\n\t\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"meta\": {\r\n\t\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacility:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\"WellID\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"SequenceNumber\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"A number that indicates the order in which wellbores were drilled.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"integer\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"VerticalMeasurements\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"List of all depths and elevations pertaining to the wellbore, like, plug back measured depth, total measured depth, KB elevation\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-indexing\": {\r\n\t\t\t\t\t\t\t\t\t\t\"type\": \"nested\"\r\n\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Vertical Measurement ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"VerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The ID for a distinct vertical measurement within the Wellbore VerticalMeasurements array so that it may be referenced by other vertical measurements if necessary.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DrillingReasons\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The history of drilling reasons of the wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWellboreDrillingReason:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"KickOffWellbore\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"This is a pointer to the parent wellbore. The wellbore that starts from top has no parent.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Wellbore\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"TrajectoryTypeID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"Describes the predominant shapes the wellbore path can follow if deviated from vertical. Sample Values: Horizontal, Vertical, Directional.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellboreTrajectoryType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreTrajectoryType\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DefinitiveTrajectoryID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"SRN of Wellbore Trajectory which is considered the authoritative or preferred version.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreTrajectory:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"work-product-component\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreTrajectory\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"TargetFormation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The Formation of interest for which the Wellbore is drilled to interact with. The Wellbore may terminate in a lower formation if the requirement is to drill through the entirety of the target formation, therefore this is not necessarily the Formation at TD.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-GeologicalFormation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"GeologicalFormation\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"PrimaryMaterialID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The primary material injected/produced from the wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-MaterialType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"MaterialType\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DefaultVerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The default datum reference point, or zero depth point, used to determine other points vertically in a wellbore. References an entry in the Vertical Measurements array of this wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"ProjectedBottomHoleLocation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The bottom hole location of the wellbore denoted by a projected horizontal coordinate reference system (Horizontal CRS), such a UTM zone. 'Projected' in this property does not mean 'planned' or 'projected-to-bit'. If both GeographicBottomHoleLocation and ProjectedBottomHoleLocation properties are populated on this wellbore, they must identify the same point, just in different CRSs.\",\r\n\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractSpatialLocation:1.0.0\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"GeographicBottomHoleLocation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The bottom hole location of the wellbore denoted by a specified geographic horizontal coordinate reference system (Horizontal CRS), such as WGS84, NAD27, or ED50. If both GeographicBottomHoleLocation and ProjectedBottomHoleLocation properties are populated on this wellbore, they must identify the same point, just in different CRSs.\",\r\n\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractSpatialLocation:1.0.0\"\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"required\": [\r\n\t\t\t\t\"kind\",\r\n\t\t\t\t\"acl\",\r\n\t\t\t\t\"legal\"\r\n\t\t\t],\r\n\t\t\t\"additionalProperties\": false,\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectedBottomHoleLocation\"\r\n },\r\n {\r\n \"path\": \"data.GeographicBottomHoleLocation\"\r\n },\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.FacilityName\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t\t}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_wellbore", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"Wellbore\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\r\n\t\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/Wellbore.1.0.0.json\",\r\n\t\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--Wellbore:1.0.0\",\r\n\t\t\t\"title\": \"Wellbore\",\r\n\t\t\t\"description\": \"A hole in the ground extending from a point at the earth's surface to the maximum point of penetration.\",\r\n\t\t\t\"type\": \"object\",\r\n\t\t\t\"properties\": {\r\n\t\t\t\t\"id\": {\r\n\t\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\t\"example\": \"namespace:master-data--Wellbore:c7c421a7-f496-5aef-8093-298c32bfdea9\"\r\n\t\t\t\t},\r\n\t\t\t\t\"kind\": {\r\n\t\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\t\"example\": \"osdu:wks:master-data--Wellbore:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"version\": {\r\n\t\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t\t},\r\n\t\t\t\t\"acl\": {\r\n\t\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"legal\": {\r\n\t\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"tags\": {\r\n\t\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\"example\": {\r\n\t\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"createTime\": {\r\n\t\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t\t},\r\n\t\t\t\t\"createUser\": {\r\n\t\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t\t},\r\n\t\t\t\t\"modifyTime\": {\r\n\t\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t\t},\r\n\t\t\t\t\"modifyUser\": {\r\n\t\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t\t},\r\n\t\t\t\t\"ancestry\": {\r\n\t\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t\t},\r\n\t\t\t\t\"meta\": {\r\n\t\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t\t}\r\n\t\t\t\t},\r\n\t\t\t\t\"data\": {\r\n\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacility:1.0.0\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\"WellID\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"SequenceNumber\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"A number that indicates the order in which wellbores were drilled.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"integer\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"VerticalMeasurements\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"List of all depths and elevations pertaining to the wellbore, like, plug back measured depth, total measured depth, KB elevation\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-indexing\": {\r\n\t\t\t\t\t\t\t\t\t\t\"type\": \"nested\"\r\n\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Vertical Measurement ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"VerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The ID for a distinct vertical measurement within the Wellbore VerticalMeasurements array so that it may be referenced by other vertical measurements if necessary.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DrillingReasons\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The history of drilling reasons of the wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWellboreDrillingReason:1.0.0\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"KickOffWellbore\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"This is a pointer to the parent wellbore. The wellbore that starts from top has no parent.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Wellbore\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"TrajectoryTypeID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"Describes the predominant shapes the wellbore path can follow if deviated from vertical. Sample Values: Horizontal, Vertical, Directional.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellboreTrajectoryType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreTrajectoryType\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DefinitiveTrajectoryID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"SRN of Wellbore Trajectory which is considered the authoritative or preferred version.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreTrajectory:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"work-product-component\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreTrajectory\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"TargetFormation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The Formation of interest for which the Wellbore is drilled to interact with. The Wellbore may terminate in a lower formation if the requirement is to drill through the entirety of the target formation, therefore this is not necessarily the Formation at TD.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-GeologicalFormation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"GeologicalFormation\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"PrimaryMaterialID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The primary material injected/produced from the wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-MaterialType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"MaterialType\"\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"DefaultVerticalMeasurementID\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The default datum reference point, or zero depth point, used to determine other points vertically in a wellbore. References an entry in the Vertical Measurements array of this wellbore.\",\r\n\t\t\t\t\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"ProjectedBottomHoleLocation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The bottom hole location of the wellbore denoted by a projected horizontal coordinate reference system (Horizontal CRS), such a UTM zone. 'Projected' in this property does not mean 'planned' or 'projected-to-bit'. If both GeographicBottomHoleLocation and ProjectedBottomHoleLocation properties are populated on this wellbore, they must identify the same point, just in different CRSs.\",\r\n\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractSpatialLocation:1.0.0\"\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\"GeographicBottomHoleLocation\": {\r\n\t\t\t\t\t\t\t\t\t\"description\": \"The bottom hole location of the wellbore denoted by a specified geographic horizontal coordinate reference system (Horizontal CRS), such as WGS84, NAD27, or ED50. If both GeographicBottomHoleLocation and ProjectedBottomHoleLocation properties are populated on this wellbore, they must identify the same point, just in different CRSs.\",\r\n\t\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractSpatialLocation:1.0.0\"\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"required\": [\r\n\t\t\t\t\"kind\",\r\n\t\t\t\t\"acl\",\r\n\t\t\t\t\"legal\"\r\n\t\t\t],\r\n\t\t\t\"additionalProperties\": false,\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectedBottomHoleLocation\"\r\n },\r\n {\r\n \"path\": \"data.GeographicBottomHoleLocation\"\r\n },\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.FacilityName\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t\t}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Thu, 18 Nov 2021 17:17:57 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "e7dc4f3b-da3b-405a-b10b-988d9a1492eb" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1495" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"Wellbore\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:Wellbore:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2021-11-18T17:17:57.630+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_wellplanning", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellPlanningWell\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellPlanningWell.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\",\r\n\t\t\"title\": \"WellPlanningWell\",\r\n\t\t\"description\": \"Information about a single well. A well is a unique surface location from which wellbores are drilled into the Earth for the purpose of either (1) finding or producing underground resources; or (2) providing services related to the production of underground resources.\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWell:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--WellPlanningWell:a09849c6-889b-5700-8e71-96165c89922f\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"WellID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Well ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Identifier of the parent well.\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TimeZone\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Time Zone\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The UTC time zone in which well is located - expressed as ISO 8601.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TypeWell\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Type Well\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Proposed values : Mining, Petroleum, Scientific, Geothermal, Storage, Surface Coring, Water well\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"LicenceName\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Licence Name\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Legal name of the well as described within the Licence\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"LicenceNumber\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Licence Number\",\r\n\t\t\t\t\t\t\t\t\"description\": \"License number of the well\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"IssueDateTime\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Issue Date-Time\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Date and time license was issued\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"DateTime\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"BlockID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Block ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Identifier of the Geopolitical Entity that describes the Block associated to the Licence\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-GeoPoliticalEntity:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"GeoPoliticalEntity\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"OperatorPercentInterest\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Operator Percent Interest\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Interest for Operator, Commonly in percent\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Well Planning well. Derived from the record identified by WellID.\",\r\n \"x-osdu-is-derived\": {\r\n \"RelationshipPropertyName\": \"WellID\",\r\n \"TargetPropertyName\": \"FacilityName\"\r\n }\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"required\": [\r\n\t\t\t\"kind\",\r\n\t\t\t\"acl\",\r\n\t\t\t\"legal\"\r\n\t\t],\r\n\t\t\"additionalProperties\": false,\r\n\t\t\"x-osdu-review-status\": \"Accepted\",\r\n\t\t\"x-osdu-side-car-type-to\": [\r\n\t\t\t{\r\n\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t}\r\n\t\t],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_wellplanning", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"WellPlanningWell\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellPlanningWell.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\",\r\n\t\t\"title\": \"WellPlanningWell\",\r\n\t\t\"description\": \"Information about a single well. A well is a unique surface location from which wellbores are drilled into the Earth for the purpose of either (1) finding or producing underground resources; or (2) providing services related to the production of underground resources.\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWell:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--WellPlanningWell:a09849c6-889b-5700-8e71-96165c89922f\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"WellID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Well ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Identifier of the parent well.\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Well:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TimeZone\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Time Zone\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The UTC time zone in which well is located - expressed as ISO 8601.\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TypeWell\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Type Well\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Proposed values : Mining, Petroleum, Scientific, Geothermal, Storage, Surface Coring, Water well\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"LicenceName\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Licence Name\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Legal name of the well as described within the Licence\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"LicenceNumber\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Licence Number\",\r\n\t\t\t\t\t\t\t\t\"description\": \"License number of the well\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"IssueDateTime\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Issue Date-Time\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Date and time license was issued\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"DateTime\"\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"BlockID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Block ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Identifier of the Geopolitical Entity that describes the Block associated to the Licence\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-GeoPoliticalEntity:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"GeoPoliticalEntity\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"OperatorPercentInterest\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Operator Percent Interest\",\r\n\t\t\t\t\t\t\t\t\"description\": \"Interest for Operator, Commonly in percent\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Well Planning well. Derived from the record identified by WellID.\",\r\n \"x-osdu-is-derived\": {\r\n \"RelationshipPropertyName\": \"WellID\",\r\n \"TargetPropertyName\": \"FacilityName\"\r\n }\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"IndividualProperties\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"ExtensionProperties\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"object\"\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"title\": \"ExtensionProperties\"\r\n\t\t\t\t\t}\r\n\t\t\t\t]\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"required\": [\r\n\t\t\t\"kind\",\r\n\t\t\t\"acl\",\r\n\t\t\t\"legal\"\r\n\t\t],\r\n\t\t\"additionalProperties\": false,\r\n\t\t\"x-osdu-review-status\": \"Accepted\",\r\n\t\t\"x-osdu-side-car-type-to\": [\r\n\t\t\t{\r\n\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\"EntityType\": \"Well\"\r\n\t\t\t}\r\n\t\t],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n\t\t\"x-osdu-inheriting-from-kind\": []\r\n\t}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Thu, 18 Nov 2021 17:27:16 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "67c1f2d3-247e-42cf-a0fe-f12c1823b192" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1336" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"WellPlanningWell\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:WellPlanningWell:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2021-11-18T17:27:16.305+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_wellboreplaning", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellPlanningWellbore\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellPlanningWellbore.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\",\r\n \"title\": \"WellPlanningWellbore\",\r\n \"description\": \"A hole in the ground extending from a point at the earth's surface to the maximum point of penetration.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--WellPlanningWellbore:27ba08ea-5c4e-5859-bd7e-d04b3c34a0bc\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n \"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n \"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n \"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Identifier of the parent wellbore.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"WellPlanningWellID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Well Planning Well ID\",\r\n \"description\": \"Identifier of the parent well side-car for the well planning domain.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWell:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"WellPlanningWell\"\r\n }\r\n ]\r\n },\r\n \"SurveyProgramIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Survey Program IDs\",\r\n \"description\": \"A reference to the objects that holds the information about the definitive version of the different survey programs associated with the wellbore\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-SurveyProgram:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"SurveyProgram\"\r\n }\r\n ]\r\n }\r\n },\r\n \"TargetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Target ID\",\r\n \"description\": \"The drill targets associated with this definitive Drilling Program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-GeometricTargetSet:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"GeometricTargetSet\"\r\n }\r\n ]\r\n },\r\n \"WellboreMarkerSetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore MarkerSet ID\",\r\n \"description\": \"The formation markers associated with the definitive Drilling Program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreMarkerSet:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"WellboreMarkerSet\"\r\n }\r\n ]\r\n },\r\n \"PlannedLithologyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Lithology ID\",\r\n \"description\": \"A reference to the descriptive object that holds the information about the planned lithology associated with the wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PlannedLithology:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"PlannedLithology\"\r\n }\r\n ]\r\n },\r\n \"HoleSectionID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Hole Section ID\",\r\n \"description\": \"The definitive description of the hole section associated with this wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"HoleSection\"\r\n }\r\n ]\r\n },\r\n \"PPFGDatasetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"PPFG Dataset ID\",\r\n \"description\": \"A reference to the PPFGDataset that holds the information about the pore pressure associated with the definitive drilling program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PPFGDataset:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"PPFGDataset\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Well Planning wellbore. Derived from the record identified by WellboreID.\",\r\n \"x-osdu-is-derived\": {\r\n \"RelationshipPropertyName\": \"WellboreID\",\r\n \"TargetPropertyName\": \"FacilityName\"\r\n }\r\n },\r\n \"VerticalMeasurement\": {\r\n \"$ref\": \"osdu:wcs:AbstractFacilityVerticalMeasurement:1.0.0\",\r\n \"title\": \"Vertical Measurement\",\r\n \"description\": \"The zero depth point (ZDP) definition for the all measured depths related to this WellPlanningWellbore.\"\r\n }\r\n },\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-side-car-type-to\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_wellboreplaning", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellPlanningWellbore\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellPlanningWellbore.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\",\r\n \"title\": \"WellPlanningWellbore\",\r\n \"description\": \"A hole in the ground extending from a point at the earth's surface to the maximum point of penetration.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--WellPlanningWellbore:27ba08ea-5c4e-5859-bd7e-d04b3c34a0bc\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n \"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n \"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n \"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Identifier of the parent wellbore.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"WellPlanningWellID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Well Planning Well ID\",\r\n \"description\": \"Identifier of the parent well side-car for the well planning domain.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWell:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"WellPlanningWell\"\r\n }\r\n ]\r\n },\r\n \"SurveyProgramIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Survey Program IDs\",\r\n \"description\": \"A reference to the objects that holds the information about the definitive version of the different survey programs associated with the wellbore\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-SurveyProgram:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"SurveyProgram\"\r\n }\r\n ]\r\n }\r\n },\r\n \"TargetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Target ID\",\r\n \"description\": \"The drill targets associated with this definitive Drilling Program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-GeometricTargetSet:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"GeometricTargetSet\"\r\n }\r\n ]\r\n },\r\n \"WellboreMarkerSetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore MarkerSet ID\",\r\n \"description\": \"The formation markers associated with the definitive Drilling Program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreMarkerSet:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"WellboreMarkerSet\"\r\n }\r\n ]\r\n },\r\n \"PlannedLithologyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Lithology ID\",\r\n \"description\": \"A reference to the descriptive object that holds the information about the planned lithology associated with the wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PlannedLithology:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"PlannedLithology\"\r\n }\r\n ]\r\n },\r\n \"HoleSectionID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Hole Section ID\",\r\n \"description\": \"The definitive description of the hole section associated with this wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"HoleSection\"\r\n }\r\n ]\r\n },\r\n \"PPFGDatasetID\": {\r\n \"type\": \"string\",\r\n \"title\": \"PPFG Dataset ID\",\r\n \"description\": \"A reference to the PPFGDataset that holds the information about the pore pressure associated with the definitive drilling program\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PPFGDataset:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"PPFGDataset\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Well Planning wellbore. Derived from the record identified by WellboreID.\",\r\n \"x-osdu-is-derived\": {\r\n \"RelationshipPropertyName\": \"WellboreID\",\r\n \"TargetPropertyName\": \"FacilityName\"\r\n }\r\n },\r\n \"VerticalMeasurement\": {\r\n \"$ref\": \"osdu:wcs:AbstractFacilityVerticalMeasurement:1.0.0\",\r\n \"title\": \"Vertical Measurement\",\r\n \"description\": \"The zero depth point (ZDP) definition for the all measured depths related to this WellPlanningWellbore.\"\r\n }\r\n },\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-side-car-type-to\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n\t\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 19:15:26 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "36f833a3-8fb0-4904-a27a-440efc582c67" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "732" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--WellPlanningWellbore\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T19:15:26.790+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_wellActivityprogram", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellActivityProgram\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellActivityProgram.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\r\n\t\t\"title\": \"WellActivityProgram\",\r\n\t\t\"description\": \"A complete description of an Activity Program for a unique or a set of Well(s) and/or Wellbore(s)\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellActivityProgram:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--WellActivityProgram:47c5967c-2961-55ea-96d7-e976a7954c26\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"RigID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Rig ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the rig used in this drilling program\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Rig:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Rig\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"A reference to the object that holds the information about the risks that apply to this drilling program (may be too high level for this)\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"Phases\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Phases\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The set of multiple phases that compose the whole program\",\r\n\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\"title\": \"Phase\",\r\n\t\t\t\t\t\t\t\t\t\"description\": \"Description of an individual phase that compose the WellActivityProgram. A phase describes the key milestones and is usually based on the major sections of the well or non-well-related work.\\n(Such as \\\"Acces Well\\\", \\\"Suspend \\\", \\\"Wellhead Removal \\\"...)\",\r\n\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\"TypeID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Type ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the type of phase that is described (such as Workover, Completion\\u2026)\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellActivityPhaseType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellActivityPhaseType\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellActivityplanID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Well Activity Plan I D\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the activity plan for this Well Activity program\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-ActivityPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"ActivityPlan\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"SequenceNo\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Sequence Number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The order that these phases will be executed (is this needed?)\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellboreID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Wellbore ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The wellbore to which this drilling program phase refers\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"Reference to the objects that holds the information about the risks that apply to this drilling program (may be too high level for this)\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"Objective\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Objective\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Free text box to describe the objectives from the phase.\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"BHARunIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"BHA Run IDS\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the different BHA runs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-BHARun:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"BHARun\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"PlannedLithologyIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Planned Lithology IDs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the objects that hold the expected lithology designs information about the drilling program for this phase\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PlannedLithology:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"work-product-component\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"PlannedLithology\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"PlannedCementJobIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Planned Cement Job IDs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the objects that hold the cementing design information about the drilling program for this phase\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-PlannedCementJob:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"PlannedCementJob\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"EvaluationPlanID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Evaluation Plan ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the evaluation information about the drilling program for this phase.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-EvaluationPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"EvaluationPlan\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"KickTolerance\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Kick Tolerance\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Volume of a kick that will not cause a pressure exceeding the formation fracture pressure.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"UOM:volume\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"MAASP\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Maximum Allowable Annulus Surface Pressure\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"An absolute upper limit for the pressure in the annulus of an oil and gas well as measured at the wellhead. It's a number with pressure units\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"UOM:Pressure\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellboreArchitectureID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n \"title\": \"Wellbore Architecture ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that describes the physical structure of a borehole\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellboreArchitecture:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreArchitecture\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellBarrierElementTestID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Well Barrier Element Test ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Identifier of the description from the Well Barrier Element Test to be run\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellBarrierElementTest:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellBarrierElementTest\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\"required\": [\r\n\t\t\t\t\t\t\t\t\t\t\"TypeID\",\r\n\t\t\t\t\t\t\t\t\t\t\"WellActivityplanID\",\r\n\t\t\t\t\t\t\t\t\t\t\"BHARunIDs\"\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TypeID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Type\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The type of well activity program. The default value for this is \\\"Primary\\\" (For example, they may have \\\"primary\\\" program and \\\"backup\\\" programs)\",\r\n \"example\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellActivityProgramType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellActivityProgramType\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"required\": [\r\n\t\t\t\t\t\t\t\"Phases\",\r\n\t\t\t\t\t\t\t\"TypeID\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Pending\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectName\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"Project\",\r\n\t\t\t\t\"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_wellActivityprogram", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellActivityProgram\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n\t\t\"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n\t\t\"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellActivityProgram.1.0.0.json\",\r\n\t\t\"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n\t\t\"x-osdu-schema-source\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\r\n\t\t\"title\": \"WellActivityProgram\",\r\n\t\t\"description\": \"A complete description of an Activity Program for a unique or a set of Well(s) and/or Wellbore(s)\",\r\n\t\t\"type\": \"object\",\r\n\t\t\"properties\": {\r\n\t\t\t\"id\": {\r\n\t\t\t\t\"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n\t\t\t\t\"title\": \"Entity ID\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellActivityProgram:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n\t\t\t\t\"example\": \"namespace:master-data--WellActivityProgram:47c5967c-2961-55ea-96d7-e976a7954c26\"\r\n\t\t\t},\r\n\t\t\t\"kind\": {\r\n\t\t\t\t\"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n\t\t\t\t\"title\": \"Entity Kind\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n\t\t\t\t\"example\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"version\": {\r\n\t\t\t\t\"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n\t\t\t\t\"title\": \"Version Number\",\r\n\t\t\t\t\"type\": \"integer\",\r\n\t\t\t\t\"format\": \"int64\",\r\n\t\t\t\t\"example\": 1562066009929332\r\n\t\t\t},\r\n\t\t\t\"acl\": {\r\n\t\t\t\t\"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"tags\": {\r\n\t\t\t\t\"title\": \"Tag Dictionary\",\r\n\t\t\t\t\"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\"additionalProperties\": {\r\n\t\t\t\t\t\"type\": \"string\"\r\n\t\t\t\t},\r\n\t\t\t\t\"example\": {\r\n\t\t\t\t\t\"NameOfKey\": \"String value\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"createTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:46:20.163Z\"\r\n\t\t\t},\r\n\t\t\t\"createUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"modifyTime\": {\r\n\t\t\t\t\"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n\t\t\t\t\"title\": \"Resource Object Version Creation DateTime\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"format\": \"date-time\",\r\n\t\t\t\t\"example\": \"2020-12-16T11:52:24.477Z\"\r\n\t\t\t},\r\n\t\t\t\"modifyUser\": {\r\n\t\t\t\t\"title\": \"Resource Object Version Creation User Reference\",\r\n\t\t\t\t\"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\"example\": \"some-user@some-company-cloud.com\"\r\n\t\t\t},\r\n\t\t\t\"ancestry\": {\r\n\t\t\t\t\"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\"RigID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Rig ID\",\r\n\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the rig used in this drilling program\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Rig:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"Rig\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t},\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"A reference to the object that holds the information about the risks that apply to this drilling program (may be too high level for this)\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"Phases\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Phases\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The set of multiple phases that compose the whole program\",\r\n\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r\n\t\t\t\t\t\t\t\t\t\"title\": \"Phase\",\r\n\t\t\t\t\t\t\t\t\t\"description\": \"Description of an individual phase that compose the WellActivityProgram. A phase describes the key milestones and is usually based on the major sections of the well or non-well-related work.\\n(Such as \\\"Acces Well\\\", \\\"Suspend \\\", \\\"Wellhead Removal \\\"...)\",\r\n\t\t\t\t\t\t\t\t\t\"properties\": {\r\n\t\t\t\t\t\t\t\t\t\t\"TypeID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Type ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the type of phase that is described (such as Workover, Completion\\u2026)\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellActivityPhaseType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellActivityPhaseType\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellActivityplanID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Well Activity Plan I D\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the information about the activity plan for this Well Activity program\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-ActivityPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"ActivityPlan\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"SequenceNo\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Sequence Number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The order that these phases will be executed (is this needed?)\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellboreID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Wellbore ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"The wellbore to which this drilling program phase refers\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"Reference to the objects that holds the information about the risks that apply to this drilling program (may be too high level for this)\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"Objective\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Objective\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Free text box to describe the objectives from the phase.\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"BHARunIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"BHA Run IDS\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the different BHA runs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-BHARun:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"BHARun\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"PlannedLithologyIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Planned Lithology IDs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the objects that hold the expected lithology designs information about the drilling program for this phase\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-PlannedLithology:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"work-product-component\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"PlannedLithology\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"PlannedCementJobIDs\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Planned Cement Job IDs\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Reference to the objects that hold the cementing design information about the drilling program for this phase\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"items\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-PlannedCementJob:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"PlannedCementJob\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"EvaluationPlanID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Evaluation Plan ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that holds the evaluation information about the drilling program for this phase.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-EvaluationPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"EvaluationPlan\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"KickTolerance\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Kick Tolerance\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Volume of a kick that will not cause a pressure exceeding the formation fracture pressure.\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"UOM:volume\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"MAASP\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"number\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Maximum Allowable Annulus Surface Pressure\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"An absolute upper limit for the pressure in the annulus of an oil and gas well as measured at the wellhead. It's a number with pressure units\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-frame-of-reference\": \"UOM:Pressure\"\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellboreArchitectureID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n \"title\": \"Wellbore Architecture ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"A reference to the object that describes the physical structure of a borehole\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellboreArchitecture:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellboreArchitecture\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\t\"WellBarrierElementTestID\": {\r\n\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Well Barrier Element Test ID\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"description\": \"Identifier of the description from the Well Barrier Element Test to be run\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellBarrierElementTest:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"master-data\",\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellBarrierElementTest\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\t\t\"required\": [\r\n\t\t\t\t\t\t\t\t\t\t\"TypeID\",\r\n\t\t\t\t\t\t\t\t\t\t\"WellActivityplanID\",\r\n\t\t\t\t\t\t\t\t\t\t\"BHARunIDs\"\r\n\t\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\"TypeID\": {\r\n\t\t\t\t\t\t\t\t\"type\": \"string\",\r\n\t\t\t\t\t\t\t\t\"title\": \"Type\",\r\n\t\t\t\t\t\t\t\t\"description\": \"The type of well activity program. The default value for this is \\\"Primary\\\" (For example, they may have \\\"primary\\\" program and \\\"backup\\\" programs)\",\r\n \"example\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-authority\": \"The Open Group\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-attribution-revision\": \"evergreen\",\r\n\t\t\t\t\t\t\t\t\"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-WellActivityProgramType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n\t\t\t\t\t\t\t\t\"x-osdu-relationship\": [\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\t\"GroupType\": \"reference-data\",\r\n\t\t\t\t\t\t\t\t\t\t\"EntityType\": \"WellActivityProgramType\"\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"required\": [\r\n\t\t\t\t\t\t\t\"Phases\",\r\n\t\t\t\t\t\t\t\"TypeID\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Pending\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectName\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n\t\t\t{\r\n\t\t\t\t\"name\": \"Project\",\r\n\t\t\t\t\"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t}\r\n\t\t]\r\n\t}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 19:36:39 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "9330e975-989f-4097-902b-a80f593bb2df" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1490" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--WellActivityProgram\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T19:36:39.106+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_wellActivityplan", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellActivityPlan\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/ActivityPlan.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--ActivityPlan:1.0.0\",\r\n \"title\": \"ActivityPlan\",\r\n \"description\": \"Information about a series of planned activities.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-ActivityPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--ActivityPlan:7dd54874-46de-5ec1-a358-5a0d8abf5242\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--ActivityPlan:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n },\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"A reference to the wellbore that is the subject of this activity plan\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"WellPlanningActivities\": {\r\n \"type\": \"array\",\r\n \"title\": \"WellPlanningActivities\",\r\n \"description\": \"The activities that compose this plan\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Well Planning Activity\",\r\n \"description\": \"Information regarding an individual activity that is part of the ActivityPlan\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"A name given to this activity\"\r\n },\r\n \"ActivityID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity ID\",\r\n \"description\": \"Identifier of the activity\"\r\n },\r\n \"DepthRange\": {\r\n \"type\": \"object\",\r\n \"title\": \"Depth Range\",\r\n \"description\": \"The depth range over which the the activity takes place\",\r\n \"properties\": {\r\n \"HoleDepthStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Depth Start\",\r\n \"description\": \"The depth of the hole at the start of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"HoleDepthEnd\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Depth End\",\r\n \"description\": \"The depth of the hole at the end of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"ActivityDepthStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Activity Depth Start\",\r\n \"description\": \"The start depth of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"ActivityDepthEnd\": {\r\n \"type\": \"number\",\r\n \"title\": \"Activity Depth End\",\r\n \"description\": \"The end depth of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n }\r\n },\r\n \"ParentID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Parent ID\",\r\n \"description\": \"The parent activity to this activity\"\r\n },\r\n \"ActivityCodeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Code\",\r\n \"description\": \"The activity code of the activity\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityCode:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityCode\"\r\n }\r\n ]\r\n },\r\n \"PredecessorsID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Predecessors ID\",\r\n \"description\": \"The preceding activity in the plan\"\r\n },\r\n \"ProductiveTimeDuration\": {\r\n \"type\": \"number\",\r\n \"title\": \"Productive Time Duration\",\r\n \"description\": \"The expected productive time of the activity - if \\\"clean time probability\\\" distribution is populated then this should be the expected value of the distribution\"\r\n },\r\n \"NonProductiveTimeDuration\": {\r\n \"type\": \"number\",\r\n \"title\": \"Non Productive Time Duration\",\r\n \"description\": \"The expected duration of the non productive time of the activity\"\r\n },\r\n \"ProductiveTimeStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Productive Time Statistics\",\r\n \"description\": \"Statistics that define the expected productivity time of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Statistics\",\r\n \"description\": \"Structure that describes a individual statistic record of the operations from an activity.\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"NonProductiveTimeStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Non Productive Time Statistics\",\r\n \"description\": \"Statistics that define the non productive time of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Statistics\",\r\n \"description\": \"Structure that describes a individual statistic record of the operations from an activity.\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"RateOfPenetrationStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Rate Of Penetration Statistics\",\r\n \"description\": \"Statistics that define the rate of penetration of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"ROP Statistics\",\r\n \"description\": \"Individual Statistics that define the rate of penetration of an activity\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length per time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"Comment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Comment\",\r\n \"description\": \"Free form comments associated with this activity\"\r\n },\r\n \"ObjectReferenceIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Object Reference IDs\",\r\n \"description\": \"Reference to objects that is defined within the context of a wellbore. The WITSML 1.4.1 standard has only one object reference, but a risk may related with multiple objects.\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"ActivityCodeCatalogVersion\": {\r\n \"type\": \"string\",\r\n \"title\": \"Catalog Version\",\r\n \"description\": \"the catalog version of this activity\"\r\n },\r\n \"ActivityLevel\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Level\",\r\n \"description\": \"The activity level of this activity. Levels go from L1 to L6\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityLevel:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityLevel\"\r\n }\r\n ]\r\n },\r\n \"PlannedStartTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Start Time\",\r\n \"description\": \"Date/Time the activity is planned to start\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"PlannedEndTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned End Time\",\r\n \"description\": \"Date/Time the activity is planned to end\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"PlannedDuration\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Duration\",\r\n \"description\": \"Overall duration as planned for the activity\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"A reference to the object that holds the information about the risks that apply to the activity\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n },\r\n \"IsOptional\": {\r\n \"type\": \"boolean\",\r\n \"title\": \"Is Optional\",\r\n \"description\": \"Flag used to indicates this particular activity is optional in the plan.\"\r\n }\r\n },\r\n \"required\": [\r\n \"ActivityID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"WellPlanningActivities\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Pending\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectName\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"Project\",\r\n \"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_wellActivityplan", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellActivityPlan\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/ActivityPlan.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--ActivityPlan:1.0.0\",\r\n \"title\": \"ActivityPlan\",\r\n \"description\": \"Information about a series of planned activities.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-ActivityPlan:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--ActivityPlan:7dd54874-46de-5ec1-a358-5a0d8abf5242\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--ActivityPlan:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n },\r\n {\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"A reference to the wellbore that is the subject of this activity plan\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"WellPlanningActivities\": {\r\n \"type\": \"array\",\r\n \"title\": \"WellPlanningActivities\",\r\n \"description\": \"The activities that compose this plan\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Well Planning Activity\",\r\n \"description\": \"Information regarding an individual activity that is part of the ActivityPlan\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"A name given to this activity\"\r\n },\r\n \"ActivityID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity ID\",\r\n \"description\": \"Identifier of the activity\"\r\n },\r\n \"DepthRange\": {\r\n \"type\": \"object\",\r\n \"title\": \"Depth Range\",\r\n \"description\": \"The depth range over which the the activity takes place\",\r\n \"properties\": {\r\n \"HoleDepthStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Depth Start\",\r\n \"description\": \"The depth of the hole at the start of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"HoleDepthEnd\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Depth End\",\r\n \"description\": \"The depth of the hole at the end of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"ActivityDepthStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Activity Depth Start\",\r\n \"description\": \"The start depth of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"ActivityDepthEnd\": {\r\n \"type\": \"number\",\r\n \"title\": \"Activity Depth End\",\r\n \"description\": \"The end depth of the activity. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n }\r\n },\r\n \"ParentID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Parent ID\",\r\n \"description\": \"The parent activity to this activity\"\r\n },\r\n \"ActivityCodeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Code\",\r\n \"description\": \"The activity code of the activity\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityCode:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityCode\"\r\n }\r\n ]\r\n },\r\n \"PredecessorsID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Predecessors ID\",\r\n \"description\": \"The preceding activity in the plan\"\r\n },\r\n \"ProductiveTimeDuration\": {\r\n \"type\": \"number\",\r\n \"title\": \"Productive Time Duration\",\r\n \"description\": \"The expected productive time of the activity - if \\\"clean time probability\\\" distribution is populated then this should be the expected value of the distribution\"\r\n },\r\n \"NonProductiveTimeDuration\": {\r\n \"type\": \"number\",\r\n \"title\": \"Non Productive Time Duration\",\r\n \"description\": \"The expected duration of the non productive time of the activity\"\r\n },\r\n \"ProductiveTimeStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Productive Time Statistics\",\r\n \"description\": \"Statistics that define the expected productivity time of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Statistics\",\r\n \"description\": \"Structure that describes a individual statistic record of the operations from an activity.\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"NonProductiveTimeStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Non Productive Time Statistics\",\r\n \"description\": \"Statistics that define the non productive time of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Statistics\",\r\n \"description\": \"Structure that describes a individual statistic record of the operations from an activity.\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"RateOfPenetrationStatistics\": {\r\n \"type\": \"array\",\r\n \"title\": \"Rate Of Penetration Statistics\",\r\n \"description\": \"Statistics that define the rate of penetration of this activity\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"ROP Statistics\",\r\n \"description\": \"Individual Statistics that define the rate of penetration of an activity\",\r\n \"properties\": {\r\n \"StatisticRecord\": {\r\n \"type\": \"number\",\r\n \"title\": \"Statistic Record\",\r\n \"description\": \"Record of the statistic estimation\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length per time\"\r\n },\r\n \"ProbabilityTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Probability Type Identifier\",\r\n \"description\": \"Identifier of the probability type the value is describing\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-PPFGCurveProbability:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"PPFGCurveProbability\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"StatisticRecord\",\r\n \"ProbabilityTypeID\"\r\n ]\r\n }\r\n },\r\n \"Comment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Comment\",\r\n \"description\": \"Free form comments associated with this activity\"\r\n },\r\n \"ObjectReferenceIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Object Reference IDs\",\r\n \"description\": \"Reference to objects that is defined within the context of a wellbore. The WITSML 1.4.1 standard has only one object reference, but a risk may related with multiple objects.\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"ActivityCodeCatalogVersion\": {\r\n \"type\": \"string\",\r\n \"title\": \"Catalog Version\",\r\n \"description\": \"the catalog version of this activity\"\r\n },\r\n \"ActivityLevel\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Level\",\r\n \"description\": \"The activity level of this activity. Levels go from L1 to L6\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityLevel:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityLevel\"\r\n }\r\n ]\r\n },\r\n \"PlannedStartTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Start Time\",\r\n \"description\": \"Date/Time the activity is planned to start\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"PlannedEndTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned End Time\",\r\n \"description\": \"Date/Time the activity is planned to end\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n },\r\n \"PlannedDuration\": {\r\n \"type\": \"string\",\r\n \"title\": \"Planned Duration\",\r\n \"description\": \"Overall duration as planned for the activity\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\"\r\n },\r\n \"RiskIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Risk IDs\",\r\n \"description\": \"A reference to the object that holds the information about the risks that apply to the activity\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Risk:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Risk\"\r\n }\r\n ]\r\n }\r\n },\r\n \"IsOptional\": {\r\n \"type\": \"boolean\",\r\n \"title\": \"Is Optional\",\r\n \"description\": \"Flag used to indicates this particular activity is optional in the plan.\"\r\n }\r\n },\r\n \"required\": [\r\n \"ActivityID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"WellPlanningActivities\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Pending\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.ProjectName\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"Project\",\r\n \"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 19:27:32 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "9dabce53-023b-4294-99eb-03a80a003022" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1543" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--WellActivityPlan\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--WellActivityPlan:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T19:27:32.564+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_BHARun", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--BHARun\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2022, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/BHARun.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--BHARun:1.0.0\",\r\n \"title\": \"BHARun\",\r\n \"description\": \"A single bottom hole assembly run. This represents the period beginning when the BHA enters the hole until it leaves the hole.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-BHARun:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--BHARun:a828c845-101a-5ca0-a729-84fe19cf8841\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--BHARun:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs, from which this record instance is derived.\",\r\n \"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t\t\t},\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Unique identifier for the wellbore. This uniquely represents\\n\\t\\t\\t\\tthe wellbore referenced by the (possibly non-unique) nameWellbore.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Human recognizable context for the run.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TubularID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Tubular ID\",\r\n \"description\": \"This represents a foreign key to the tubular (assembly) \\n\\t\\t\\t\\t\\tthat was utilized in this run.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n },\r\n \"HoleSectionID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Hole Section ID\",\r\n \"description\": \"This represents a foreign key to the Hole Section in which this BHA Run was performed.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"HoleSection\"\r\n }\r\n ]\r\n },\r\n \"ActivityStartDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Start Date-Time\",\r\n \"description\": \"Date and time that activities started.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ActivityStopDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Stop Date-Time\",\r\n \"description\": \"Date and time that activities stopped.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DrillingStartDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Drilling Start Date-Time\",\r\n \"description\": \"Start on bottom - date and time.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DrillingStopDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Drilling Stop Date-Time\",\r\n \"description\": \"Start off bottom - date and time.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Dogleg\": {\r\n \"type\": \"number\",\r\n \"title\": \"Dogleg\",\r\n \"description\": \"Dogleg severity.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angle per length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumDogleg\": {\r\n \"type\": \"number\",\r\n \"title\": \"Dogleg Maximum\",\r\n \"description\": \"Dogleg severity - Maximum.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angle per length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"StatusBhaID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Status Bha\",\r\n \"description\": \"Bottom hole assembly status.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"x-osdu-existing-standard\": \"Proposed reference values: final, progress, plan, unknown\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-BhaStatus:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"BhaStatus\"\r\n }\r\n ]\r\n },\r\n \"BitRunNumber\": {\r\n \"type\": \"string\",\r\n \"title\": \"Bit Run Number\",\r\n \"description\": \"Bit run number.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"StringRunNumber\": {\r\n \"type\": \"number\",\r\n \"title\": \"String Run Number\",\r\n \"description\": \"The BHA (drilling string) run number.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TripReasonID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Trip Reason ID\",\r\n \"description\": \"Reason for trip.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ReasonTripType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ReasonTripType\"\r\n }\r\n ]\r\n },\r\n \"ObjectiveBha\": {\r\n \"type\": \"string\",\r\n \"title\": \"Objective Bha\",\r\n \"description\": \"Objective of bottom hole assembly.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunParameterPlans\": {\r\n \"type\": \"array\",\r\n \"title\": \"Run Parameter Plans\",\r\n \"description\": \"Identifiers of the associated run parameter plans.\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Run Parameter Plan\",\r\n \"description\": \"Operating parameters of a drill string run\",\r\n \"properties\": {\r\n \"RunStartHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Run-Start Hole Measured-Depth\",\r\n \"description\": \"The start measured depth of the hole section at the start of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunEndHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Run-End Hole Measured-Depth\",\r\n \"description\": \"The end measured depth of the hole section at the end of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"OperationParameterPlan\": {\r\n \"type\": \"object\",\r\n \"title\": \"Operation Parameter Plan\",\r\n \"description\": \"A series of operating parameters observed during the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"RealizationStrategy\": {\r\n \"type\": \"string\",\r\n \"title\": \"Realization Strategy\",\r\n \"description\": \"The realization strategy utilized in this series of operation parameters\",\r\n \"example\": \"linearInterpolation\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TorqueOnBottomGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"Torque On Bottom Group\",\r\n \"description\": \"A group of parameters that refer to Torque on Bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumTorqueOnBottom\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum Torque On Bottom\",\r\n \"description\": \"The planned maximum torque while on bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumTorqueOnBottom\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum Torque On Bottom\",\r\n \"description\": \"The planned minimum torque while on bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumTorqueOnBottom\",\r\n \"MinimumTorqueOnBottom\"\r\n ]\r\n },\r\n \"RPMGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"R.P.M. Group\",\r\n \"description\": \"A group of parameters that refer to RPM (rotations per minute)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum RPM\",\r\n \"description\": \"The planned maximum rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum RPM\",\r\n \"description\": \"The planned minimum rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended RPM\",\r\n \"description\": \"The recommended rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleMaximumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Maximum RPM\",\r\n \"description\": \"The down-hole planned maximum rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleMinimumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Minimum RPM\",\r\n \"description\": \"The down-hole planned minimum rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleRecommendedRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Recommended RPM\",\r\n \"description\": \"The down-hole recommended rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n }\r\n },\r\n \"ROPGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"R.O.P. Group\",\r\n \"description\": \"A group of parameters that refer to ROP (rate of penetration)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum R.O.P.\",\r\n \"description\": \"The planned maximum rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum R.O.P.\",\r\n \"description\": \"The planned minimum rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended R.O.P.\",\r\n \"description\": \"The recommended rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumROP\",\r\n \"MinimumROP\"\r\n ]\r\n },\r\n \"WOBGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"W.O.B. Group\",\r\n \"description\": \"A group of parameters that refer to WOB (weight on bit)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum W.O.B.\",\r\n \"description\": \"The planned maximum weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum W.O.B.\",\r\n \"description\": \"The planned minimum weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended W.O.B.\",\r\n \"description\": \"The recommended weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumWOB\",\r\n \"MinimumWOB\"\r\n ]\r\n },\r\n \"FlowratePumpGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Group\",\r\n \"description\": \"A group of parameters that refer to flowrate\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Maximum\",\r\n \"description\": \"The planned maximum flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Minimum\",\r\n \"description\": \"The planned minimum flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Recommended\",\r\n \"description\": \"The recommended flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit ID\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumFlowratePump\",\r\n \"MinimumFlowratePump\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"RealizationStrategy\",\r\n \"TorqueOnBottomGroup\",\r\n \"RPMGroup\",\r\n \"ROPGroup\",\r\n \"WOBGroup\",\r\n \"FlowratePumpGroup\"\r\n ]\r\n }\r\n }\r\n }\r\n },\r\n \"RunComment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Run Comment\",\r\n \"description\": \"Free text allowing any comment associated to the run\"\r\n },\r\n \"MeasuredDepthRunStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Run Start\",\r\n \"description\": \"Measured depth at run start. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthRunStop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Run Stop\",\r\n \"description\": \"Measured depth at run stop. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"HoleDiameter\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Diameter\",\r\n \"description\": \"Diameter of the hole\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"WtAboveJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Above Jar\",\r\n \"description\": \"Desired weight to be placed above the Jar - to optimize its efficiency\",\r\n \"x-osdu-frame-of-reference\": \"UOM:mass\"\r\n },\r\n \"WtBelowJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Below Jar\",\r\n \"description\": \"Desired weight to be placed blow the Jar - to optimize its efficiency\",\r\n \"x-osdu-frame-of-reference\": \"UOM:mass\"\r\n },\r\n \"DrillingParams\": {\r\n \"type\": \"array\",\r\n \"title\": \"Drilling Parameters\",\r\n \"description\": \"The parameters that were used during the BHA run\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Drilling Parameters\",\r\n \"description\": \"The bottomhole assembly drilling parameters schema, which contains statistical and calculated operations data for the run, related to depths, activities, temperature, pressure, flow rates, torque, etc.\",\r\n \"properties\": {\r\n \"BitRunTIme\": {\r\n \"type\": \"string\",\r\n \"title\": \"Operating Time Bit\",\r\n \"description\": \"Operating time spent by bit for run.\\n\\nBUSINESS RULE: When reporting an actual as opposed to design, this is required.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunStartHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Hole Start\",\r\n \"description\": \"Measured depth at start of the run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunEndHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Hole Stop\",\r\n \"description\": \"Measured depth at the end of the run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RotatingHookload\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rotating Hookload\",\r\n \"description\": \"Hookload rotating.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"OverPull\": {\r\n \"type\": \"number\",\r\n \"title\": \"Over Pull\",\r\n \"description\": \"Overpull = HookloadUp - HookloadRotating\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"SlackOff\": {\r\n \"type\": \"number\",\r\n \"title\": \"Slack Off\",\r\n \"description\": \"Slackoff = HookloadRotating - HookloadDown.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"HookloadUp\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hookload Up\",\r\n \"description\": \"Hookload when the string is moving up.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"HookloadDown\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hookload Down\",\r\n \"description\": \"Hookload when the string is moving down.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageTorqueOnBottom\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Torque On Bottom\",\r\n \"description\": \"Average Torque: on bottom.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:moment of force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumTorqueOnBottom\": {\r\n \"type\": \"number\",\r\n \"title\": \"Maximum Torque On Bottom\",\r\n \"description\": \"Maximum torque: on bottom.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:moment of force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumTorqueOnBottom\": {\r\n \"type\": \"number\",\r\n \"title\": \"Minimum Torque On Bottom\",\r\n \"description\": \"Minimum torque: on bottom.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:moment of force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageTorqueOffBottom\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Torque Off Bottom\",\r\n \"description\": \"Average torque: off bottom.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:moment of force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageTorqueDownhole\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Torque Downhole\",\r\n \"description\": \"Average torque: downhole.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:moment of force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"WeightAboveJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Above Jar\",\r\n \"description\": \"Weight of the string above the jars.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"WeightBelowJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Below Jar\",\r\n \"description\": \"Weight of the string below the jars.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"WeightMud\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Mud\",\r\n \"description\": \"Drilling fluid density.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:mass per volume\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageFlowratePump\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Flowrate Pump\",\r\n \"description\": \"Average mud pump flow rate.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumFlowratePump\": {\r\n \"type\": \"number\",\r\n \"title\": \"Maximum Flowrate Pump\",\r\n \"description\": \"Maximum mud pump flow rate.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumFlowratePump\": {\r\n \"type\": \"number\",\r\n \"title\": \"Minimum Flowrate Pump\",\r\n \"description\": \"Minimum mud pump flow rate.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageVelocityBitNozzle\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Velocity Nozzle\",\r\n \"description\": \"Bit nozzle average velocity.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"PowerBit\": {\r\n \"type\": \"number\",\r\n \"title\": \"Power Bit\",\r\n \"description\": \"Bit hydraulic.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:power\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"PressureDropBit\": {\r\n \"type\": \"number\",\r\n \"title\": \"Pressure Drop Bit\",\r\n \"description\": \"Pressure drop in bit.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:pressure\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeHolding\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Hold\",\r\n \"description\": \"Time spent on hold from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeSteering\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Steering\",\r\n \"description\": \"Time spent steering from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeDrillingRotating\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Drill Rotating\",\r\n \"description\": \"Time spent rotary drilling from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeDrillingSliding\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Drill Sliding\",\r\n \"description\": \"Time spent slide drilling from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeCirculating\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Circulating\",\r\n \"description\": \"Time spent circulating from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TimeReaming\": {\r\n \"type\": \"number\",\r\n \"title\": \"Cumulative Time Reaming\",\r\n \"description\": \"Time spent reaming from start of bit run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DistanceDrilledRotating\": {\r\n \"type\": \"number\",\r\n \"title\": \"Distance Drill Rotating\",\r\n \"description\": \"Distance drilled - rotating.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DistanceDrilledSliding\": {\r\n \"type\": \"number\",\r\n \"title\": \"Distance Drill Sliding\",\r\n \"description\": \"Distance drilled - sliding\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DistanceReamed\": {\r\n \"type\": \"number\",\r\n \"title\": \"Distance Reaming\",\r\n \"description\": \"Distance reamed.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DistanceHolding\": {\r\n \"type\": \"number\",\r\n \"title\": \"Distance Holding\",\r\n \"description\": \"Distance covered while holding angle with a steerable drilling assembly.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DistanceSteering\": {\r\n \"type\": \"number\",\r\n \"title\": \"Distance Steering\",\r\n \"description\": \"Distance covered while actively steering with a steerable drilling assembly.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageRpm\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rpm Average\",\r\n \"description\": \"Average surface turn rate (commonly in rpm) through Interval.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumRpm\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rpm Max\",\r\n \"description\": \"Maximum turn rate (commonly in rpm).\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumRpm\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rpm Min\",\r\n \"description\": \"Minimum turn rate (commonly in rpm).\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageRpmDownhole\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rpm Average Downhole\",\r\n \"description\": \"Average turn rate (commonly in rpm) downhole.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageROP\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rop Average\",\r\n \"description\": \"Average rate of penetration through Interval.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumROP\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rop Max\",\r\n \"description\": \"Maximum rate of penetration through Interval.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumROP\": {\r\n \"type\": \"number\",\r\n \"title\": \"Rop Min\",\r\n \"description\": \"Minimum rate of penetration through Interval.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angular velocity\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageWOB\": {\r\n \"type\": \"number\",\r\n \"title\": \"Wob Average\",\r\n \"description\": \"Surface weight on bit - average through interval.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumWOB\": {\r\n \"type\": \"number\",\r\n \"title\": \"Wob Max\",\r\n \"description\": \"Weight on bit - maximum.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumWOB\": {\r\n \"type\": \"number\",\r\n \"title\": \"Wob Min\",\r\n \"description\": \"Weight on bit - minimum.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageWOBDownhole\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Downhole WOB\",\r\n \"description\": \"Weight on bit - average downhole.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:force\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AzimuthTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Azimuth Top\",\r\n \"description\": \"Azimuth at start measured depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AzimuthBottom\": {\r\n \"type\": \"number\",\r\n \"title\": \"Azimuth Bottom\",\r\n \"description\": \"Azimuth at stop measured depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"InclinationStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Inclination Start\",\r\n \"description\": \"Inclination at start measured depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumInclination\": {\r\n \"type\": \"number\",\r\n \"title\": \"Inclination Max\",\r\n \"description\": \"Maximum inclination.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumInclination\": {\r\n \"type\": \"number\",\r\n \"title\": \"Inclination Min\",\r\n \"description\": \"Minimum inclination.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"InclinationStop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Inclination Stop\",\r\n \"description\": \"Inclination at stop measured depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:plane angle\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumMudTemperatureDownhole\": {\r\n \"type\": \"number\",\r\n \"title\": \"Maximum Mud Temperature Downhole\",\r\n \"description\": \"Maximum mud temperature downhole during run.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:thermodynamic temperature\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumPumpPressure\": {\r\n \"type\": \"number\",\r\n \"title\": \"Minimum Pump Pressure\",\r\n \"description\": \"The minimum pump pressure used during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:pressure\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumPumpPressure\": {\r\n \"type\": \"number\",\r\n \"title\": \"Maximum Pump Pressure\",\r\n \"description\": \"The maximum pump pressure used during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:pressure\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AveragePumpPressure\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Pump Pressure\",\r\n \"description\": \"The average pump pressure used during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:pressure\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MinimumBitFlowrate\": {\r\n \"type\": \"number\",\r\n \"title\": \"Minimum Bit Flowrate\",\r\n \"description\": \"The minimum flowrate at the bit during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumBitFlowrate\": {\r\n \"type\": \"number\",\r\n \"title\": \"Maximum Bit Flowrate\",\r\n \"description\": \"The maximum flowrate at the bit during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"AverageBitFlowrate\": {\r\n \"type\": \"number\",\r\n \"title\": \"Average Bit Flowrate\",\r\n \"description\": \"The average flowrate at the bit during the run\",\r\n \"x-osdu-frame-of-reference\": \"UOM:volume per time\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MudClass\": {\r\n \"type\": \"string\",\r\n \"title\": \"Mud Class\",\r\n \"description\": \"The class of the drilling fluid.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-MudClass:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"MudClass\"\r\n }\r\n ]\r\n },\r\n \"Comments\": {\r\n \"type\": \"string\",\r\n \"title\": \"Comments\",\r\n \"description\": \"Comments and remarks.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"TubularID\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"Project\",\r\n \"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_BHARun", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--BHARun\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/BHARun.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--BHARun:1.0.0\",\r\n \"title\": \"BHARun\",\r\n \"description\": \"A single bottom hole assembly run. This represents the period beginning when the BHA enters the hole until it leaves the hole.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-BHARun:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--BHARun:a828c845-101a-5ca0-a729-84fe19cf8841\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--BHARun:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractProject:1.0.0\"\r\n\t\t\t\t\t},\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Unique identifier for the wellbore. This uniquely represents\\n\\t\\t\\t\\tthe wellbore referenced by the (possibly non-unique) nameWellbore.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Human recognizable context for the run.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TubularID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Tubular ID\",\r\n \"description\": \"This represents a foreign key to the tubular (assembly) \\n\\t\\t\\t\\t\\tthat was utilized in this run.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n },\r\n \"ActivityStartDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Start Date-Time\",\r\n \"description\": \"Date and time that activities started.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ActivityStopDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Activity Stop Date-Time\",\r\n \"description\": \"Date and time that activities stopped.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DrillingStartDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Drilling Start Date-Time\",\r\n \"description\": \"Start on bottom - date and time.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"DrillingStopDateTime\": {\r\n \"type\": \"string\",\r\n \"title\": \"Drilling Stop Date-Time\",\r\n \"description\": \"Start off bottom - date and time.\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Dogleg\": {\r\n \"type\": \"number\",\r\n \"title\": \"Dogleg\",\r\n \"description\": \"Dogleg severity.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angle per length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"MaximumDogleg\": {\r\n \"type\": \"number\",\r\n \"title\": \"Dogleg Maximum\",\r\n \"description\": \"Dogleg severity - Maximum.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:angle per length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"StatusBhaID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Status Bha\",\r\n \"description\": \"Bottom hole assembly status.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"x-osdu-existing-standard\": \"Proposed reference values: final, progress, plan, unknown\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-BhaStatus:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"BhaStatus\"\r\n }\r\n ]\r\n },\r\n \"BitRunNumber\": {\r\n \"type\": \"string\",\r\n \"title\": \"Bit Run Number\",\r\n \"description\": \"Bit run number.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"StringRunNumber\": {\r\n \"type\": \"number\",\r\n \"title\": \"String Run Number\",\r\n \"description\": \"The BHA (drilling string) run number.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TripReasonID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Trip Reason ID\",\r\n \"description\": \"Reason for trip.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ReasonTripType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ReasonTripType\"\r\n }\r\n ]\r\n },\r\n \"ObjectiveBha\": {\r\n \"type\": \"string\",\r\n \"title\": \"Objective Bha\",\r\n \"description\": \"Objective of bottom hole assembly.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunParameterPlans\": {\r\n \"type\": \"array\",\r\n \"title\": \"Run Parameter Plans\",\r\n \"description\": \"Identifiers of the associated run parameter plans.\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Run Parameter Plan\",\r\n \"description\": \"Operating parameters of a drill string run\",\r\n \"properties\": {\r\n \"RunStartHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Run-Start Hole Measured-Depth\",\r\n \"description\": \"The start measured depth of the hole section at the start of the run. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"RunEndHoleMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Run-End Hole Measured-Depth\",\r\n \"description\": \"The end measured depth of the hole section at the end of the run. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"OperationParameterPlan\": {\r\n \"type\": \"object\",\r\n \"title\": \"Operation Parameter Plan\",\r\n \"description\": \"A series of operating parameters observed during the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"RealizationStrategy\": {\r\n \"type\": \"string\",\r\n \"title\": \"Realization Strategy\",\r\n \"description\": \"The realization strategy utilized in this series of operation parameters\",\r\n \"example\": \"linearInterpolation\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"TorqueOnBottomGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"Torque On Bottom Group\",\r\n \"description\": \"A group of parameters that refer to Torque on Bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumTorqueOnBottom\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum Torque On Bottom\",\r\n \"description\": \"The planned maximum torque while on bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumTorqueOnBottom\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum Torque On Bottom\",\r\n \"description\": \"The planned minimum torque while on bottom\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumTorqueOnBottom\",\r\n \"MinimumTorqueOnBottom\"\r\n ]\r\n },\r\n \"RPMGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"R.P.M. Group\",\r\n \"description\": \"A group of parameters that refer to RPM (rotations per minute)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum RPM\",\r\n \"description\": \"The planned maximum rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum RPM\",\r\n \"description\": \"The planned minimum rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended RPM\",\r\n \"description\": \"The recommended rotary speed for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleMaximumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Maximum RPM\",\r\n \"description\": \"The down-hole planned maximum rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleMinimumRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Minimum RPM\",\r\n \"description\": \"The down-hole planned minimum rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"DownHoleRecommendedRPM\": {\r\n \"type\": \"object\",\r\n \"title\": \"DownHole Recommended RPM\",\r\n \"description\": \"The down-hole recommended rotary speed for the run\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n }\r\n },\r\n \"ROPGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"R.O.P. Group\",\r\n \"description\": \"A group of parameters that refer to ROP (rate of penetration)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum R.O.P.\",\r\n \"description\": \"The planned maximum rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum R.O.P.\",\r\n \"description\": \"The planned minimum rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedROP\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended R.O.P.\",\r\n \"description\": \"The recommended rate of penetration for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumROP\",\r\n \"MinimumROP\"\r\n ]\r\n },\r\n \"WOBGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"W.O.B. Group\",\r\n \"description\": \"A group of parameters that refer to WOB (weight on bit)\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Maximum W.O.B.\",\r\n \"description\": \"The planned maximum weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Minimum W.O.B.\",\r\n \"description\": \"The planned minimum weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedWOB\": {\r\n \"type\": \"object\",\r\n \"title\": \"Recommended W.O.B.\",\r\n \"description\": \"The recommended weight on bit for this run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumWOB\",\r\n \"MinimumWOB\"\r\n ]\r\n },\r\n \"FlowratePumpGroup\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Group\",\r\n \"description\": \"A group of parameters that refer to flowrate\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"MaximumFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Maximum\",\r\n \"description\": \"The planned maximum flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"MinimumFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Minimum\",\r\n \"description\": \"The planned minimum flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n },\r\n \"RecommendedFlowratePump\": {\r\n \"type\": \"object\",\r\n \"title\": \"Flowrate Pump Recommended\",\r\n \"description\": \"The recommended flowrate for the run\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"properties\": {\r\n \"Point\": {\r\n \"type\": \"array\",\r\n \"title\": \"Point\",\r\n \"description\": \"the pair of points associated with the parameter group.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Point\",\r\n \"description\": \"The definition of the point\",\r\n \"properties\": {\r\n \"ObservationMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"M D\",\r\n \"description\": \"The measured depth at which the measurement was observed\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value observed at the measured depth\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"PointsSources\": {\r\n \"type\": \"array\",\r\n \"title\": \"Points Sources\",\r\n \"description\": \"The source indicator associated with this point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Points Source\",\r\n \"description\": \"The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the Source Indicator Type. For example Manual Input\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"title\": \"Value\",\r\n \"description\": \"The value at that point.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n },\r\n \"ValueUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Value Unit I D\",\r\n \"description\": \"Unit of measure of the Value value\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"type\": \"string\",\r\n \"title\": \"Description\",\r\n \"description\": \"Description associated with the source indicator type.\",\r\n \"x-osdu-attribution-authority\": \"The Open Group\",\r\n \"x-osdu-attribution-publication\": \"The OSDU Data Platform\",\r\n \"x-osdu-attribution-revision\": \"evergreen\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"Value\",\r\n \"ValueUnitID\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"ObservationMeasuredDepth\",\r\n \"Value\",\r\n \"ValueUnitID\",\r\n \"PointsSources\"\r\n ]\r\n }\r\n }\r\n },\r\n \"required\": [\r\n \"Point\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"MaximumFlowratePump\",\r\n \"MinimumFlowratePump\"\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"RealizationStrategy\",\r\n \"TorqueOnBottomGroup\",\r\n \"RPMGroup\",\r\n \"ROPGroup\",\r\n \"WOBGroup\",\r\n \"FlowratePumpGroup\"\r\n ]\r\n }\r\n }\r\n }\r\n },\r\n \"RunComment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Run Comment\",\r\n \"description\": \"Free text allowing any comment associated to the run\"\r\n },\r\n \"MeasuredDepthRunStart\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Run Start\",\r\n \"description\": \"Measured depth at run start. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthRunStop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Run Stop\",\r\n \"description\": \"Measured depth at run stop. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"HoleDiameter\": {\r\n \"type\": \"number\",\r\n \"title\": \"Hole Diameter\",\r\n \"description\": \"Diameter of the hole\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"WtAboveJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Above Jar\",\r\n \"description\": \"Desired weight to be placed above the Jar - to optimize its efficiency\",\r\n \"x-osdu-frame-of-reference\": \"UOM:mass\"\r\n },\r\n \"WtBelowJar\": {\r\n \"type\": \"number\",\r\n \"title\": \"Weight Below Jar\",\r\n \"description\": \"Desired weight to be placed blow the Jar - to optimize its efficiency\",\r\n \"x-osdu-frame-of-reference\": \"UOM:mass\"\r\n }\r\n },\r\n \"required\": [\r\n \"Name\",\r\n \"TubularID\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"Project\",\r\n \"kind\": \"osdu:wks:AbstractProject:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 20:25:34 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "980af6b0-703f-40ef-9825-dd53dd2a71a0" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "977" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--BHARun\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--BHARun:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T20:25:34.154+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_tubularAssembly", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"work-product-component--TubularAssembly\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/work-product-component/TubularAssembly.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\",\r\n \"title\": \"TubularAssembly\",\r\n \"description\": \"Well Tubular data contains information on the tubular assemblies and their components for the well, wellbore, or wellbore completion (as appropriate). The tubulars can be tubing, casing or liners or other related equipment which is installed into the well. Tubulars can also be equipment which is lowered into the well in the context of drilling, which is then pulled back out.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:work-product-component--TubularAssembly:bd22ec40-c2e4-53d9-bd90-4a76b231a4c3\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n \"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n \"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n \"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n \"$ref\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n },\r\n {\r\n \"$ref\": \"osdu:wks:AbstractWorkProductComponent:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ParentWellboreID\": {\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the wellbore the Component is standing in.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"ParentAssemblyID\": {\r\n \"type\": \"string\",\r\n \"description\": \"Optional - Identifier of the parent assembly (in case of side-track, multi-nesting,\\u2026) - The Concentric Tubular model is used to identify the Assembly that an Assembly sits inside e.g. Surface Casing set inside Conductor, Tubing set inside Production Casing, a Bumper Spring set inside a Production Tubing Profile Nipple, Liner set inside Casing, etc. This is needed to enable a Digital Well Sketch application to understand relationships between Assemblies and their parent Wellbores.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n },\r\n \"TubularAssemblyStatus\": {\r\n \"description\": \"Record that reflects the status of the Assembly - as 'installed', 'pulled', 'planned',... - Applicable to tubing/completions as opposed to drillstrings\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"StatusTypeID\": {\r\n \"description\": \"SRN of a reference value status type\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TubularAssemblyStatusType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TubularAssemblyStatusType\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"description\": \"Used to describe the reason of Activity - such as cut/pull, pulling,\",\r\n \"type\": \"string\"\r\n },\r\n \"Date\": {\r\n \"description\": \"Date the status has been established\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n }\r\n }\r\n },\r\n \"SuspensionPointMD\": {\r\n \"description\": \"In case of multi-nesting of assemblies, the 'point' is the Measured Depth of the top of the assembly though with PBRs the Suspension Point may not be the top.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyNumber\": {\r\n \"description\": \"Sequence of the TubularAssembly (Typically BHA sequence)\",\r\n \"type\": \"integer\"\r\n },\r\n \"TubularAssemblyTypeID\": {\r\n \"description\": \"Type of tubular assembly.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TubularAssemblyType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TubularAssemblyType\"\r\n }\r\n ]\r\n },\r\n \"StringClassID\": {\r\n \"description\": \"Descriptor for Assembly, e.g. Production, Surface, Conductor, Intermediate, Drilling\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-StringClass:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"StringClass\"\r\n }\r\n ]\r\n },\r\n \"ActivityTypeID\": {\r\n \"description\": \"Used to describe if it belongs to a RunActivity or to a PullActivity\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityType\"\r\n }\r\n ]\r\n },\r\n \"ActivityTypeReasonDescription\": {\r\n \"description\": \"Used to describe the reason of Activity - such as cut/pull, pulling,\\u2026\",\r\n \"type\": \"string\"\r\n },\r\n \"ArtificialLiftTypeID\": {\r\n \"description\": \"Type of Artificial Lift used (could be \\\"Surface Pump\\\" / \\\"Submersible Pump\\\" / \\\"Gas Lift\\\"\\u2026.)\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ArtificialLiftType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ArtificialLiftType\"\r\n }\r\n ]\r\n },\r\n \"LinerTypeID\": {\r\n \"description\": \"This reference table describes the type of liner used in the borehole. For example, slotted, gravel packed or pre-perforated etc.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-LinerType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"LinerType\"\r\n }\r\n ]\r\n },\r\n \"MixedStringIndicator\": {\r\n \"description\": \"A YES or NO flag indicating the assembly is a mixed string. The length of the assembly may be made up of joints with different tensile strengths, or collapse resistance and yield strengths.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^YES|NO$\"\r\n },\r\n \"ActiveIndicator\": {\r\n \"description\": \"Indicates if the Assembly is activated or not\",\r\n \"type\": \"boolean\"\r\n },\r\n \"TubularDirection\": {\r\n \"description\": \"Defines whether the sequence of child tubular components runs either top to bottom, or bottom to top.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^TOPDOWN|BOTTOMUP$\"\r\n },\r\n \"TubularAssemblyNominalSize\": {\r\n \"description\": \"Nominal size (diameter) describing the whole assembly, e.g. 9.625\\\", 12.25\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyTotalLength\": {\r\n \"description\": \"Total Length of the whole assembly.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"DriftDiameter\": {\r\n \"description\": \"The drift diameter is the inside diameter (ID) that the pipe manufacturer guarantees per specifications. Note that the nominal inside diameter is not the same as the drift diameter but is always slightly larger. The drift diameter is used by the well planner to determine what size tools or casing strings can later be run through the casing, whereas the nominal inside diameter is used for fluid volume calculations such as mud circulating times and cement slurry placement calculations.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MinimumInnerDiameter\": {\r\n \"description\": \"This is the minimum inner diameter of the whole assembly.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"PilotHoleSize\": {\r\n \"description\": \"Diameter of the Pilot Hole\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"SeaFloorPenetrationLength\": {\r\n \"description\": \"the distance that the assembly has penetrated below the surface of the sea floor.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyTopMD\": {\r\n \"description\": \"The measured depth of the top from the whole assembly\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyBaseMD\": {\r\n \"description\": \"The measured depth of the base from the whole assembly\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyTopReportedTVD\": {\r\n \"description\": \"Depth of the top of the Assembly measured from the Well-Head\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyBaseReportedTVD\": {\r\n \"description\": \"Depth of the base of the Assembly measured from the Well-Head\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n },\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-supported-file-formats\": [\r\n \"WITSML\"\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialArea\"\r\n },\r\n {\r\n \"path\": \"data.SpatialPoint\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"WorkProductComponent\",\r\n \"kind\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_tubularAssembly", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"TubularAssembly\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/work-product-component/TubularAssembly.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\",\r\n \"title\": \"TubularAssembly\",\r\n \"description\": \"Well Tubular data contains information on the tubular assemblies and their components for the well, wellbore, or wellbore completion (as appropriate). The tubulars can be tubing, casing or liners or other related equipment which is installed into the well. Tubulars can also be equipment which is lowered into the well in the context of drilling, which is then pulled back out.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:work-product-component--TubularAssembly:bd22ec40-c2e4-53d9-bd90-4a76b231a4c3\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n \"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n },\r\n \"legal\": {\r\n \"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n \"title\": \"Legal Tags\",\r\n \"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n \"title\": \"Ancestry\",\r\n \"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n },\r\n \"meta\": {\r\n \"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n \"title\": \"Frame of Reference Meta Data\",\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n }\r\n },\r\n \"data\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n },\r\n {\r\n \"$ref\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n },\r\n {\r\n \"$ref\": \"osdu:wks:AbstractWorkProductComponent:1.0.0\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ParentWellboreID\": {\r\n \"type\": \"string\",\r\n \"description\": \"Identifier of the wellbore the Component is standing in.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"ParentAssemblyID\": {\r\n \"type\": \"string\",\r\n \"description\": \"Optional - Identifier of the parent assembly (in case of side-track, multi-nesting,\\u2026) - The Concentric Tubular model is used to identify the Assembly that an Assembly sits inside e.g. Surface Casing set inside Conductor, Tubing set inside Production Casing, a Bumper Spring set inside a Production Tubing Profile Nipple, Liner set inside Casing, etc. This is needed to enable a Digital Well Sketch application to understand relationships between Assemblies and their parent Wellbores.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n },\r\n \"TubularAssemblyStatus\": {\r\n \"description\": \"Record that reflects the status of the Assembly - as 'installed', 'pulled', 'planned',... - Applicable to tubing/completions as opposed to drillstrings\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"StatusTypeID\": {\r\n \"description\": \"SRN of a reference value status type\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TubularAssemblyStatusType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TubularAssemblyStatusType\"\r\n }\r\n ]\r\n },\r\n \"Description\": {\r\n \"description\": \"Used to describe the reason of Activity - such as cut/pull, pulling,\",\r\n \"type\": \"string\"\r\n },\r\n \"Date\": {\r\n \"description\": \"Date the status has been established\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"x-osdu-frame-of-reference\": \"DateTime\"\r\n }\r\n }\r\n },\r\n \"SuspensionPointMD\": {\r\n \"description\": \"In case of multi-nesting of assemblies, the 'point' is the Measured Depth of the top of the assembly though with PBRs the Suspension Point may not be the top.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyNumber\": {\r\n \"description\": \"Sequence of the TubularAssembly (Typically BHA sequence)\",\r\n \"type\": \"integer\"\r\n },\r\n \"TubularAssemblyTypeID\": {\r\n \"description\": \"Type of tubular assembly.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TubularAssemblyType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TubularAssemblyType\"\r\n }\r\n ]\r\n },\r\n \"StringClassID\": {\r\n \"description\": \"Descriptor for Assembly, e.g. Production, Surface, Conductor, Intermediate, Drilling\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-StringClass:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"StringClass\"\r\n }\r\n ]\r\n },\r\n \"ActivityTypeID\": {\r\n \"description\": \"Used to describe if it belongs to a RunActivity or to a PullActivity\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ActivityType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ActivityType\"\r\n }\r\n ]\r\n },\r\n \"ActivityTypeReasonDescription\": {\r\n \"description\": \"Used to describe the reason of Activity - such as cut/pull, pulling,\\u2026\",\r\n \"type\": \"string\"\r\n },\r\n \"ArtificialLiftTypeID\": {\r\n \"description\": \"Type of Artificial Lift used (could be \\\"Surface Pump\\\" / \\\"Submersible Pump\\\" / \\\"Gas Lift\\\"\\u2026.)\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-ArtificialLiftType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"ArtificialLiftType\"\r\n }\r\n ]\r\n },\r\n \"LinerTypeID\": {\r\n \"description\": \"This reference table describes the type of liner used in the borehole. For example, slotted, gravel packed or pre-perforated etc.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-LinerType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"LinerType\"\r\n }\r\n ]\r\n },\r\n \"MixedStringIndicator\": {\r\n \"description\": \"A YES or NO flag indicating the assembly is a mixed string. The length of the assembly may be made up of joints with different tensile strengths, or collapse resistance and yield strengths.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^YES|NO$\"\r\n },\r\n \"ActiveIndicator\": {\r\n \"description\": \"Indicates if the Assembly is activated or not\",\r\n \"type\": \"boolean\"\r\n },\r\n \"TubularDirection\": {\r\n \"description\": \"Defines whether the sequence of child tubular components runs either top to bottom, or bottom to top.\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^TOPDOWN|BOTTOMUP$\"\r\n },\r\n \"TubularAssemblyNominalSize\": {\r\n \"description\": \"Nominal size (diameter) describing the whole assembly, e.g. 9.625\\\", 12.25\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyTotalLength\": {\r\n \"description\": \"Total Length of the whole assembly.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"DriftDiameter\": {\r\n \"description\": \"The drift diameter is the inside diameter (ID) that the pipe manufacturer guarantees per specifications. Note that the nominal inside diameter is not the same as the drift diameter but is always slightly larger. The drift diameter is used by the well planner to determine what size tools or casing strings can later be run through the casing, whereas the nominal inside diameter is used for fluid volume calculations such as mud circulating times and cement slurry placement calculations.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MinimumInnerDiameter\": {\r\n \"description\": \"This is the minimum inner diameter of the whole assembly.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"PilotHoleSize\": {\r\n \"description\": \"Diameter of the Pilot Hole\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"SeaFloorPenetrationLength\": {\r\n \"description\": \"the distance that the assembly has penetrated below the surface of the sea floor.\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyTopMD\": {\r\n \"description\": \"The measured depth of the top from the whole assembly\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyBaseMD\": {\r\n \"description\": \"The measured depth of the base from the whole assembly\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyTopReportedTVD\": {\r\n \"description\": \"Depth of the top of the Assembly measured from the Well-Head\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AssemblyBaseReportedTVD\": {\r\n \"description\": \"Depth of the base of the Assembly measured from the Well-Head\",\r\n \"type\": \"number\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n },\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-supported-file-formats\": [\r\n \"WITSML\"\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialArea\"\r\n },\r\n {\r\n \"path\": \"data.SpatialPoint\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"WorkProductComponent\",\r\n \"kind\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 30 Nov 2021 14:48:34 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "b3416f91-5d1c-4603-8fc9-0d6837dca402" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1589" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"TubularAssembly\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:TubularAssembly:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2021-11-30T14:48:34.382+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_HoleSection", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--HoleSection\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/HoleSection.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n \"title\": \"HoleSection\",\r\n \"description\": \"A section of a wellbore of a constant diameter\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--HoleSection:9616795e-1fc1-50a2-b40f-e509668b514f\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--HoleSection:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Identifier of the planned Wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Human recognizable context for the section.\"\r\n },\r\n \"Size\": {\r\n \"type\": \"number\",\r\n \"title\": \"Size\",\r\n \"description\": \"The nominal diameter of the section.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"Comment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Comment\",\r\n \"description\": \"A comment or description associated with the section\"\r\n },\r\n \"MeasuredDepthTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Start\",\r\n \"description\": \"The Measured depth at the top of the hole section. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth End\",\r\n \"description\": \"The Measured depth at the base of the hole section. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"Name\",\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_HoleSection", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--HoleSection\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/HoleSection.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n \"title\": \"HoleSection\",\r\n \"description\": \"A section of a wellbore of a constant diameter\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--HoleSection:9616795e-1fc1-50a2-b40f-e509668b514f\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--HoleSection:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n\t\t\t\t\"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n\t\t\t},\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"Identifier of the planned Wellbore\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Human recognizable context for the section.\"\r\n },\r\n \"Size\": {\r\n \"type\": \"number\",\r\n \"title\": \"Size\",\r\n \"description\": \"The nominal diameter of the section.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"Comment\": {\r\n \"type\": \"string\",\r\n \"title\": \"Comment\",\r\n \"description\": \"A comment or description associated with the section\"\r\n },\r\n \"MeasuredDepthTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Start\",\r\n \"description\": \"The Measured depth at the top of the hole section. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth End\",\r\n \"description\": \"The Measured depth at the base of the hole section. Depth relative to Planned wellbore ZDP (data.VerticalMeasurement) via WellboreID.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"Name\",\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 20:59:28 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "bdc9a022-c842-4c9f-8d0c-a17a28353089" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "998" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--HoleSection\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--HoleSection:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T20:59:28.887+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_WellboreArchitecture", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellboreArchitecture\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellboreArchitecture.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\",\r\n \"title\": \"WellboreArchitecture\",\r\n \"description\": \"Describes the physical structures for a borehole\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellboreArchitecture:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--WellboreArchitecture:ce60cf36-6401-5758-8833-fb2eefc2ffa7\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"A reference to the wellbore that is the subject of this activity plan\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"HoleSectionIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Hole Section IDs\",\r\n \"description\": \"Description of the Hole Sections for this architecture\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"HoleSection\"\r\n }\r\n ]\r\n }\r\n },\r\n \"InstalledTubulars\": {\r\n \"type\": \"array\",\r\n \"title\": \"Installed Tubulars\",\r\n \"description\": \"Description of the Installed tubular associated to this architecture\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Installed Tubular\",\r\n \"description\": \"Geometrical Description of tubular assembly as installed in the wellbore\",\r\n \"properties\": {\r\n \"MeasuredDepthTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Top\",\r\n \"description\": \"The measured depth at the top of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Base\",\r\n \"description\": \"The measured depth at the base of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthErrorTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Top Error\",\r\n \"description\": \"The error associated with the measured depth at the top of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthErrorBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Base Error\",\r\n \"description\": \"The error associated with the measured depth at the base of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Tubular Assembly Identifier\",\r\n \"description\": \"Identifier of the tubular assembly actually installed or to be installed\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"TubularAssemblyID\"\r\n ]\r\n }\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Wellbore Architecture\"\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"HoleSectionIDs\",\r\n \"InstalledTubulars\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_WellboreArchitecture", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"master-data--WellboreArchitecture\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 0,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/master-data/WellboreArchitecture.1.0.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\",\r\n \"title\": \"WellboreArchitecture\",\r\n \"description\": \"Describes the physical structures for a borehole\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellboreArchitecture:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:master-data--WellboreArchitecture:ce60cf36-6401-5758-8833-fb2eefc2ffa7\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMaster:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore ID\",\r\n \"description\": \"A reference to the wellbore that is the subject of this activity plan\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"HoleSectionIDs\": {\r\n \"type\": \"array\",\r\n \"title\": \"Hole Section IDs\",\r\n \"description\": \"Description of the Hole Sections for this architecture\",\r\n \"items\": {\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-HoleSection:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"HoleSection\"\r\n }\r\n ]\r\n }\r\n },\r\n \"InstalledTubulars\": {\r\n \"type\": \"array\",\r\n \"title\": \"Installed Tubulars\",\r\n \"description\": \"Description of the Installed tubular associated to this architecture\",\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Installed Tubular\",\r\n \"description\": \"Geometrical Description of tubular assembly as installed in the wellbore\",\r\n \"properties\": {\r\n \"MeasuredDepthTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Top\",\r\n \"description\": \"The measured depth at the top of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Base\",\r\n \"description\": \"The measured depth at the base of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthErrorTop\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Top Error\",\r\n \"description\": \"The error associated with the measured depth at the top of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"MeasuredDepthErrorBase\": {\r\n \"type\": \"number\",\r\n \"title\": \"Measured Depth Tubular Base Error\",\r\n \"description\": \"The error associated with the measured depth at the base of the tubular\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TubularAssemblyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Tubular Assembly Identifier\",\r\n \"description\": \"Identifier of the tubular assembly actually installed or to be installed\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-TubularAssembly:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"work-product-component\",\r\n \"EntityType\": \"TubularAssembly\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"TubularAssemblyID\"\r\n ]\r\n }\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"Name of Wellbore Architecture\"\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"HoleSectionIDs\",\r\n \"InstalledTubulars\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialLocation\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": []\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 25 Jan 2022 20:47:24 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "a1acb1bc-99f2-4479-b8d2-30fc249e356c" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "1475" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"master-data--WellboreArchitecture\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 0,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2022-01-25T20:47:24.351+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] }, { "name": "Create_schema_WellboreTrajectory", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"WellboreTrajectory\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 1,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/work-product-component/WellboreTrajectory.1.1.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\r\n \"title\": \"WellboreTrajectory\",\r\n \"description\": \"Work Product Component describing an individual instance of a wellbore trajectory data object. Also called a deviation survey, wellbore trajectory is data that is used to calculate the position and spatial uncertainty of a planned or actual wellbore in 2-dimensional and 3-dimensional space.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreTrajectory:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:work-product-component--WellboreTrajectory:606f224a-ef1f-5690-9843-d26cd7e33e10\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWorkProductComponent:1.0.0\"\r\n\t\t\t\t\t},\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ServiceCompanyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Service Company\",\r\n \"description\": \"Name of the Survey Company.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Organisation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Organisation\"\r\n }\r\n ]\r\n },\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore\",\r\n \"description\": \"A unique name, code or number designated to the Wellbore.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"TopDepthMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Survey Top Measured Depth\",\r\n \"description\": \"Measured depth in wellbore where the directional survey starts. This should equal the minimum station measured depth for this directional survey, regardless of whether the surveyed station represents an actual surveyed MD or not.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AzimuthReferenceType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Azimuth Reference Type\",\r\n \"description\": \"The North reference of the trajectory used to define the azimuth angular measurement values. For example, True North, Grid North, Magnetic North.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-AzimuthReferenceType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"AzimuthReferenceType\"\r\n }\r\n ]\r\n },\r\n \"CalculationMethodType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Calculation Method Type\",\r\n \"description\": \"Calculation Method Type used to compute the TVD, X OFFSET, Y OFFSET and DOG LEG SEVERITY values for this Directional Survey. For example, Radius of Curvature, Minimum Curvature, Balanced Tangential, etc.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CalculationMethodType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CalculationMethodType\"\r\n }\r\n ]\r\n },\r\n \"ProjectedCRSID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Projected Coordinate Reference System ID\",\r\n \"description\": \"Coordinate Reference System defining the Projection of the station EASTING and NORTHING values. If type is \\\"Grid North\\\" and EASTING and NORTHING attributes are stored, clearly identifying their projection is required.\",\r\n \"example\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CoordinateReferenceSystem\"\r\n }\r\n ]\r\n },\r\n \"ActiveIndicator\": {\r\n \"type\": \"boolean\",\r\n \"title\": \"Active Survey Indicator\",\r\n \"description\": \"A flag indicating if the survey is currently active or valid within his lifecycle stage, not necessarily the definitive survey.\"\r\n },\r\n \"SurveyType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Directional Survey Type\",\r\n \"description\": \"The type of this directional survey. For example a \\\"Directional Survey\\\" where MD, Inclination and Azimuth are all measured or a \\\"Position Log\\\" where Inclination and Azimuth are both null and only MD, TVD and X/Y Offsets are available) - or \\\"Full Survey\\\" where everything is fully filled-up, depth-inclination-azimuth.\"\r\n },\r\n \"AcquisitionDate\": {\r\n \"type\": \"string\",\r\n \"title\": \"Effective Date\",\r\n \"description\": \"The date that the survey data was acquired on the field.\",\r\n \"format\": \"date-time\"\r\n },\r\n \"GeographicCRSID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Geographic Coordinate Reference System\",\r\n \"description\": \"Coordinate Reference System defining the Geodetic Datum of the station LATITUDE and LONGITUDE values. If LATITUDE and LONGITUDE attributes are stored, clearly identifying their Datum is required.\",\r\n \"example\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CoordinateReferenceSystem\"\r\n }\r\n ]\r\n },\r\n \"AcquisitionRemark\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Remark\",\r\n \"description\": \"Remarks related to acquisition context which is not the same as Description which is a summary of the work-product-component.\"\r\n },\r\n \"SurveyReferenceIdentifier\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Reference Identifier\",\r\n \"description\": \"Unique or Distinctive Survey Reference Number, Job Number, File Number, Identifier, Label, Name, etc. as indicated on a directional survey report, file, etc. Use this attribute to allow correlation of the data in this Directional Survey back to the original source document, file, etc.\"\r\n },\r\n \"SurveyToolTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Type of the Survey Tool\",\r\n \"description\": \"The type of tool or equipment used to acquire this Directional Survey. For example, gyroscopic, magnetic, MWD, TOTCO, acid bottle, etc. Follow OWSG reference data and support the ISCWSA survey tool definitions.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-SurveyToolType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"SurveyToolType\"\r\n }\r\n ]\r\n },\r\n \"SurveyVersion\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Version\",\r\n \"description\": \"The version of the wellbore survey deliverable received from the service provider - as given by this provider\"\r\n },\r\n \"ExtrapolatedMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Extrapolated Measured Depth\",\r\n \"description\": \"The measured depth to which the survey segment was extrapolated.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"BaseDepthMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Survey Base Measured Depth\",\r\n \"description\": \"Measured depth within the wellbore of the LAST surveyed station with recorded data. If a stored survey has been extrapolated to a deeper depth than the last surveyed station then that is the extrapolated measured depth and not the survey base depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TieMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Tie Measured Depth\",\r\n \"description\": \"Tie-point depth measured along the wellbore from the measurement reference datum to the survey station - where tie point is the place on the originating survey where the current survey intersect it.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"VerticalMeasurement\": {\r\n\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\",\r\n \"description\": \"References an entry in the Vertical Measurement array for the Wellbore identified by WellboreID, which defines the vertical reference datum for all survey station measured depths.\"\r\n },\r\n \"AvailableTrajectoryStationProperties\": {\r\n \"type\": \"array\",\r\n \"title\": \"Available Trajectory Station Properties\",\r\n \"description\": \"The array of TrajectoryStationProperty definitions describing the available properties for this instance of WellboreTrajectory.\",\r\n \"x-osdu-indexing\": {\r\n \"type\": \"flattened\"\r\n },\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Curve\",\r\n \"description\": \"A set of properties describing a trajectory station property which is available for this instance of a WellboreTrajectory.\",\r\n \"properties\": {\r\n \"TrajectoryStationPropertyTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Trajectory Station Property Type ID\",\r\n \"description\": \"The reference to a trajectory station property type - or if interpreted as channels, the curve or channel name type, identifying e.g. MD, Inclination, Azimuth. This is a relationship to a reference-data--TrajectoryStationPropertyType record id.\",\r\n \"example\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TrajectoryStationPropertyType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TrajectoryStationPropertyType\"\r\n }\r\n ]\r\n },\r\n \"StationPropertyUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Station Property Unit ID\",\r\n \"description\": \"Unit of Measure for the station properties of type TrajectoryStationPropertyType.\",\r\n \"example\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the curve (e.g. column in a CSV document) as originally found. If absent The name of the TrajectoryStationPropertyType is intended to be used.\",\r\n \"example\": \"AzimuthTN\"\r\n }\r\n }\r\n }\r\n },\r\n \"AppliedOperations\": {\r\n \"type\": \"array\",\r\n \"title\": \"Applied Operations\",\r\n \"description\": \"The audit trail of operations applied to the station coordinates from the original state to the current state. The list may contain operations applied prior to ingestion as well as the operations applied to produce the Wgs84Coordinates. The text elements refer to ESRI style CRS and Transformation names, which may have to be translated to EPSG standard names.\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"CompanyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Company ID\",\r\n \"description\": \"The relationship to company who engaged the service company (ServiceCompanyID) to perform the surveying.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Organisation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Organisation\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"TopDepthMeasuredDepth\",\r\n \"BaseDepthMeasuredDepth\",\r\n \"VerticalMeasurement\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-supported-file-formats\": [\r\n \"WITSML\",\r\n \"P7/17\",\r\n \"P7/2000\",\r\n \"LAS2\",\r\n \"LAS3\",\r\n \"csv\"\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialArea\"\r\n },\r\n {\r\n \"path\": \"data.SpatialPoint\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"WorkProductComponent\",\r\n \"kind\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "response": [ { "name": "Create_schema_WellboreTrajectory", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"schemaInfo\": {\r\n\t\t\"schemaIdentity\": {\r\n\t\t\t\"authority\": \"osdu\",\r\n\t\t\t\"source\": \"wks\",\r\n\t\t\t\"entityType\": \"WellboreTrajectory\",\r\n\t\t\t\"schemaVersionMajor\": 1,\r\n\t\t\t\"schemaVersionMinor\": 1,\r\n\t\t\t\"schemaVersionPatch\": 0\r\n\t\t},\r\n\t\t\"status\": \"DEVELOPMENT\"\r\n\t},\r\n\t\"schema\": {\r\n \"x-osdu-license\": \"Copyright 2021, The Open Group \\\\nLicensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\",\r\n \"$id\": \"https://schema.osdu.opengroup.org/json/work-product-component/WellboreTrajectory.1.1.0.json\",\r\n \"$schema\": \"http://json-schema.org/draft-07/schema#\",\r\n \"x-osdu-schema-source\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\r\n \"title\": \"WellboreTrajectory\",\r\n \"description\": \"Work Product Component describing an individual instance of a wellbore trajectory data object. Also called a deviation survey, wellbore trajectory is data that is used to calculate the position and spatial uncertainty of a planned or actual wellbore in 2-dimensional and 3-dimensional space.\",\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"id\": {\r\n \"description\": \"Previously called ResourceID or SRN which identifies this OSDU resource object without version.\",\r\n \"title\": \"Entity ID\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:work-product-component\\\\-\\\\-WellboreTrajectory:[\\\\w\\\\-\\\\.\\\\:\\\\%]+$\",\r\n \"example\": \"namespace:work-product-component--WellboreTrajectory:606f224a-ef1f-5690-9843-d26cd7e33e10\"\r\n },\r\n \"kind\": {\r\n \"description\": \"The schema identification for the OSDU resource object following the pattern {Namespace}:{Source}:{Type}:{VersionMajor}.{VersionMinor}.{VersionPatch}. The versioning scheme follows the semantic versioning, https://semver.org/.\",\r\n \"title\": \"Entity Kind\",\r\n \"type\": \"string\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[\\\\w\\\\-\\\\.]+:[0-9]+.[0-9]+.[0-9]+$\",\r\n \"example\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\"\r\n },\r\n \"version\": {\r\n \"description\": \"The version number of this OSDU resource; set by the framework.\",\r\n \"title\": \"Version Number\",\r\n \"type\": \"integer\",\r\n \"format\": \"int64\",\r\n \"example\": 1562066009929332\r\n },\r\n \"acl\": {\r\n \"description\": \"The access control tags associated with this entity.\",\r\n \"title\": \"Access Control List\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractAccessControlList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"legal\": {\r\n\t\t\t\t\"description\": \"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.\",\r\n\t\t\t\t\"title\": \"Legal Tags\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalTags:1.0.0\"\r\n },\r\n \"tags\": {\r\n \"title\": \"Tag Dictionary\",\r\n \"description\": \"A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.\",\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"example\": {\r\n \"NameOfKey\": \"String value\"\r\n }\r\n },\r\n \"createTime\": {\r\n \"description\": \"Timestamp of the time at which initial version of this OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:46:20.163Z\"\r\n },\r\n \"createUser\": {\r\n \"title\": \"Resource Object Creation User Reference\",\r\n \"description\": \"The user reference, which created the first version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"modifyTime\": {\r\n \"description\": \"Timestamp of the time at which this version of the OSDU resource object was created. Set by the System. The value is a combined date-time string in ISO-8601 given in UTC.\",\r\n \"title\": \"Resource Object Version Creation DateTime\",\r\n \"type\": \"string\",\r\n \"format\": \"date-time\",\r\n \"example\": \"2020-12-16T11:52:24.477Z\"\r\n },\r\n \"modifyUser\": {\r\n \"title\": \"Resource Object Version Creation User Reference\",\r\n \"description\": \"The user reference, which created this version of this resource object. Set by the System.\",\r\n \"type\": \"string\",\r\n \"example\": \"some-user@some-company-cloud.com\"\r\n },\r\n \"ancestry\": {\r\n \"description\": \"The links to data, which constitute the inputs.\",\r\n\t\t\t\t\"title\": \"Ancestry\",\r\n\t\t\t\t\"$ref\": \"osdu:wks:AbstractLegalParentList:1.0.0\"\r\n\t\t\t},\r\n\t\t\t\"meta\": {\r\n\t\t\t\t\"description\": \"The Frame of Reference meta data section linking the named properties to self-contained definitions.\",\r\n\t\t\t\t\"title\": \"Frame of Reference Meta Data\",\r\n\t\t\t\t\"type\": \"array\",\r\n\t\t\t\t\"items\": {\r\n\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractMetaItem:1.0.0\"\r\n\t\t\t\t}\r\n\t\t\t},\r\n\t\t\t\"data\": {\r\n\t\t\t\t\"allOf\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractCommonResources:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n\t\t\t\t\t},\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractWorkProductComponent:1.0.0\"\r\n\t\t\t\t\t},\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ServiceCompanyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Service Company\",\r\n \"description\": \"Name of the Survey Company.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Organisation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Organisation\"\r\n }\r\n ]\r\n },\r\n \"WellboreID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Wellbore\",\r\n \"description\": \"A unique name, code or number designated to the Wellbore.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Wellbore\"\r\n }\r\n ]\r\n },\r\n \"TopDepthMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Survey Top Measured Depth\",\r\n \"description\": \"Measured depth in wellbore where the directional survey starts. This should equal the minimum station measured depth for this directional survey, regardless of whether the surveyed station represents an actual surveyed MD or not.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"AzimuthReferenceType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Azimuth Reference Type\",\r\n \"description\": \"The North reference of the trajectory used to define the azimuth angular measurement values. For example, True North, Grid North, Magnetic North.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-AzimuthReferenceType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"AzimuthReferenceType\"\r\n }\r\n ]\r\n },\r\n \"CalculationMethodType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Calculation Method Type\",\r\n \"description\": \"Calculation Method Type used to compute the TVD, X OFFSET, Y OFFSET and DOG LEG SEVERITY values for this Directional Survey. For example, Radius of Curvature, Minimum Curvature, Balanced Tangential, etc.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CalculationMethodType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CalculationMethodType\"\r\n }\r\n ]\r\n },\r\n \"ProjectedCRSID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Projected Coordinate Reference System ID\",\r\n \"description\": \"Coordinate Reference System defining the Projection of the station EASTING and NORTHING values. If type is \\\"Grid North\\\" and EASTING and NORTHING attributes are stored, clearly identifying their projection is required.\",\r\n \"example\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CoordinateReferenceSystem\"\r\n }\r\n ]\r\n },\r\n \"ActiveIndicator\": {\r\n \"type\": \"boolean\",\r\n \"title\": \"Active Survey Indicator\",\r\n \"description\": \"A flag indicating if the survey is currently active or valid within his lifecycle stage, not necessarily the definitive survey.\"\r\n },\r\n \"SurveyType\": {\r\n \"type\": \"string\",\r\n \"title\": \"Directional Survey Type\",\r\n \"description\": \"The type of this directional survey. For example a \\\"Directional Survey\\\" where MD, Inclination and Azimuth are all measured or a \\\"Position Log\\\" where Inclination and Azimuth are both null and only MD, TVD and X/Y Offsets are available) - or \\\"Full Survey\\\" where everything is fully filled-up, depth-inclination-azimuth.\"\r\n },\r\n \"AcquisitionDate\": {\r\n \"type\": \"string\",\r\n \"title\": \"Effective Date\",\r\n \"description\": \"The date that the survey data was acquired on the field.\",\r\n \"format\": \"date-time\"\r\n },\r\n \"GeographicCRSID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Geographic Coordinate Reference System\",\r\n \"description\": \"Coordinate Reference System defining the Geodetic Datum of the station LATITUDE and LONGITUDE values. If LATITUDE and LONGITUDE attributes are stored, clearly identifying their Datum is required.\",\r\n \"example\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-CoordinateReferenceSystem:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"CoordinateReferenceSystem\"\r\n }\r\n ]\r\n },\r\n \"AcquisitionRemark\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Remark\",\r\n \"description\": \"Remarks related to acquisition context which is not the same as Description which is a summary of the work-product-component.\"\r\n },\r\n \"SurveyReferenceIdentifier\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Reference Identifier\",\r\n \"description\": \"Unique or Distinctive Survey Reference Number, Job Number, File Number, Identifier, Label, Name, etc. as indicated on a directional survey report, file, etc. Use this attribute to allow correlation of the data in this Directional Survey back to the original source document, file, etc.\"\r\n },\r\n \"SurveyToolTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Type of the Survey Tool\",\r\n \"description\": \"The type of tool or equipment used to acquire this Directional Survey. For example, gyroscopic, magnetic, MWD, TOTCO, acid bottle, etc. Follow OWSG reference data and support the ISCWSA survey tool definitions.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-SurveyToolType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"SurveyToolType\"\r\n }\r\n ]\r\n },\r\n \"SurveyVersion\": {\r\n \"type\": \"string\",\r\n \"title\": \"Survey Version\",\r\n \"description\": \"The version of the wellbore survey deliverable received from the service provider - as given by this provider\"\r\n },\r\n \"ExtrapolatedMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Extrapolated Measured Depth\",\r\n \"description\": \"The measured depth to which the survey segment was extrapolated.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"BaseDepthMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Survey Base Measured Depth\",\r\n \"description\": \"Measured depth within the wellbore of the LAST surveyed station with recorded data. If a stored survey has been extrapolated to a deeper depth than the last surveyed station then that is the extrapolated measured depth and not the survey base depth.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"TieMeasuredDepth\": {\r\n \"type\": \"number\",\r\n \"title\": \"Tie Measured Depth\",\r\n \"description\": \"Tie-point depth measured along the wellbore from the measurement reference datum to the survey station - where tie point is the place on the originating survey where the current survey intersect it.\",\r\n \"x-osdu-frame-of-reference\": \"UOM:length\"\r\n },\r\n \"VerticalMeasurement\": {\r\n\t\t\t\t\t\t\t\t\"$ref\": \"osdu:wks:AbstractFacilityVerticalMeasurement:1.0.0\",\r\n \"description\": \"References an entry in the Vertical Measurement array for the Wellbore identified by WellboreID, which defines the vertical reference datum for all survey station measured depths.\"\r\n },\r\n \"AvailableTrajectoryStationProperties\": {\r\n \"type\": \"array\",\r\n \"title\": \"Available Trajectory Station Properties\",\r\n \"description\": \"The array of TrajectoryStationProperty definitions describing the available properties for this instance of WellboreTrajectory.\",\r\n \"x-osdu-indexing\": {\r\n \"type\": \"flattened\"\r\n },\r\n \"items\": {\r\n \"type\": \"object\",\r\n \"title\": \"Curve\",\r\n \"description\": \"A set of properties describing a trajectory station property which is available for this instance of a WellboreTrajectory.\",\r\n \"properties\": {\r\n \"TrajectoryStationPropertyTypeID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Trajectory Station Property Type ID\",\r\n \"description\": \"The reference to a trajectory station property type - or if interpreted as channels, the curve or channel name type, identifying e.g. MD, Inclination, Azimuth. This is a relationship to a reference-data--TrajectoryStationPropertyType record id.\",\r\n \"example\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-TrajectoryStationPropertyType:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"TrajectoryStationPropertyType\"\r\n }\r\n ]\r\n },\r\n \"StationPropertyUnitID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Station Property Unit ID\",\r\n \"description\": \"Unit of Measure for the station properties of type TrajectoryStationPropertyType.\",\r\n \"example\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:reference-data\\\\-\\\\-UnitOfMeasure:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"reference-data\",\r\n \"EntityType\": \"UnitOfMeasure\"\r\n }\r\n ]\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"title\": \"Name\",\r\n \"description\": \"The name of the curve (e.g. column in a CSV document) as originally found. If absent The name of the TrajectoryStationPropertyType is intended to be used.\",\r\n \"example\": \"AzimuthTN\"\r\n }\r\n }\r\n }\r\n },\r\n \"AppliedOperations\": {\r\n \"type\": \"array\",\r\n \"title\": \"Applied Operations\",\r\n \"description\": \"The audit trail of operations applied to the station coordinates from the original state to the current state. The list may contain operations applied prior to ingestion as well as the operations applied to produce the Wgs84Coordinates. The text elements refer to ESRI style CRS and Transformation names, which may have to be translated to EPSG standard names.\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"CompanyID\": {\r\n \"type\": \"string\",\r\n \"title\": \"Company ID\",\r\n \"description\": \"The relationship to company who engaged the service company (ServiceCompanyID) to perform the surveying.\",\r\n \"pattern\": \"^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Organisation:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\r\n \"x-osdu-relationship\": [\r\n {\r\n \"GroupType\": \"master-data\",\r\n \"EntityType\": \"Organisation\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"WellboreID\",\r\n \"TopDepthMeasuredDepth\",\r\n \"BaseDepthMeasuredDepth\",\r\n \"VerticalMeasurement\"\r\n ],\r\n \"title\": \"IndividualProperties\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"ExtensionProperties\": {\r\n \"type\": \"object\"\r\n }\r\n },\r\n \"title\": \"ExtensionProperties\"\r\n }\r\n ]\r\n }\r\n },\r\n \"required\": [\r\n \"kind\",\r\n \"acl\",\r\n \"legal\"\r\n ],\r\n \"additionalProperties\": false,\r\n \"x-osdu-review-status\": \"Accepted\",\r\n \"x-osdu-supported-file-formats\": [\r\n \"WITSML\",\r\n \"P7/17\",\r\n \"P7/2000\",\r\n \"LAS2\",\r\n \"LAS3\",\r\n \"csv\"\r\n ],\r\n \"x-osdu-virtual-properties\": {\r\n \"data.VirtualProperties.DefaultLocation\": {\r\n \"type\": \"object\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.SpatialArea\"\r\n },\r\n {\r\n \"path\": \"data.SpatialPoint\"\r\n }\r\n ]\r\n },\r\n \"data.VirtualProperties.DefaultName\": {\r\n \"type\": \"string\",\r\n \"priority\": [\r\n {\r\n \"path\": \"data.Name\"\r\n }\r\n ]\r\n }\r\n },\r\n \"x-osdu-inheriting-from-kind\": [\r\n {\r\n \"name\": \"WorkProductComponent\",\r\n \"kind\": \"osdu:wks:AbstractWPCGroupType:1.0.0\"\r\n }\r\n ]\r\n}\r\n}" }, "url": { "raw": "{{SchemasURL}}", "host": [ "{{SchemasURL}}" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Date", "value": "Tue, 30 Nov 2021 22:12:45 GMT" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Transfer-Encoding", "value": "chunked" }, { "key": "Connection", "value": "keep-alive" }, { "key": "request-context", "value": "appId=cid-v1:0580bc76-9fe5-4eb2-94ad-c947f8945f94" }, { "key": "correlation-id", "value": "9fc6d1c5-b394-4725-84f5-19329a688b26" }, { "key": "x-content-type-options", "value": "nosniff" }, { "key": "x-xss-protection", "value": "1; mode=block" }, { "key": "cache-control", "value": "no-cache, no-store, max-age=0, must-revalidate" }, { "key": "pragma", "value": "no-cache" }, { "key": "expires", "value": "0" }, { "key": "strict-transport-security", "value": "max-age=31536000 ; includeSubDomains" }, { "key": "x-frame-options", "value": "DENY" }, { "key": "x-envoy-upstream-service-time", "value": "2339" }, { "key": "content-security-policy", "value": "default-src 'self'" }, { "key": "server", "value": "istio-envoy" }, { "key": "x-envoy-decorator-operation", "value": "schema-service.osdu.svc.cluster.local:80/*" } ], "cookie": [], "body": "{\n \"schemaIdentity\": {\n \"authority\": \"osdu\",\n \"source\": \"wks\",\n \"entityType\": \"WellboreTrajectory\",\n \"schemaVersionMajor\": 1,\n \"schemaVersionMinor\": 1,\n \"schemaVersionPatch\": 0,\n \"id\": \"osdu:wks:WellboreTrajectory:1.1.0\"\n },\n \"createdBy\": \"osdu-wcds.slbservice.com\",\n \"dateCreated\": \"2021-11-30T22:12:45.637+00:00\",\n \"status\": \"DEVELOPMENT\",\n \"scope\": \"INTERNAL\"\n}" } ] } ] }, { "name": "UC1", "item": [ { "name": "entity_create well", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"wellVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--Well:welldemo2\",\r\n \"kind\": \"osdu:wks:master-data--Well:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\r\n \"VerticalMeasurements[0].VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"FacilityID\": \"Example External Facility Identifier\",\r\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\r\n \"FacilityOperators\": [\r\n {\r\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\r\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\r\n \"FacilityName\": \"welldemo2\",\r\n \"FacilityStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\r\n }\r\n ],\r\n \"FacilityEvents\": [\r\n {\r\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"FacilitySpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationQuantity\": 12345.6,\r\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationIndicator\": true,\r\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\r\n \"DefaultVerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalMeasurements\": [\r\n {\r\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n }\r\n ],\r\n \"InterestTypeID\": \"namespace:reference-data--WellInterestType:Operated:\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/well", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "well" ] } }, "response": [ { "name": "entity_create well", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--Well:welldemo2\",\r\n \"kind\": \"osdu:wks:master-data--Well:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\r\n \"VerticalMeasurements[0].VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"FacilityID\": \"Example External Facility Identifier\",\r\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\r\n \"FacilityOperators\": [\r\n {\r\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\r\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\r\n \"FacilityName\": \"welldemo2\",\r\n \"FacilityStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\r\n }\r\n ],\r\n \"FacilityEvents\": [\r\n {\r\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"FacilitySpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationQuantity\": 12345.6,\r\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationIndicator\": true,\r\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\r\n \"DefaultVerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalMeasurements\": [\r\n {\r\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n }\r\n ],\r\n \"InterestTypeID\": \"namespace:reference-data--WellInterestType:Operated:\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/well", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "well" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "10536" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:02:14 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--Well:welldemo2\",\n \"kind\": \"osdu:wks:master-data--Well:1.0.0\",\n \"version\": 1643137305589,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"FacilityID\": \"Example External Facility Identifier\",\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\n \"FacilityOperators\": [\n {\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\n \"FacilityName\": \"welldemo2\",\n \"FacilityStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\n }\n ],\n \"FacilityEvents\": [\n {\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"FacilitySpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilitySpecificationQuantity\": 12345.6,\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilitySpecificationIndicator\": true,\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\n \"DefaultVerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalMeasurements\": [\n {\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurement\": 12345.6,\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\n }\n ],\n \"InterestTypeID\": \"namespace:reference-data--WellInterestType:Operated:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\n \"VerticalMeasurements[0].VerticalMeasurement\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create wellbore", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"wellboreVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2\",\r\n \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\r\n \"VerticalMeasurements[0].VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"FacilityID\": \"Example External Facility Identifier\",\r\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\r\n \"FacilityOperators\": [\r\n {\r\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\r\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\r\n \"FacilityName\": \"wellboredemo2\",\r\n \"FacilityStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\r\n }\r\n ],\r\n \"FacilityEvents\": [\r\n {\r\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"FacilitySpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationQuantity\": 12345.6,\r\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationIndicator\": true,\r\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"WellID\": \"{{dataPartitionID}}:master-data--Well:welldemo2:{{wellVersion}}\",\r\n \"SequenceNumber\": 2,\r\n \"VerticalMeasurements\": [\r\n {\r\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n }\r\n ],\r\n \"DrillingReasons\": [\r\n {\r\n \"DrillingReasonTypeID\": \"namespace:reference-data--DrillingReasonType:Development:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"KickOffWellbore\": \"namespace:master-data--Wellbore:SomeUniqueWellboreID:\",\r\n \"TrajectoryTypeID\": \"namespace:reference-data--WellboreTrajectoryType:Vertical:\",\r\n \"DefinitiveTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"TargetFormation\": \"namespace:reference-data--GeologicalFormation:Bakken:\",\r\n \"PrimaryMaterialID\": \"namespace:reference-data--MaterialType:Steel:\",\r\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\r\n \"ProjectedBottomHoleLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"GeographicBottomHoleLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellbore", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellbore" ] } }, "response": [ { "name": "entity_create wellbore", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2\",\r\n \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\r\n \"VerticalMeasurements[0].VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"FacilityID\": \"Example External Facility Identifier\",\r\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\r\n \"FacilityOperators\": [\r\n {\r\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\r\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\r\n \"FacilityName\": \"wellboredemo2\",\r\n \"FacilityStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\r\n }\r\n ],\r\n \"FacilityEvents\": [\r\n {\r\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"FacilitySpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationQuantity\": 12345.6,\r\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FacilitySpecificationIndicator\": true,\r\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"WellID\": \"namespace:master-data--Well:welldemo2:{{wellVersion}}\",\r\n \"SequenceNumber\": 2,\r\n \"VerticalMeasurements\": [\r\n {\r\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n }\r\n ],\r\n \"DrillingReasons\": [\r\n {\r\n \"DrillingReasonTypeID\": \"namespace:reference-data--DrillingReasonType:Development:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"KickOffWellbore\": \"namespace:master-data--Wellbore:SomeUniqueWellboreID:\",\r\n \"TrajectoryTypeID\": \"namespace:reference-data--WellboreTrajectoryType:Vertical:\",\r\n \"DefinitiveTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"TargetFormation\": \"namespace:reference-data--GeologicalFormation:Bakken:\",\r\n \"PrimaryMaterialID\": \"namespace:reference-data--MaterialType:Steel:\",\r\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\r\n \"ProjectedBottomHoleLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"GeographicBottomHoleLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellbore", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellbore" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "21195" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:06:26 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--Wellbore:wellbodemo2\",\n \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n \"version\": 1643137551995,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"FacilityID\": \"Example External Facility Identifier\",\n \"FacilityTypeID\": \"namespace:reference-data--FacilityType:Well:\",\n \"FacilityOperators\": [\n {\n \"FacilityOperatorID\": \"Example Facility Operator ID\",\n \"FacilityOperatorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"InitialOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"CurrentOperatorID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"DataSourceOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"OperatingEnvironmentID\": \"namespace:reference-data--OperatingEnvironment:Onshore:\",\n \"FacilityName\": \"wellboredemo2\",\n \"FacilityStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilityStateTypeID\": \"namespace:reference-data--FacilityStateType:Planning:\"\n }\n ],\n \"FacilityEvents\": [\n {\n \"FacilityEventTypeID\": \"namespace:reference-data--FacilityEventType:Abandon:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"FacilitySpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilitySpecificationQuantity\": 12345.6,\n \"FacilitySpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FacilitySpecificationIndicator\": true,\n \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"WellID\": \"namespace:master-data--Well:welldemo2:1643137305589\",\n \"SequenceNumber\": 2,\n \"VerticalMeasurements\": [\n {\n \"VerticalMeasurementID\": \"Example VerticalMeasurementID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurement\": 12345.6,\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\n }\n ],\n \"DrillingReasons\": [\n {\n \"DrillingReasonTypeID\": \"namespace:reference-data--DrillingReasonType:Development:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"KickOffWellbore\": \"namespace:master-data--Wellbore:SomeUniqueWellboreID:\",\n \"TrajectoryTypeID\": \"namespace:reference-data--WellboreTrajectoryType:Vertical:\",\n \"DefinitiveTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"TargetFormation\": \"namespace:reference-data--GeologicalFormation:Bakken:\",\n \"PrimaryMaterialID\": \"namespace:reference-data--MaterialType:Steel:\",\n \"DefaultVerticalMeasurementID\": \"Example DefaultVerticalMeasurementID\",\n \"ProjectedBottomHoleLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"GeographicBottomHoleLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"FacilitySpecifications[0].FacilitySpecificationQuantity\",\n \"VerticalMeasurements[0].VerticalMeasurement\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create wellplanning", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"wellplanningwellVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--WellPlanningWell:wellplaningdemo2\",\r\n \"kind\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"WellID\": \"{{dataPartitionID}}:master-data--Well:welldemo2:{{wellVersion}}\",\r\n \"TimeZone\": \"Example Time Zone\",\r\n \"TypeWell\": \"Example Type Well\",\r\n \"LicenceName\": \"Example Licence Name\",\r\n \"LicenceNumber\": \"Example Licence Number\",\r\n \"IssueDateTime\": 12345.6,\r\n \"BlockID\": \"namespace:master-data--GeoPoliticalEntity:SomeUniqueGeoPoliticalEntityID:\",\r\n \"OperatorPercentInterest\": 12345.6,\r\n \"Name\": \"welldemo2\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellplanningwell", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellplanningwell" ] } }, "response": [ { "name": "entity_create wellplanning", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--WellPlanningWell:wellplaningdemo2\",\r\n \"kind\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"WellID\": \"osdu:master-data--Well:welldemo2:{{wellVersion}}\",\r\n \"TimeZone\": \"Example Time Zone\",\r\n \"TypeWell\": \"Example Type Well\",\r\n \"LicenceName\": \"Example Licence Name\",\r\n \"LicenceNumber\": \"Example Licence Number\",\r\n \"IssueDateTime\": 12345.6,\r\n \"BlockID\": \"namespace:master-data--GeoPoliticalEntity:SomeUniqueGeoPoliticalEntityID:\",\r\n \"OperatorPercentInterest\": 12345.6,\r\n \"Name\": \"welldemo2\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellplanningwell", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellplanningwell" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "1644" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:13:53 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellPlanningWell:wellplaningdemo2\",\n \"kind\": \"osdu:wks:master-data--WellPlanningWell:1.0.0\",\n \"version\": 1643138032658,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"WellID\": \"osdu:master-data--Well:welldemo2:1643137305589\",\n \"TimeZone\": \"Example Time Zone\",\n \"TypeWell\": \"Example Type Well\",\n \"LicenceName\": \"Example Licence Name\",\n \"LicenceNumber\": \"Example Licence Number\",\n \"IssueDateTime\": 12345.6,\n \"BlockID\": \"namespace:master-data--GeoPoliticalEntity:SomeUniqueGeoPoliticalEntityID:\",\n \"OperatorPercentInterest\": 12345.6,\n \"Name\": \"welldemo2\",\n \"ExtensionProperties\": {}\n },\n \"meta\": []\n}" } ] }, { "name": "entity_create wellboreplanning", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--WellPlanningWellbore:wellplaningwellboredemo2\",\r\n \"kind\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"VerticalMeasurement.VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"WellPlanningWellID\": \"{{dataPartitionID}}:master-data--WellPlanningWell:wellplaningdemo2:{{wellplanningwellVersion}}\",\r\n \"SurveyProgramIDs\": [\r\n \"namespace:master-data--SurveyProgram:SomeUniqueSurveyProgramID:\"\r\n ],\r\n \"TargetID\": \"namespace:master-data--GeometricTargetSet:SomeUniqueGeometricTargetSetID:\",\r\n \"WellboreMarkerSetID\": \"namespace:work-product-component--WellboreMarkerSet:WellboreMarkerSet-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"PlannedLithologyID\": \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"HoleSectionID\": \"namespace:master-data--HoleSection:SomeUniqueHoleSectionID:\",\r\n \"PPFGDatasetID\": \"namespace:work-product-component--PPFGDataset:PPFGDataset-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"Name\": \"Example Name\",\r\n \"VerticalMeasurement\": {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n },\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellplanningwellbore", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellplanningwellbore" ] } }, "response": [ { "name": "entity_create wellboreplanning", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--WellPlanningWellbore:wellplaningwellboredemo2\",\r\n \"kind\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\",\r\n\"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ],\r\n \"status\": \"compliant\"\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"VerticalMeasurement.VerticalMeasurement\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2\",\r\n \"WellPlanningWellID\": \"osdu:master-data--WellPlanningWell:wellplaningdemo2\",\r\n \"SurveyProgramIDs\": [\r\n \"namespace:master-data--SurveyProgram:SomeUniqueSurveyProgramID:\"\r\n ],\r\n \"TargetID\": \"namespace:master-data--GeometricTargetSet:SomeUniqueGeometricTargetSetID:\",\r\n \"WellboreMarkerSetID\": \"namespace:work-product-component--WellboreMarkerSet:WellboreMarkerSet-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"PlannedLithologyID\": \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"HoleSectionID\": \"namespace:master-data--HoleSection:SomeUniqueHoleSectionID:\",\r\n \"PPFGDatasetID\": \"namespace:work-product-component--PPFGDataset:PPFGDataset-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"Name\": \"Example Name\",\r\n \"VerticalMeasurement\": {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurement\": 12345.6,\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n },\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellplanningwellbore", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellplanningwellbore" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "3710" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:15:56 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellPlanningWellbore:wellplaningwellboredemo2\",\n \"kind\": \"osdu:wks:master-data--WellPlanningWellbore:1.0.0\",\n \"version\": 1643138155156,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": false,\n \"errors\": [\n \"$.data.WellPlanningWellID: does not match the regex pattern ^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-WellPlanningWell:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\",\n \"$.data.WellboreID: does not match the regex pattern ^[\\\\w\\\\-\\\\.]+:master-data\\\\-\\\\-Wellbore:[\\\\w\\\\-\\\\.\\\\:\\\\%]+:[0-9]*$\"\n ],\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2\",\n \"WellPlanningWellID\": \"osdu:master-data--WellPlanningWell:wellplaningdemo2\",\n \"SurveyProgramIDs\": [\n \"namespace:master-data--SurveyProgram:SomeUniqueSurveyProgramID:\"\n ],\n \"TargetID\": \"namespace:master-data--GeometricTargetSet:SomeUniqueGeometricTargetSetID:\",\n \"WellboreMarkerSetID\": \"namespace:work-product-component--WellboreMarkerSet:WellboreMarkerSet-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"PlannedLithologyID\": \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"HoleSectionID\": \"namespace:master-data--HoleSection:SomeUniqueHoleSectionID:\",\n \"PPFGDatasetID\": \"namespace:work-product-component--PPFGDataset:PPFGDataset-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"Name\": \"Example Name\",\n \"VerticalMeasurement\": {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurement\": 12345.6,\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\n },\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"VerticalMeasurement.VerticalMeasurement\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create wellactivityprogram", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\r\n\t\"id\": \"{{dataPartitionID}}:master-data--WellActivityProgram:activityprogramdemo1\",\r\n\t\"kind\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n\t\"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m3\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m3\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L3\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m3:\",\r\n \"propertyNames\": [\r\n \"Phases[].KickTolerance\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"Pa\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"Pa\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M/LT2\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:Pa:\",\r\n \"propertyNames\": [\r\n \"Phases[].MAASP\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"RigID\": \"namespace:master-data--Rig:SomeUniqueRigID:\",\r\n \"RiskIDs\": [\r\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\r\n ],\r\n \"Phases\": [\r\n {\r\n \"TypeID\": \"namespace:reference-data--WellActivityPhaseType:RMOVE:\",\r\n \"WellActivityplanID\": \"{{dataPartitionID}}:master-data--ActivityPlan:activityplan2:{{wactivityPlanVersion}}\", \r\n \"SequenceNo\": 12345.6,\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"RiskIDs\": [\r\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\r\n ],\r\n \"Objective\": \"Example Objective\",\r\n \"BHARunIDs\": [\r\n \"namespace:master-data--BHARun:SomeUniqueBHARunID:\"\r\n ],\r\n \"PlannedLithologyIDs\": [\r\n \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\"\r\n ],\r\n \"PlannedCementJobIDs\": [\r\n \"namespace:master-data--PlannedCementJob:SomeUniquePlannedCementJobID:\"\r\n ],\r\n \"EvaluationPlanID\": \"namespace:master-data--EvaluationPlan:SomeUniqueEvaluationPlanID:\",\r\n \"KickTolerance\": 12345.6,\r\n \"MAASP\": 12345.6,\r\n \"WellboreArchitectureID\": \"namespace:master-data--WellboreArchitecture:SomeUniqueWellboreArchitectureID:\",\r\n \"WellBarrierElementTestID\": \"namespace:master-data--WellBarrierElementTest:SomeUniqueWellBarrierElementTestID:\"\r\n }\r\n ],\r\n \"TypeID\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}\r\n" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellactivityprogram", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellactivityprogram" ] } }, "response": [ { "name": "entity_create wellactivityprogram", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer ", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\r\n\t\"id\": \"{{dataPartitionID}}:master-data--WellActivityProgram:activityprogramdemo1\",\r\n\t\"kind\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n\t\"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m3\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m3\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L3\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m3:\",\r\n \"propertyNames\": [\r\n \"Phases[].KickTolerance\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"Pa\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"Pa\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M/LT2\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:Pa:\",\r\n \"propertyNames\": [\r\n \"Phases[].MAASP\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"RigID\": \"namespace:master-data--Rig:SomeUniqueRigID:\",\r\n \"RiskIDs\": [\r\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\r\n ],\r\n \"Phases\": [\r\n {\r\n \"TypeID\": \"namespace:reference-data--WellActivityPhaseType:RMOVE:\",\r\n \"WellActivityplanID\": \"namespace:master-data--ActivityPlan:activityplan2:{{wactivityPlanVersion}}\", \r\n \"SequenceNo\": 12345.6,\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"RiskIDs\": [\r\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\r\n ],\r\n \"Objective\": \"Example Objective\",\r\n \"BHARunIDs\": [\r\n \"namespace:master-data--BHARun:SomeUniqueBHARunID:\"\r\n ],\r\n \"PlannedLithologyIDs\": [\r\n \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\"\r\n ],\r\n \"PlannedCementJobIDs\": [\r\n \"namespace:master-data--PlannedCementJob:SomeUniquePlannedCementJobID:\"\r\n ],\r\n \"EvaluationPlanID\": \"namespace:master-data--EvaluationPlan:SomeUniqueEvaluationPlanID:\",\r\n \"KickTolerance\": 12345.6,\r\n \"MAASP\": 12345.6,\r\n \"WellboreArchitectureID\": \"namespace:master-data--WellboreArchitecture:SomeUniqueWellboreArchitectureID:\",\r\n \"WellBarrierElementTestID\": \"namespace:master-data--WellBarrierElementTest:SomeUniqueWellBarrierElementTestID:\"\r\n }\r\n ],\r\n \"TypeID\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}\r\n" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellactivityprogram", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellactivityprogram" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "11465" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:49:49 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellActivityProgram:activityprogramdemo1\",\n \"kind\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\n \"version\": 1643140189277,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"RigID\": \"namespace:master-data--Rig:SomeUniqueRigID:\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Phases\": [\n {\n \"TypeID\": \"namespace:reference-data--WellActivityPhaseType:RMOVE:\",\n \"WellActivityplanID\": \"namespace:master-data--ActivityPlan:activityplan2:1643139302825\",\n \"SequenceNo\": 12345.6,\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643138597625\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Objective\": \"Example Objective\",\n \"BHARunIDs\": [\n \"namespace:master-data--BHARun:SomeUniqueBHARunID:\"\n ],\n \"PlannedLithologyIDs\": [\n \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\"\n ],\n \"PlannedCementJobIDs\": [\n \"namespace:master-data--PlannedCementJob:SomeUniquePlannedCementJobID:\"\n ],\n \"EvaluationPlanID\": \"namespace:master-data--EvaluationPlan:SomeUniqueEvaluationPlanID:\",\n \"KickTolerance\": 12345.6,\n \"MAASP\": 12345.6,\n \"WellboreArchitectureID\": \"namespace:master-data--WellboreArchitecture:SomeUniqueWellboreArchitectureID:\",\n \"WellBarrierElementTestID\": \"namespace:master-data--WellBarrierElementTest:SomeUniqueWellBarrierElementTestID:\"\n }\n ],\n \"TypeID\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"m3\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m3\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L3\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m3:\",\n \"propertyNames\": [\n \"Phases[].KickTolerance\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"Pa\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"Pa\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M/LT2\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:Pa:\",\n \"propertyNames\": [\n \"Phases[].MAASP\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create activityplan", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"wactivityPlanVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\r\n\t\"id\": \"{{dataPartitionID}}:master-data--ActivityPlan:activityplan2\",\r\n\t\"kind\": \"osdu:wks:master-data--WellActivityPlan:1.0.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\r\n \"WellPlanningActivities[].DepthRange.HoleDepthStart\",\r\n \"WellPlanningActivities[].DepthRange.HoleDepthEnd\",\r\n \"WellPlanningActivities[].DepthRange.ActivityDepthStart\",\r\n \"WellPlanningActivities[].DepthRange.ActivityDepthEnd\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"s\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:s:\",\r\n \"propertyNames\": [\r\n \"WellPlanningActivities[].ProductiveTimeStatistics[].StatisticRecord\",\r\n \"WellPlanningActivities[].NonProductiveTimeStatistics[].StatisticRecord\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m/s\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m/s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L/T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m%2Fs:\",\r\n \"propertyNames\": [\r\n \"WellPlanningActivities[].RateOfPenetrationStatistics[].StatisticRecord\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"WellPlanningActivities\": [\r\n\t{\r\n\t\t\"ActivityID\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\r\n\t\t\"Name\": \"Construct section (17.5 in)\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"0b8d102b-5ea4-592a-9ca6-e2b5c3330759\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:3\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"cleanTimeDuration\": {\r\n\t\t\t\"uom\": \"s\",\r\n\t\t\t\"cleanTimeDuration\": 497014.595944495\r\n\t\t},\r\n\t\t\"NonProductiveTimeDuration\": 24850.7297972248,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 497014.595944495,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 24850.7297972248,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"code\": \"Construct section\",\r\n\t\t\"level\": \"L3\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"db34efd5-3547-c457-174c-2c37a6f430da\",\r\n\t\t\"Name\": \"Drill section\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:4\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 301994.884159065,\r\n\t\t\"NonProductiveTimeDuration\": 5099.7442079532,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 301994.884159065,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 5099.7442079532,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Drill section\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L4:4\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\r\n\t\t\"Name\": \"Drill run\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"db34efd5-3547-c457-174c-2c37a6f430d\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:dr_ds_cs_cw_wcic:5\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 301994.884159065,\r\n\t\t\"NonProductiveTimeDuration\": 15099.7442079532,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 301994.884159065,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 15099.7442079532,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Drill run\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L5:5\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"5ba474cf-d9c5-5b9d-35e3-9fc3ae57917b\",\r\n\t\t\"Name\": \"Safety meeting\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:Safetymeeting:6\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 900,\r\n\t\t\"NonProductiveTimeDuration\": 45,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 900,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 45,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Safety meeting\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L6:6\"\r\n\t}\r\n],\r\n \"ExtensionProperties\": {}\r\n }\r\n}\r\n" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/activityplan", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "activityplan" ] } }, "response": [ { "name": "entity_create activityplan", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\r\n\t\"id\": \"{{dataPartitionID}}:master-data--ActivityPlan:activityplan2\",\r\n\t\"kind\": \"osdu:wks:master-data--WellActivityPlan:1.0.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\r\n \"WellPlanningActivities[].DepthRange.HoleDepthStart\",\r\n \"WellPlanningActivities[].DepthRange.HoleDepthEnd\",\r\n \"WellPlanningActivities[].DepthRange.ActivityDepthStart\",\r\n \"WellPlanningActivities[].DepthRange.ActivityDepthEnd\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"s\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:s:\",\r\n \"propertyNames\": [\r\n \"WellPlanningActivities[].ProductiveTimeStatistics[].StatisticRecord\",\r\n \"WellPlanningActivities[].NonProductiveTimeStatistics[].StatisticRecord\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m/s\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m/s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L/T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m%2Fs:\",\r\n \"propertyNames\": [\r\n \"WellPlanningActivities[].RateOfPenetrationStatistics[].StatisticRecord\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"WellPlanningActivities\": [\r\n\t{\r\n\t\t\"ActivityID\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\r\n\t\t\"Name\": \"Construct section (17.5 in)\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"0b8d102b-5ea4-592a-9ca6-e2b5c3330759\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:3\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"cleanTimeDuration\": {\r\n\t\t\t\"uom\": \"s\",\r\n\t\t\t\"cleanTimeDuration\": 497014.595944495\r\n\t\t},\r\n\t\t\"NonProductiveTimeDuration\": 24850.7297972248,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 497014.595944495,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 24850.7297972248,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"code\": \"Construct section\",\r\n\t\t\"level\": \"L3\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"db34efd5-3547-c457-174c-2c37a6f430da\",\r\n\t\t\"Name\": \"Drill section\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:4\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 301994.884159065,\r\n\t\t\"NonProductiveTimeDuration\": 5099.7442079532,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 301994.884159065,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 5099.7442079532,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Drill section\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L4:4\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\r\n\t\t\"Name\": \"Drill run\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"db34efd5-3547-c457-174c-2c37a6f430d\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:dr_ds_cs_cw_wcic:5\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 301994.884159065,\r\n\t\t\"NonProductiveTimeDuration\": 15099.7442079532,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 301994.884159065,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 15099.7442079532,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Drill run\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L5:5\"\r\n\t},\r\n\t{\r\n\t\t\"ActivityID\": \"5ba474cf-d9c5-5b9d-35e3-9fc3ae57917b\",\r\n\t\t\"Name\": \"Safety meeting\",\r\n\t\t\"DepthRange\": {\r\n\t\t\t\"uom\": \"m\",\r\n\t\t\t\"HoleDepthStart\": 0,\r\n\t\t\t\"HoleDepthEnd\": 0,\r\n\t\t\t\"activityDepthStart\": 0,\r\n\t\t\t\"activityDepthEnd\": 0\r\n\t\t},\r\n\t\t\"parentId\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\r\n\t\t\"ActivityCodeID\": \"namespace:reference-data--ActivityCode:Safetymeeting:6\",\r\n\t\t\"PredecessorsID\": \"Example Predecessors ID\",\r\n\t\t\"ProductiveTimeDuration\": 900,\r\n\t\t\"NonProductiveTimeDuration\": 45,\r\n\t\t\"ProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 900,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"NonProductiveTimeStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 45,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"RateOfPenetrationStatistics\": [\r\n\t\t\t{\r\n\t\t\t\t\"StatisticRecord\": 12345.6,\r\n\t\t\t\t\"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Comment\": \"Safety meeting\",\r\n\t\t\"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L6:6\"\r\n\t}\r\n],\r\n \"ExtensionProperties\": {}\r\n }\r\n}\r\n" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/activityplan", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "activityplan" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "15964" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:27:59 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--ActivityPlan:activityplan2\",\n \"kind\": \"osdu:wks:master-data--WellActivityPlan:1.0.0\",\n \"version\": 1643138872876,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643138597625\",\n \"WellPlanningActivities\": [\n {\n \"ActivityID\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\n \"Name\": \"Construct section (17.5 in)\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0,\n \"HoleDepthEnd\": 0,\n \"activityDepthStart\": 0,\n \"activityDepthEnd\": 0\n },\n \"parentId\": \"0b8d102b-5ea4-592a-9ca6-e2b5c3330759\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:3\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"cleanTimeDuration\": {\n \"uom\": \"s\",\n \"cleanTimeDuration\": 497014.595944495\n },\n \"NonProductiveTimeDuration\": 24850.7297972248,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 497014.595944495,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 24850.7297972248,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"code\": \"Construct section\",\n \"level\": \"L3\"\n },\n {\n \"ActivityID\": \"db34efd5-3547-c457-174c-2c37a6f430da\",\n \"Name\": \"Drill section\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0,\n \"HoleDepthEnd\": 0,\n \"activityDepthStart\": 0,\n \"activityDepthEnd\": 0\n },\n \"parentId\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:4\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 301994.884159065,\n \"NonProductiveTimeDuration\": 5099.7442079532,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 301994.884159065,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 5099.7442079532,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Drill section\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L4:4\"\n },\n {\n \"ActivityID\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\n \"Name\": \"Drill run\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0,\n \"HoleDepthEnd\": 0,\n \"activityDepthStart\": 0,\n \"activityDepthEnd\": 0\n },\n \"parentId\": \"db34efd5-3547-c457-174c-2c37a6f430d\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:dr_ds_cs_cw_wcic:5\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 301994.884159065,\n \"NonProductiveTimeDuration\": 15099.7442079532,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 301994.884159065,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 15099.7442079532,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Drill run\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L5:5\"\n },\n {\n \"ActivityID\": \"5ba474cf-d9c5-5b9d-35e3-9fc3ae57917b\",\n \"Name\": \"Safety meeting\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0,\n \"HoleDepthEnd\": 0,\n \"activityDepthStart\": 0,\n \"activityDepthEnd\": 0\n },\n \"parentId\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:Safetymeeting:6\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 900,\n \"NonProductiveTimeDuration\": 45,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 900,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 45,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Safety meeting\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L6:6\"\n }\n ],\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\n \"WellPlanningActivities[].DepthRange.HoleDepthStart\",\n \"WellPlanningActivities[].DepthRange.HoleDepthEnd\",\n \"WellPlanningActivities[].DepthRange.ActivityDepthStart\",\n \"WellPlanningActivities[].DepthRange.ActivityDepthEnd\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"s\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:s:\",\n \"propertyNames\": [\n \"WellPlanningActivities[].ProductiveTimeStatistics[].StatisticRecord\",\n \"WellPlanningActivities[].NonProductiveTimeStatistics[].StatisticRecord\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"m/s\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m/s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L/T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m%2Fs:\",\n \"propertyNames\": [\n \"WellPlanningActivities[].RateOfPenetrationStatistics[].StatisticRecord\"\n ]\n }\n ]\n}" } ] }, { "name": "well_activity_programs_latest_get_by_well", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"wActivityProgramVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "by_well", "welldemo2" ] } }, "response": [ { "name": "well_activity_programs_latest_get_by_well", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "by_well", "welldemo2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "11465" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:51:23 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellActivityProgram:activityprogramdemo1\",\n \"kind\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\n \"version\": 1643140279020,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"RigID\": \"namespace:master-data--Rig:SomeUniqueRigID:\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Phases\": [\n {\n \"TypeID\": \"namespace:reference-data--WellActivityPhaseType:RMOVE:\",\n \"WellActivityplanID\": \"namespace:master-data--ActivityPlan:activityplan2:1643140252177\",\n \"SequenceNo\": 12345.6,\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Objective\": \"Example Objective\",\n \"BHARunIDs\": [\n \"namespace:master-data--BHARun:SomeUniqueBHARunID:\"\n ],\n \"PlannedLithologyIDs\": [\n \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\"\n ],\n \"PlannedCementJobIDs\": [\n \"namespace:master-data--PlannedCementJob:SomeUniquePlannedCementJobID:\"\n ],\n \"EvaluationPlanID\": \"namespace:master-data--EvaluationPlan:SomeUniqueEvaluationPlanID:\",\n \"KickTolerance\": 12345.6,\n \"MAASP\": 12345.6,\n \"WellboreArchitectureID\": \"namespace:master-data--WellboreArchitecture:SomeUniqueWellboreArchitectureID:\",\n \"WellBarrierElementTestID\": \"namespace:master-data--WellBarrierElementTest:SomeUniqueWellBarrierElementTestID:\"\n }\n ],\n \"TypeID\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"m3\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m3\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L3\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m3:\",\n \"propertyNames\": [\n \"Phases[].KickTolerance\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"Pa\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"Pa\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M/LT2\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:Pa:\",\n \"propertyNames\": [\n \"Phases[].MAASP\"\n ]\n }\n ]\n}" } ] }, { "name": "well_activity_programs_versions_get_by_well", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/versions/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "versions", "by_well", "welldemo2" ] } }, "response": [ { "name": "well_activity_programs_versions_get_by_well", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "url": { "raw": "https://wd-osdu-api-qa.azurewebsites.net/api/well-delivery/wellActivityPrograms/v1/versions/by_well/welldemo1", "protocol": "https", "host": [ "wd-osdu-api-qa", "azurewebsites", "net" ], "path": [ "api", "well-delivery", "wellActivityPrograms", "v1", "versions", "by_well", "welldemo1" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "104" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "Date", "value": "Tue, 16 Nov 2021 15:10:49 GMT" } ], "cookie": [], "body": "[\n 1636051748481,\n 1636383787530,\n 1636469309852,\n 1636471681343,\n 1636478730596,\n 1637075436145\n]" } ] }, { "name": "well_activity_programs_specific_version_get_by_well", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/by_well/welldemo2/{{wActivityProgramVersion}}", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "by_well", "welldemo2", "{{wActivityProgramVersion}}" ] } }, "response": [ { "name": "well_activity_programs_specific_version_get_by_well", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/by_well/welldemo2/{{wActivityProgramVersion}}", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "by_well", "welldemo2", "{{wActivityProgramVersion}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "11465" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 19:53:25 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellActivityProgram:activityprogramdemo1\",\n \"kind\": \"osdu:wks:master-data--WellActivityProgram:1.0.0\",\n \"version\": 1643140279020,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"RigID\": \"namespace:master-data--Rig:SomeUniqueRigID:\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Phases\": [\n {\n \"TypeID\": \"namespace:reference-data--WellActivityPhaseType:RMOVE:\",\n \"WellActivityplanID\": \"namespace:master-data--ActivityPlan:activityplan2:1643140252177\",\n \"SequenceNo\": 12345.6,\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"RiskIDs\": [\n \"namespace:master-data--Risk:SomeUniqueRiskID:\"\n ],\n \"Objective\": \"Example Objective\",\n \"BHARunIDs\": [\n \"namespace:master-data--BHARun:SomeUniqueBHARunID:\"\n ],\n \"PlannedLithologyIDs\": [\n \"namespace:work-product-component--PlannedLithology:PlannedLithology-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\"\n ],\n \"PlannedCementJobIDs\": [\n \"namespace:master-data--PlannedCementJob:SomeUniquePlannedCementJobID:\"\n ],\n \"EvaluationPlanID\": \"namespace:master-data--EvaluationPlan:SomeUniqueEvaluationPlanID:\",\n \"KickTolerance\": 12345.6,\n \"MAASP\": 12345.6,\n \"WellboreArchitectureID\": \"namespace:master-data--WellboreArchitecture:SomeUniqueWellboreArchitectureID:\",\n \"WellBarrierElementTestID\": \"namespace:master-data--WellBarrierElementTest:SomeUniqueWellBarrierElementTestID:\"\n }\n ],\n \"TypeID\": \"namespace:reference-data--WellActivityProgramType:Primary:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"m3\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m3\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L3\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m3:\",\n \"propertyNames\": [\n \"Phases[].KickTolerance\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"Pa\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"Pa\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M/LT2\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:Pa:\",\n \"propertyNames\": [\n \"Phases[].MAASP\"\n ]\n }\n ]\n}" } ] } ] }, { "name": "UC2", "item": [ { "name": "activity_plans_by_well", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/activityPlans/v1/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "activityPlans", "v1", "by_well", "welldemo2" ] } }, "response": [ { "name": "activity_plans_by_well", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/activityPlans/v1/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "activityPlans", "v1", "by_well", "welldemo2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "16004" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:07:43 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--ActivityPlan:activityplan2\",\n \"kind\": \"osdu:wks:master-data--WellActivityPlan:1.0.0\",\n \"version\": 1643141126375,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"WellPlanningActivities\": [\n {\n \"ActivityID\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\n \"Name\": \"Construct section (17.5 in)\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0.0,\n \"HoleDepthEnd\": 0.0,\n \"activityDepthStart\": 0.0,\n \"activityDepthEnd\": 0.0\n },\n \"parentId\": \"0b8d102b-5ea4-592a-9ca6-e2b5c3330759\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:3\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"cleanTimeDuration\": {\n \"uom\": \"s\",\n \"cleanTimeDuration\": 497014.595944495\n },\n \"NonProductiveTimeDuration\": 24850.7297972248,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 497014.595944495,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 24850.7297972248,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"code\": \"Construct section\",\n \"level\": \"L3\"\n },\n {\n \"ActivityID\": \"db34efd5-3547-c457-174c-2c37a6f430da\",\n \"Name\": \"Drill section\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0.0,\n \"HoleDepthEnd\": 0.0,\n \"activityDepthStart\": 0.0,\n \"activityDepthEnd\": 0.0\n },\n \"parentId\": \"4072acd1-0ad8-c39b-0073-f834cbcce0b1\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:ds_cs_cw_wcic:4\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 301994.884159065,\n \"NonProductiveTimeDuration\": 5099.7442079532,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 301994.884159065,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 5099.7442079532,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Drill section\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L4:4\"\n },\n {\n \"ActivityID\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\n \"Name\": \"Drill run\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0.0,\n \"HoleDepthEnd\": 0.0,\n \"activityDepthStart\": 0.0,\n \"activityDepthEnd\": 0.0\n },\n \"parentId\": \"db34efd5-3547-c457-174c-2c37a6f430d\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:dr_ds_cs_cw_wcic:5\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 301994.884159065,\n \"NonProductiveTimeDuration\": 15099.7442079532,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 301994.884159065,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 15099.7442079532,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Drill run\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L5:5\"\n },\n {\n \"ActivityID\": \"5ba474cf-d9c5-5b9d-35e3-9fc3ae57917b\",\n \"Name\": \"Safety meeting\",\n \"DepthRange\": {\n \"uom\": \"m\",\n \"HoleDepthStart\": 0.0,\n \"HoleDepthEnd\": 0.0,\n \"activityDepthStart\": 0.0,\n \"activityDepthEnd\": 0.0\n },\n \"parentId\": \"a393a3c1-6e7b-65e1-84f4-82a748b22258\",\n \"ActivityCodeID\": \"namespace:reference-data--ActivityCode:Safetymeeting:6\",\n \"PredecessorsID\": \"Example Predecessors ID\",\n \"ProductiveTimeDuration\": 900.0,\n \"NonProductiveTimeDuration\": 45.0,\n \"ProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 900.0,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"NonProductiveTimeStatistics\": [\n {\n \"StatisticRecord\": 45.0,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"RateOfPenetrationStatistics\": [\n {\n \"StatisticRecord\": 12345.6,\n \"ProbabilityTypeID\": \"namespace:reference-data--PPFGCurveProbability:Most%20Likely:\"\n }\n ],\n \"Comment\": \"Safety meeting\",\n \"ActivityLevel\": \"namespace:reference-data--ActivityLevel:L6:6\"\n }\n ],\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\n \"WellPlanningActivities[].DepthRange.HoleDepthStart\",\n \"WellPlanningActivities[].DepthRange.HoleDepthEnd\",\n \"WellPlanningActivities[].DepthRange.ActivityDepthStart\",\n \"WellPlanningActivities[].DepthRange.ActivityDepthEnd\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"s\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:s:\",\n \"propertyNames\": [\n \"WellPlanningActivities[].ProductiveTimeStatistics[].StatisticRecord\",\n \"WellPlanningActivities[].NonProductiveTimeStatistics[].StatisticRecord\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"m/s\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m/s\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L/T\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m%2Fs:\",\n \"propertyNames\": [\n \"WellPlanningActivities[].RateOfPenetrationStatistics[].StatisticRecord\"\n ]\n }\n ]\n}" } ] } ] }, { "name": "UC3", "item": [ { "name": "entity_create tubularassembly", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"tubularVersion\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:work-product-component--TubularAssembly:tubulardemo2\",\r\n \"kind\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\",\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"SuspensionPointMD\",\r\n \"TubularAssemblyNominalSize\",\r\n \"TubularAssemblyTotalLength\",\r\n \"DriftDiameter\",\r\n \"MinimumInnerDiameter\",\r\n \"PilotHoleSize\",\r\n \"SeaFloorPenetrationLength\",\r\n \"AssemblyTopMD\",\r\n \"AssemblyBaseMD\",\r\n \"AssemblyTopReportedTVD\",\r\n \"AssemblyBaseReportedTVD\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"Datasets\": [\r\n \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n ],\r\n \"Artefacts\": [\r\n {\r\n \"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\r\n \"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\r\n \"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n }\r\n ],\r\n \"IsExtendedLoad\": true,\r\n \"IsDiscoverable\": true,\r\n \"Name\": \"Example Name\",\r\n \"Description\": \"Example Description\",\r\n \"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"Tags\": [\r\n \"Example Tags\"\r\n ],\r\n \"SpatialPoint\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"SpatialArea\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SubmitterName\": \"Example SubmitterName\",\r\n \"BusinessActivities\": [\r\n \"Example Business Activity\"\r\n ],\r\n \"AuthorIDs\": [\r\n \"Example Author ID\"\r\n ],\r\n \"LineageAssertions\": [\r\n {\r\n \"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\r\n \"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\r\n }\r\n ],\r\n \"ParentWellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"ParentAssemblyID\": \"namespace:work-product-component--TubularAssembly:TubularAssembly-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"TubularAssemblyStatus\": {\r\n \"StatusTypeID\": \"namespace:reference-data--TubularAssemblyStatusType:CapillaryString:\",\r\n \"Description\": \"Example Description\",\r\n \"Date\": \"2020-02-13T09:13:15.55Z\"\r\n },\r\n \"SuspensionPointMD\": 12345.6,\r\n \"TubularAssemblyNumber\": 2,\r\n \"TubularAssemblyTypeID\": \"namespace:reference-data--TubularAssemblyType:CapillaryString:\",\r\n \"StringClassID\": \"namespace:reference-data--StringClass:Drilling:\",\r\n \"ActivityTypeID\": \"namespace:reference-data--ActivityType:RunTubular:\",\r\n \"ActivityTypeReasonDescription\": \"Example ActivityTypeReasonDescription\",\r\n \"ArtificialLiftTypeID\": \"namespace:reference-data--ArtificialLiftType:NoArtificialLift:\",\r\n \"LinerTypeID\": \"namespace:reference-data--LinerType:Slotted:\",\r\n \"MixedStringIndicator\": \"YES\",\r\n \"ActiveIndicator\": true,\r\n \"TubularDirection\": \"TOPDOWN\",\r\n \"TubularAssemblyNominalSize\": 0.2032,\r\n \"TubularAssemblyTotalLength\": 0.438912,\r\n \"DriftDiameter\": 12345.6,\r\n \"MinimumInnerDiameter\": 0.08255,\r\n \"PilotHoleSize\": 12345.6,\r\n \"SeaFloorPenetrationLength\": 12345.6,\r\n \"AssemblyTopMD\": 12345.6,\r\n \"AssemblyBaseMD\": 12345.6,\r\n \"AssemblyTopReportedTVD\": 12345.6,\r\n \"AssemblyBaseReportedTVD\": 12345.6,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/tubularassembly", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "tubularassembly" ] } }, "response": [ { "name": "entity_create tubularassembly", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:work-product-component--TubularAssembly:tubulardemo2\",\r\n \"kind\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\",\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"SuspensionPointMD\",\r\n \"TubularAssemblyNominalSize\",\r\n \"TubularAssemblyTotalLength\",\r\n \"DriftDiameter\",\r\n \"MinimumInnerDiameter\",\r\n \"PilotHoleSize\",\r\n \"SeaFloorPenetrationLength\",\r\n \"AssemblyTopMD\",\r\n \"AssemblyBaseMD\",\r\n \"AssemblyTopReportedTVD\",\r\n \"AssemblyBaseReportedTVD\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"Datasets\": [\r\n \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n ],\r\n \"Artefacts\": [\r\n {\r\n \"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\r\n \"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\r\n \"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n }\r\n ],\r\n \"IsExtendedLoad\": true,\r\n \"IsDiscoverable\": true,\r\n \"Name\": \"Example Name\",\r\n \"Description\": \"Example Description\",\r\n \"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"Tags\": [\r\n \"Example Tags\"\r\n ],\r\n \"SpatialPoint\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"SpatialArea\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SubmitterName\": \"Example SubmitterName\",\r\n \"BusinessActivities\": [\r\n \"Example Business Activity\"\r\n ],\r\n \"AuthorIDs\": [\r\n \"Example Author ID\"\r\n ],\r\n \"LineageAssertions\": [\r\n {\r\n \"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\r\n \"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\r\n }\r\n ],\r\n \"ParentWellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"ParentAssemblyID\": \"namespace:work-product-component--TubularAssembly:TubularAssembly-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n \"TubularAssemblyStatus\": {\r\n \"StatusTypeID\": \"namespace:reference-data--TubularAssemblyStatusType:CapillaryString:\",\r\n \"Description\": \"Example Description\",\r\n \"Date\": \"2020-02-13T09:13:15.55Z\"\r\n },\r\n \"SuspensionPointMD\": 12345.6,\r\n \"TubularAssemblyNumber\": 2,\r\n \"TubularAssemblyTypeID\": \"namespace:reference-data--TubularAssemblyType:CapillaryString:\",\r\n \"StringClassID\": \"namespace:reference-data--StringClass:Drilling:\",\r\n \"ActivityTypeID\": \"namespace:reference-data--ActivityType:RunTubular:\",\r\n \"ActivityTypeReasonDescription\": \"Example ActivityTypeReasonDescription\",\r\n \"ArtificialLiftTypeID\": \"namespace:reference-data--ArtificialLiftType:NoArtificialLift:\",\r\n \"LinerTypeID\": \"namespace:reference-data--LinerType:Slotted:\",\r\n \"MixedStringIndicator\": \"YES\",\r\n \"ActiveIndicator\": true,\r\n \"TubularDirection\": \"TOPDOWN\",\r\n \"TubularAssemblyNominalSize\": 0.2032,\r\n \"TubularAssemblyTotalLength\": 0.438912,\r\n \"DriftDiameter\": 12345.6,\r\n \"MinimumInnerDiameter\": 0.08255,\r\n \"PilotHoleSize\": 12345.6,\r\n \"SeaFloorPenetrationLength\": 12345.6,\r\n \"AssemblyTopMD\": 12345.6,\r\n \"AssemblyBaseMD\": 12345.6,\r\n \"AssemblyTopReportedTVD\": 12345.6,\r\n \"AssemblyBaseReportedTVD\": 12345.6,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/tubularassembly", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "tubularassembly" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "14541" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:13:46 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:work-product-component--TubularAssembly:tubulardemo2\",\n \"kind\": \"osdu:wks:work-product-component--TubularAssembly:1.0.0\",\n \"version\": 1643141624944,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"Datasets\": [\n \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n ],\n \"Artefacts\": [\n {\n \"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\n \"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\n \"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n }\n ],\n \"IsExtendedLoad\": true,\n \"IsDiscoverable\": true,\n \"Name\": \"Example Name\",\n \"Description\": \"Example Description\",\n \"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"Tags\": [\n \"Example Tags\"\n ],\n \"SpatialPoint\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"SpatialArea\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SubmitterName\": \"Example SubmitterName\",\n \"BusinessActivities\": [\n \"Example Business Activity\"\n ],\n \"AuthorIDs\": [\n \"Example Author ID\"\n ],\n \"LineageAssertions\": [\n {\n \"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\n \"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\n }\n ],\n \"ParentWellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"ParentAssemblyID\": \"namespace:work-product-component--TubularAssembly:TubularAssembly-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"TubularAssemblyStatus\": {\n \"StatusTypeID\": \"namespace:reference-data--TubularAssemblyStatusType:CapillaryString:\",\n \"Description\": \"Example Description\",\n \"Date\": \"2020-02-13T09:13:15.55Z\"\n },\n \"SuspensionPointMD\": 12345.6,\n \"TubularAssemblyNumber\": 2,\n \"TubularAssemblyTypeID\": \"namespace:reference-data--TubularAssemblyType:CapillaryString:\",\n \"StringClassID\": \"namespace:reference-data--StringClass:Drilling:\",\n \"ActivityTypeID\": \"namespace:reference-data--ActivityType:RunTubular:\",\n \"ActivityTypeReasonDescription\": \"Example ActivityTypeReasonDescription\",\n \"ArtificialLiftTypeID\": \"namespace:reference-data--ArtificialLiftType:NoArtificialLift:\",\n \"LinerTypeID\": \"namespace:reference-data--LinerType:Slotted:\",\n \"MixedStringIndicator\": \"YES\",\n \"ActiveIndicator\": true,\n \"TubularDirection\": \"TOPDOWN\",\n \"TubularAssemblyNominalSize\": 0.2032,\n \"TubularAssemblyTotalLength\": 0.438912,\n \"DriftDiameter\": 12345.6,\n \"MinimumInnerDiameter\": 0.08255,\n \"PilotHoleSize\": 12345.6,\n \"SeaFloorPenetrationLength\": 12345.6,\n \"AssemblyTopMD\": 12345.6,\n \"AssemblyBaseMD\": 12345.6,\n \"AssemblyTopReportedTVD\": 12345.6,\n \"AssemblyBaseReportedTVD\": 12345.6,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"SuspensionPointMD\",\n \"TubularAssemblyNominalSize\",\n \"TubularAssemblyTotalLength\",\n \"DriftDiameter\",\n \"MinimumInnerDiameter\",\n \"PilotHoleSize\",\n \"SeaFloorPenetrationLength\",\n \"AssemblyTopMD\",\n \"AssemblyBaseMD\",\n \"AssemblyTopReportedTVD\",\n \"AssemblyBaseReportedTVD\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create holesection3", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"hole3Version\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo3\",\r\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"Name\": \"0.343 m\",\r\n \"Size\": 0.3429,\r\n \"Comment\": \" \",\r\n \"MeasuredDepthTop\": 0.0,\r\n \"MeasuredDepthBase\": 495.30000000000007,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/holesection", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "holesection" ] } }, "response": [ { "name": "entity_create holesection3", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo3\",\r\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"Name\": \"0.343 m\",\r\n \"Size\": 0.3429,\r\n \"Comment\": \" \",\r\n \"MeasuredDepthTop\": 0.0,\r\n \"MeasuredDepthBase\": 495.30000000000007,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/holesection", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "holesection" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "7489" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:59:54 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--HoleSection:holesectiondemo3\",\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\n \"version\": 1643144393140,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"Name\": \"0.343 m\",\n \"Size\": 0.3429,\n \"Comment\": \" \",\n \"MeasuredDepthTop\": 0.0,\n \"MeasuredDepthBase\": 495.30000000000007,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"Size\",\n \"MeasuredDepthTop\",\n \"MeasuredDepthBase\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create holesection4", "event": [ { "listen": "test", "script": { "exec": [ "pm.collectionVariables.set(\"hole4Version\", pm.response.json().version);" ], "type": "text/javascript" } } ], "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo4\",\r\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"Name\": \"0.216 m\",\r\n \"Size\": 0.21589999999999998,\r\n \"Comment\": \" \",\r\n \"MeasuredDepthTop\": 495.30000000000007,\r\n \"MeasuredDepthBase\": 5371.33670516369,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/holesection", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "holesection" ] } }, "response": [ { "name": "entity_create holesection4", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo4\",\r\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\r\n\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"Size\",\r\n \"MeasuredDepthTop\",\r\n \"MeasuredDepthBase\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1638305547007\",\r\n \"Name\": \"0.216 m\",\r\n \"Size\": 0.21589999999999998,\r\n \"Comment\": \" \",\r\n \"MeasuredDepthTop\": 495.30000000000007,\r\n \"MeasuredDepthBase\": 5371.33670516369,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/holesection", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "holesection" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "7515" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 21:00:48 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--HoleSection:holesectiondemo4\",\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\n \"version\": 1643144448200,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1638305547007\",\n \"Name\": \"0.216 m\",\n \"Size\": 0.21589999999999998,\n \"Comment\": \" \",\n \"MeasuredDepthTop\": 495.30000000000007,\n \"MeasuredDepthBase\": 5371.33670516369,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"Size\",\n \"MeasuredDepthTop\",\n \"MeasuredDepthBase\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create BHARun", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer " }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--BHARun:bharundemo3\",\r\n \"kind\": \"osdu:wks:master-data--BHARun:1.0.0\",\r\n \r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\r\n \"RunParameterPlans[].RunStartHoleMeasuredDepth\",\r\n \"RunParameterPlans[].RunEndHoleMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MaximumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MinimumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MaximumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MinimumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.RecommendedRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMaximumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMinimumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleRecommendedRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MaximumROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MinimumROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.RecommendedROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MaximumWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MinimumWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.RecommendedWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MaximumFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MinimumFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.RecommendedFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"MeasuredDepthRunStart\",\r\n \"MeasuredDepthRunStop\",\r\n \"HoleDiameter\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"rad/m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"rad/m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"A/L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:rad%2Fm:\",\r\n \"propertyNames\": [\r\n \"Dogleg\",\r\n \"MaximumDogleg\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"kg\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"kg\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:kg:\",\r\n \"propertyNames\": [\r\n \"WtAboveJar\",\r\n \"WtBelowJar\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\", \r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"HoleSectionID\":\"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo3:{{hole3Version}}\",\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"Name\": \"Example Name\",\r\n \"TubularID\": \"{{dataPartitionID}}:work-product-component--TubularAssembly:tubulardemo2:{{tubularVersion}}\",\r\n \"ActivityStartDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ActivityStopDateTime\": \"2020-02-14T09:13:15.55Z\",\r\n \"DrillingStartDateTime\": \"2020-02-14T09:13:15.55Z\",\r\n \"DrillingStopDateTime\": \"2020-02-19T09:13:15.55Z\",\r\n \"Dogleg\": 12345.6,\r\n \"MaximumDogleg\": 12345.6,\r\n \"StatusBhaID\": \"namespace:reference-data--BhaStatus:Final:\",\r\n \"BitRunNumber\": \"1\",\r\n \"StringRunNumber\": 12345.6,\r\n \"TripReasonID\": \"namespace:reference-data--ReasonTripType:BHA:\",\r\n \"ObjectiveBha\": \"Example Objective Bha\",\r\n \"RunParameterPlans\": [\r\n {\r\n \"RunStartHoleMeasuredDepth\": 2010.0,\r\n \"RunEndHoleMeasuredDepth\": 2499,\r\n \"OperationParameterPlan\": {\r\n \"RealizationStrategy\": \"linearInterpolation\",\r\n \"TorqueOnBottomGroup\": {\r\n \"MaximumTorqueOnBottom\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumTorqueOnBottom\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"RPMGroup\": {\r\n \"MaximumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleMaximumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleMinimumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleRecommendedRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"ROPGroup\": {\r\n \"MaximumROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"WOBGroup\": {\r\n \"MaximumWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"FlowratePumpGroup\": {\r\n \"MaximumFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"RunComment\": \"Example Run Comment\",\r\n \"MeasuredDepthRunStart\": 12345.6,\r\n \"MeasuredDepthRunStop\": 12345.6,\r\n \"HoleDiameter\": 12345.6,\r\n \"WtAboveJar\": 12345.6,\r\n \"WtBelowJar\": 12345.6,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/bharun", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "bharun" ] } }, "response": [ { "name": "entity_create BHARun", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer " }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--BHARun:bharundemo3\",\r\n \"kind\": \"osdu:wks:master-data--BHARun:1.0.0\",\r\n \r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ],\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\r\n \"RunParameterPlans[].RunStartHoleMeasuredDepth\",\r\n \"RunParameterPlans[].RunEndHoleMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MaximumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MinimumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MaximumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MinimumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.RecommendedRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMaximumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMinimumRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleRecommendedRPM.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MaximumROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MinimumROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.RecommendedROP.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MaximumWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MinimumWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.RecommendedWOB.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MaximumFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MinimumFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.RecommendedFlowratePump.Point[].ObservationMeasuredDepth\",\r\n \"MeasuredDepthRunStart\",\r\n \"MeasuredDepthRunStop\",\r\n \"HoleDiameter\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"rad/m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"rad/m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"A/L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:rad%2Fm:\",\r\n \"propertyNames\": [\r\n \"Dogleg\",\r\n \"MaximumDogleg\"\r\n ]\r\n },\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"kg\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"kg\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:kg:\",\r\n \"propertyNames\": [\r\n \"WtAboveJar\",\r\n \"WtBelowJar\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\", \r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"ProjectID\": \"Example External Project Identifier\",\r\n \"ProjectName\": \"Example ProjectName\",\r\n \"Purpose\": \"Example Purpose\",\r\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAuthorizations\": [\r\n {\r\n \"AuthorizationID\": \"Example AuthorizationID\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"FundsAmount\": 12345.6,\r\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\r\n }\r\n ],\r\n \"ContractIDs\": [\r\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\r\n ],\r\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"Contractors\": [\r\n {\r\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ContractorCrew\": \"Example ContractorCrew\",\r\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\r\n }\r\n ],\r\n \"Personnel\": [\r\n {\r\n \"PersonName\": \"Example PersonName\",\r\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\r\n }\r\n ],\r\n \"ProjectSpecifications\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationQuantity\": 12345.6,\r\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectSpecificationIndicator\": true,\r\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\r\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\r\n }\r\n ],\r\n \"ProjectStates\": [\r\n {\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\r\n }\r\n ],\r\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"Name\": \"Example Name\",\r\n \"TubularID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:{{tubularVersion}}\",\r\n \"ActivityStartDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"ActivityStopDateTime\": \"2020-02-14T09:13:15.55Z\",\r\n \"DrillingStartDateTime\": \"2020-02-14T09:13:15.55Z\",\r\n \"DrillingStopDateTime\": \"2020-02-19T09:13:15.55Z\",\r\n \"Dogleg\": 12345.6,\r\n \"MaximumDogleg\": 12345.6,\r\n \"StatusBhaID\": \"namespace:reference-data--BhaStatus:Final:\",\r\n \"BitRunNumber\": \"1\",\r\n \"StringRunNumber\": 12345.6,\r\n \"TripReasonID\": \"namespace:reference-data--ReasonTripType:BHA:\",\r\n \"ObjectiveBha\": \"Example Objective Bha\",\r\n \"RunParameterPlans\": [\r\n {\r\n \"RunStartHoleMeasuredDepth\": 2010.0,\r\n \"RunEndHoleMeasuredDepth\": 2499,\r\n \"OperationParameterPlan\": {\r\n \"RealizationStrategy\": \"linearInterpolation\",\r\n \"TorqueOnBottomGroup\": {\r\n \"MaximumTorqueOnBottom\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumTorqueOnBottom\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"RPMGroup\": {\r\n \"MaximumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleMaximumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleMinimumRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"DownHoleRecommendedRPM\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"ROPGroup\": {\r\n \"MaximumROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedROP\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"WOBGroup\": {\r\n \"MaximumWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedWOB\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"FlowratePumpGroup\": {\r\n \"MaximumFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"MinimumFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"RecommendedFlowratePump\": {\r\n \"Point\": [\r\n {\r\n \"ObservationMeasuredDepth\": 12345.6,\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"PointsSources\": [\r\n {\r\n \"Name\": \"Example Name\",\r\n \"Value\": 12345.6,\r\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"Description\": \"Example Description\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"RunComment\": \"Example Run Comment\",\r\n \"MeasuredDepthRunStart\": 12345.6,\r\n \"MeasuredDepthRunStop\": 12345.6,\r\n \"HoleDiameter\": 12345.6,\r\n \"WtAboveJar\": 12345.6,\r\n \"WtBelowJar\": 12345.6,\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/bharun", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "bharun" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "24146" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:26:11 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--BHARun:bharundemo3\",\n \"kind\": \"osdu:wks:master-data--BHARun:1.0.0\",\n \"version\": 1643142368675,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"Name\": \"Example Name\",\n \"TubularID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:1643141895336\",\n \"ActivityStartDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ActivityStopDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStartDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStopDateTime\": \"2020-02-19T09:13:15.55Z\",\n \"Dogleg\": 12345.6,\n \"MaximumDogleg\": 12345.6,\n \"StatusBhaID\": \"namespace:reference-data--BhaStatus:Final:\",\n \"BitRunNumber\": \"1\",\n \"StringRunNumber\": 12345.6,\n \"TripReasonID\": \"namespace:reference-data--ReasonTripType:BHA:\",\n \"ObjectiveBha\": \"Example Objective Bha\",\n \"RunParameterPlans\": [\n {\n \"RunStartHoleMeasuredDepth\": 2010.0,\n \"RunEndHoleMeasuredDepth\": 2499,\n \"OperationParameterPlan\": {\n \"RealizationStrategy\": \"linearInterpolation\",\n \"TorqueOnBottomGroup\": {\n \"MaximumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"RPMGroup\": {\n \"MaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleRecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"ROPGroup\": {\n \"MaximumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"WOBGroup\": {\n \"MaximumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"FlowratePumpGroup\": {\n \"MaximumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n }\n }\n }\n ],\n \"RunComment\": \"Example Run Comment\",\n \"MeasuredDepthRunStart\": 12345.6,\n \"MeasuredDepthRunStop\": 12345.6,\n \"HoleDiameter\": 12345.6,\n \"WtAboveJar\": 12345.6,\n \"WtBelowJar\": 12345.6,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\n \"RunParameterPlans[].RunStartHoleMeasuredDepth\",\n \"RunParameterPlans[].RunEndHoleMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MaximumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MinimumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.RecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleRecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MaximumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MinimumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.RecommendedROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MaximumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MinimumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.RecommendedWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MaximumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MinimumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.RecommendedFlowratePump.Point[].ObservationMeasuredDepth\",\n \"MeasuredDepthRunStart\",\n \"MeasuredDepthRunStop\",\n \"HoleDiameter\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"rad/m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"rad/m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"A/L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:rad%2Fm:\",\n \"propertyNames\": [\n \"Dogleg\",\n \"MaximumDogleg\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"kg\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"kg\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:kg:\",\n \"propertyNames\": [\n \"WtAboveJar\",\n \"WtBelowJar\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create wellborearchitecture", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n \"id\": \"{{dataPartitionID}}:master-data--WellboreArchitecture:ce60cf36-6401-5758-8833-fb2eefc2ffa7\",\r\n \"kind\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\",\r\n \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"NameOfKey\": \"String value\"\r\n },\r\n \"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n \"createUser\": \"some-user@some-company-cloud.com\",\r\n \"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n \"modifyUser\": \"some-user@some-company-cloud.com\",\r\n \"ancestry\": {\r\n \"parents\": []\r\n },\r\n \"meta\": [\r\n {\r\n \"kind\": \"Unit\",\r\n \"name\": \"m\",\r\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n \"propertyNames\": [\r\n \"InstalledTubulars[].MeasuredDepthTop\",\r\n \"InstalledTubulars[].MeasuredDepthBase\",\r\n \"InstalledTubulars[].MeasuredDepthErrorTop\",\r\n \"InstalledTubulars[].MeasuredDepthErrorBase\"\r\n ]\r\n }\r\n ],\r\n \"data\": {\r\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n \"ResourceHostRegionIDs\": [\r\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n ],\r\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n \"Source\": \"Example Data Source\",\r\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n \"NameAliases\": [\r\n {\r\n \"AliasName\": \"Example AliasName\",\r\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n }\r\n ],\r\n \"GeoContexts\": [\r\n {\r\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n }\r\n ],\r\n \"SpatialLocation\": {\r\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n \"CoordinateQualityCheckRemarks\": [\r\n \"Example CoordinateQualityCheckRemarks\"\r\n ],\r\n \"AsIngestedCoordinates\": {\r\n \"type\": \"AnyCrsFeatureCollection\",\r\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n \"features\": [\r\n {\r\n \"type\": \"AnyCrsFeature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"AnyCrsPoint\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"Wgs84Coordinates\": {\r\n \"type\": \"FeatureCollection\",\r\n \"features\": [\r\n {\r\n \"type\": \"Feature\",\r\n \"properties\": {},\r\n \"geometry\": {\r\n \"type\": \"Point\",\r\n \"coordinates\": [\r\n 12345.6,\r\n 12345.6\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n }\r\n ],\r\n \"bbox\": [\r\n 12345.6,\r\n 12345.6,\r\n 12345.6,\r\n 12345.6\r\n ]\r\n },\r\n \"AppliedOperations\": [\r\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n ],\r\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n },\r\n \"VersionCreationReason\": \"Example VersionCreationReason\",\r\n \"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n \"HoleSectionIDs\": [\r\n \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo3:{{hole3Version}}\",\r\n \"{{dataPartitionID}}:master-data--HoleSection:holesectiondemo4:{{hole4Version}}\"\r\n ],\r\n \"InstalledTubulars\": [\r\n {\r\n \"MeasuredDepthTop\": 12345.6,\r\n \"MeasuredDepthBase\": 12345.6,\r\n \"MeasuredDepthErrorTop\": 12345.6,\r\n \"MeasuredDepthErrorBase\": 12345.6,\r\n \"TubularAssemblyID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:{{tubularVersion}}\"\r\n }\r\n ],\r\n \"Name\": \"Example Name\",\r\n \"ExtensionProperties\": {}\r\n }\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellborearchitecture", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellborearchitecture" ] } }, "response": [ { "name": "entity_create wellborearchitecture", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"id\": \"{{dataPartitionID}}:master-data--WellboreArchitecture:ce60cf36-6401-5758-8833-fb2eefc2ffa7\",\r\n\t\"kind\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\",\r\n\t \"legal\": {\r\n \"legaltags\": [\r\n \"{{legalTags}}\"\r\n ],\r\n \"otherRelevantDataCountries\": [\r\n \"US\"\r\n ]\r\n },\r\n \"acl\": {\r\n \"viewers\": [\r\n \"{{aclViewers}}\"\r\n ],\r\n \"owners\": [\r\n \"{{aclOwners}}\"\r\n ]\r\n },\r\n\t\"tags\": {\r\n\t\t\"NameOfKey\": \"String value\"\r\n\t},\r\n\t\"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n\t\"createUser\": \"some-user@some-company-cloud.com\",\r\n\t\"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n\t\"modifyUser\": \"some-user@some-company-cloud.com\",\r\n\t\"ancestry\": {\r\n\t\t\"parents\": []\r\n\t},\r\n\t\"meta\": [\r\n\t\t{\r\n\t\t\t\"kind\": \"Unit\",\r\n\t\t\t\"name\": \"m\",\r\n\t\t\t\"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n\t\t\t\"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n\t\t\t\"propertyNames\": [\r\n\t\t\t\t\"InstalledTubulars[].MeasuredDepthTop\",\r\n\t\t\t\t\"InstalledTubulars[].MeasuredDepthBase\",\r\n\t\t\t\t\"InstalledTubulars[].MeasuredDepthErrorTop\",\r\n\t\t\t\t\"InstalledTubulars[].MeasuredDepthErrorBase\"\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t\"data\": {\r\n\t\t\"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n\t\t\"ResourceHostRegionIDs\": [\r\n\t\t\t\"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n\t\t],\r\n\t\t\"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n\t\t\"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n\t\t\"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n\t\t\"Source\": \"Example Data Source\",\r\n\t\t\"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n\t\t\"NameAliases\": [\r\n\t\t\t{\r\n\t\t\t\t\"AliasName\": \"Example AliasName\",\r\n\t\t\t\t\"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\r\n\t\t\t\t\"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n\t\t\t\t\"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\t\"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"GeoContexts\": [\r\n\t\t\t{\r\n\t\t\t\t\"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n\t\t\t\t\"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"SpatialLocation\": {\r\n\t\t\t\"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n\t\t\t\"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n\t\t\t\"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n\t\t\t\"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"CoordinateQualityCheckRemarks\": [\r\n\t\t\t\t\"Example CoordinateQualityCheckRemarks\"\r\n\t\t\t],\r\n\t\t\t\"AsIngestedCoordinates\": {\r\n\t\t\t\t\"type\": \"AnyCrsFeatureCollection\",\r\n\t\t\t\t\"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n\t\t\t\t\"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n\t\t\t\t\"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n\t\t\t\t\"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n\t\t\t\t\"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"AnyCrsFeature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"AnyCrsPoint\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"Wgs84Coordinates\": {\r\n\t\t\t\t\"type\": \"FeatureCollection\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"Feature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"Point\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"AppliedOperations\": [\r\n\t\t\t\t\"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n\t\t\t\t\"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n\t\t\t],\r\n\t\t\t\"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n\t\t\t\"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n\t\t},\r\n\t\t\"VersionCreationReason\": \"Example VersionCreationReason\",\r\n\t\t\"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n\t\t\"HoleSectionIDs\": [\r\n\t\t\t\"namespace:master-data--HoleSection:holesectiondemo3:{{hole3Version}}\",\r\n\t\t\t\"namespace:master-data--HoleSection:holesectiondemo4:{{hole4Version}}\"\r\n\t\t],\r\n\t\t\"InstalledTubulars\": [\r\n\t\t\t{\r\n\t\t\t\t\"MeasuredDepthTop\": 12345.6,\r\n\t\t\t\t\"MeasuredDepthBase\": 12345.6,\r\n\t\t\t\t\"MeasuredDepthErrorTop\": 12345.6,\r\n\t\t\t\t\"MeasuredDepthErrorBase\": 12345.6,\r\n\t\t\t\t\"TubularAssemblyID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:{{tubularVersion}}\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"Name\": \"Example Name\",\r\n\t\t\"ExtensionProperties\": {}\r\n\t}\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellborearchitecture", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellborearchitecture" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "8047" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 21:01:09 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--WellboreArchitecture:ce60cf36-6401-5758-8833-fb2eefc2ffa7\",\n \"kind\": \"osdu:wks:master-data--WellboreArchitecture:1.0.0\",\n \"version\": 1643144469577,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"HoleSectionIDs\": [\n \"namespace:master-data--HoleSection:holesectiondemo3:1643144393140\",\n \"namespace:master-data--HoleSection:holesectiondemo4:1643144448200\"\n ],\n \"InstalledTubulars\": [\n {\n \"MeasuredDepthTop\": 12345.6,\n \"MeasuredDepthBase\": 12345.6,\n \"MeasuredDepthErrorTop\": 12345.6,\n \"MeasuredDepthErrorBase\": 12345.6,\n \"TubularAssemblyID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:1643141895336\"\n }\n ],\n \"Name\": \"Example Name\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"InstalledTubulars[].MeasuredDepthTop\",\n \"InstalledTubulars[].MeasuredDepthBase\",\n \"InstalledTubulars[].MeasuredDepthErrorTop\",\n \"InstalledTubulars[].MeasuredDepthErrorBase\"\n ]\n }\n ]\n}" } ] }, { "name": "entity_create wellboretrajectory", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"id\": \"{{dataPartitionID}}:work-product-component--WellboreTrajectory:traj02\",\r\n\t\"kind\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n\t\"tags\": {\r\n\t\t\"NameOfKey\": \"String value\"\r\n\t},\r\n\t\"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n\t\"createUser\": \"some-user@some-company-cloud.com\",\r\n\t\"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n\t\"modifyUser\": \"some-user@some-company-cloud.com\",\r\n\t\"ancestry\": {\r\n\t\t\"parents\": []\r\n\t},\r\n\t\"meta\": [\r\n\t\t{\r\n\t\t\t\"kind\": \"Unit\",\r\n\t\t\t\"name\": \"m\",\r\n\t\t\t\"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n\t\t\t\"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n\t\t\t\"propertyNames\": [\r\n\t\t\t\t\"TopDepthMeasuredDepth\",\r\n\t\t\t\t\"ExtrapolatedMeasuredDepth\",\r\n\t\t\t\t\"BaseDepthMeasuredDepth\",\r\n\t\t\t\t\"TieMeasuredDepth\",\r\n\t\t\t\t\"VerticalMeasurement.VerticalMeasurement\"\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t\"data\": {\r\n\t\t\"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n\t\t\"ResourceHostRegionIDs\": [\r\n\t\t\t\"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n\t\t],\r\n\t\t\"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n\t\t\"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n\t\t\"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n\t\t\"Source\": \"Example Data Source\",\r\n\t\t\"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n\t\t\"Datasets\": [\r\n\t\t\t\"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n\t\t],\r\n\t\t\"Artefacts\": [\r\n\t\t\t{\r\n\t\t\t\t\"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\r\n\t\t\t\t\"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\r\n\t\t\t\t\"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"IsExtendedLoad\": true,\r\n\t\t\"IsDiscoverable\": true,\r\n\t\t\"Name\": \"Example Name\",\r\n\t\t\"Description\": \"Example Description\",\r\n\t\t\"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\"Tags\": [\r\n\t\t\t\"Example Tags\"\r\n\t\t],\r\n\t\t\"SpatialPoint\": {\r\n\t\t\t\"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n\t\t\t\"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n\t\t\t\"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n\t\t\t\"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"CoordinateQualityCheckRemarks\": [\r\n\t\t\t\t\"Example CoordinateQualityCheckRemarks\"\r\n\t\t\t],\r\n\t\t\t\"AsIngestedCoordinates\": {\r\n\t\t\t\t\"type\": \"AnyCrsFeatureCollection\",\r\n\t\t\t\t\"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n\t\t\t\t\"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n\t\t\t\t\"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n\t\t\t\t\"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n\t\t\t\t\"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"AnyCrsFeature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"AnyCrsPoint\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"Wgs84Coordinates\": {\r\n\t\t\t\t\"type\": \"FeatureCollection\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"Feature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"Point\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"AppliedOperations\": [\r\n\t\t\t\t\"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n\t\t\t\t\"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n\t\t\t],\r\n\t\t\t\"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n\t\t\t\"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n\t\t},\r\n\t\t\"SpatialArea\": {\r\n\t\t\t\"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n\t\t\t\"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n\t\t\t\"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n\t\t\t\"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"CoordinateQualityCheckRemarks\": [\r\n\t\t\t\t\"Example CoordinateQualityCheckRemarks\"\r\n\t\t\t],\r\n\t\t\t\"AsIngestedCoordinates\": {\r\n\t\t\t\t\"type\": \"AnyCrsFeatureCollection\",\r\n\t\t\t\t\"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n\t\t\t\t\"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n\t\t\t\t\"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n\t\t\t\t\"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n\t\t\t\t\"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"AnyCrsFeature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"AnyCrsPoint\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"Wgs84Coordinates\": {\r\n\t\t\t\t\"type\": \"FeatureCollection\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"Feature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"Point\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"AppliedOperations\": [\r\n\t\t\t\t\"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n\t\t\t\t\"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n\t\t\t],\r\n\t\t\t\"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n\t\t\t\"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n\t\t},\r\n\t\t\"GeoContexts\": [\r\n\t\t\t{\r\n\t\t\t\t\"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n\t\t\t\t\"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"SubmitterName\": \"Example SubmitterName\",\r\n\t\t\"BusinessActivities\": [\r\n\t\t\t\"Example Business Activity\"\r\n\t\t],\r\n\t\t\"AuthorIDs\": [\r\n\t\t\t\"Example Author ID\"\r\n\t\t],\r\n\t\t\"LineageAssertions\": [\r\n\t\t\t{\r\n\t\t\t\t\"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\r\n\t\t\t\t\"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"ServiceCompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n\t\t\"WellboreID\": \"{{dataPartitionID}}:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n\t\t\"TopDepthMeasuredDepth\": 0.0,\r\n\t\t\"AzimuthReferenceType\": \"namespace:reference-data--AzimuthReferenceType:TrueNorth:\",\r\n\t\t\"CalculationMethodType\": \"namespace:reference-data--CalculationMethodType:MinimumCurvature:\",\r\n\t\t\"ProjectedCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\r\n\t\t\"ActiveIndicator\": true,\r\n\t\t\"SurveyType\": \"Example Directional Survey Type\",\r\n\t\t\"AcquisitionDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\"GeographicCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\r\n\t\t\"AcquisitionRemark\": \"Example Survey Remark\",\r\n\t\t\"SurveyReferenceIdentifier\": \"Example Survey Reference Identifier\",\r\n\t\t\"SurveyToolTypeID\": \"namespace:reference-data--SurveyToolType:MWD%2BSRGM_A001Mc:\",\r\n\t\t\"SurveyVersion\": \"Example Survey Version\",\r\n\t\t\"ExtrapolatedMeasuredDepth\": 5246.0,\r\n\t\t\"BaseDepthMeasuredDepth\": 5200.6,\r\n\t\t\"TieMeasuredDepth\": 12345.6,\r\n\t\t\"VerticalMeasurement\": {\r\n\t\t\t\"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"VerticalMeasurement\": 5246.6,\r\n\t\t\t\"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n\t\t\t\"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n\t\t\t\"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n\t\t\t\"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n\t\t\t\"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n\t\t\t\"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n\t\t\t\"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n\t\t\t\"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n\t\t},\r\n\t\t\"AvailableTrajectoryStationProperties\": [\r\n\t\t\t{\r\n\t\t\t\t\"TrajectoryStationPropertyTypeID\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\r\n\t\t\t\t\"StationPropertyUnitID\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\r\n\t\t\t\t\"Name\": \"AzimuthTN\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"AppliedOperations\": [\r\n\t\t\t\"Example AppliedOperations\"\r\n\t\t],\r\n\t\t\"CompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n\t\t\"ExtensionProperties\": {}\r\n\t}\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellboretrajectory", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellboretrajectory" ] } }, "response": [ { "name": "entity_create wellboretrajectory", "originalRequest": { "method": "PUT", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "{\r\n\t\"id\": \"{{dataPartitionID}}:work-product-component--WellboreTrajectory:traj02\",\r\n\t\"kind\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\r\n\t\"legal\": {\r\n\t\t\"legaltags\": [\r\n\t\t\t\"{{legalTags}}\"\r\n\t\t],\r\n\t\t\"otherRelevantDataCountries\": [\r\n\t\t\t\"US\"\r\n\t\t]\r\n\t},\r\n\t\"acl\": {\r\n\t\t\"owners\": [\r\n\t\t\t\"{{aclOwners}}\"\r\n\t\t],\r\n\t\t\"viewers\": [\r\n\t\t\t\"{{aclViewers}}\"\r\n\t\t]\r\n\t},\r\n\t\"tags\": {\r\n\t\t\"NameOfKey\": \"String value\"\r\n\t},\r\n\t\"createTime\": \"2020-12-16T11:46:20.163Z\",\r\n\t\"createUser\": \"some-user@some-company-cloud.com\",\r\n\t\"modifyTime\": \"2020-12-16T11:52:24.477Z\",\r\n\t\"modifyUser\": \"some-user@some-company-cloud.com\",\r\n\t\"ancestry\": {\r\n\t\t\"parents\": []\r\n\t},\r\n\t\"meta\": [\r\n\t\t{\r\n\t\t\t\"kind\": \"Unit\",\r\n\t\t\t\"name\": \"m\",\r\n\t\t\t\"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\r\n\t\t\t\"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n\t\t\t\"propertyNames\": [\r\n\t\t\t\t\"TopDepthMeasuredDepth\",\r\n\t\t\t\t\"ExtrapolatedMeasuredDepth\",\r\n\t\t\t\t\"BaseDepthMeasuredDepth\",\r\n\t\t\t\t\"TieMeasuredDepth\",\r\n\t\t\t\t\"VerticalMeasurement.VerticalMeasurement\"\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t\"data\": {\r\n\t\t\"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\r\n\t\t\"ResourceHostRegionIDs\": [\r\n\t\t\t\"namespace:reference-data--OSDURegion:AWSEastUSA:\"\r\n\t\t],\r\n\t\t\"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\r\n\t\t\"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\r\n\t\t\"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\r\n\t\t\"Source\": \"Example Data Source\",\r\n\t\t\"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\r\n\t\t\"Datasets\": [\r\n\t\t\t\"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n\t\t],\r\n\t\t\"Artefacts\": [\r\n\t\t\t{\r\n\t\t\t\t\"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\r\n\t\t\t\t\"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\r\n\t\t\t\t\"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"IsExtendedLoad\": true,\r\n\t\t\"IsDiscoverable\": true,\r\n\t\t\"Name\": \"Example Name\",\r\n\t\t\"Description\": \"Example Description\",\r\n\t\t\"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\"Tags\": [\r\n\t\t\t\"Example Tags\"\r\n\t\t],\r\n\t\t\"SpatialPoint\": {\r\n\t\t\t\"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n\t\t\t\"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n\t\t\t\"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n\t\t\t\"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"CoordinateQualityCheckRemarks\": [\r\n\t\t\t\t\"Example CoordinateQualityCheckRemarks\"\r\n\t\t\t],\r\n\t\t\t\"AsIngestedCoordinates\": {\r\n\t\t\t\t\"type\": \"AnyCrsFeatureCollection\",\r\n\t\t\t\t\"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n\t\t\t\t\"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n\t\t\t\t\"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n\t\t\t\t\"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n\t\t\t\t\"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"AnyCrsFeature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"AnyCrsPoint\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"Wgs84Coordinates\": {\r\n\t\t\t\t\"type\": \"FeatureCollection\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"Feature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"Point\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"AppliedOperations\": [\r\n\t\t\t\t\"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n\t\t\t\t\"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n\t\t\t],\r\n\t\t\t\"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n\t\t\t\"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n\t\t},\r\n\t\t\"SpatialArea\": {\r\n\t\t\t\"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\r\n\t\t\t\"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\r\n\t\t\t\"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\r\n\t\t\t\"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"CoordinateQualityCheckRemarks\": [\r\n\t\t\t\t\"Example CoordinateQualityCheckRemarks\"\r\n\t\t\t],\r\n\t\t\t\"AsIngestedCoordinates\": {\r\n\t\t\t\t\"type\": \"AnyCrsFeatureCollection\",\r\n\t\t\t\t\"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\r\n\t\t\t\t\"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\r\n\t\t\t\t\"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\r\n\t\t\t\t\"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\r\n\t\t\t\t\"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"AnyCrsFeature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"AnyCrsPoint\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"Wgs84Coordinates\": {\r\n\t\t\t\t\"type\": \"FeatureCollection\",\r\n\t\t\t\t\"features\": [\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t\"type\": \"Feature\",\r\n\t\t\t\t\t\t\"properties\": {},\r\n\t\t\t\t\t\t\"geometry\": {\r\n\t\t\t\t\t\t\t\"type\": \"Point\",\r\n\t\t\t\t\t\t\t\"coordinates\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t],\r\n\t\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t\t]\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6,\r\n\t\t\t\t\t\t\t12345.6\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t}\r\n\t\t\t\t],\r\n\t\t\t\t\"bbox\": [\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6,\r\n\t\t\t\t\t12345.6\r\n\t\t\t\t]\r\n\t\t\t},\r\n\t\t\t\"AppliedOperations\": [\r\n\t\t\t\t\"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\r\n\t\t\t\t\"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\r\n\t\t\t],\r\n\t\t\t\"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\r\n\t\t\t\"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\r\n\t\t},\r\n\t\t\"GeoContexts\": [\r\n\t\t\t{\r\n\t\t\t\t\"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\r\n\t\t\t\t\"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"SubmitterName\": \"Example SubmitterName\",\r\n\t\t\"BusinessActivities\": [\r\n\t\t\t\"Example Business Activity\"\r\n\t\t],\r\n\t\t\"AuthorIDs\": [\r\n\t\t\t\"Example Author ID\"\r\n\t\t],\r\n\t\t\"LineageAssertions\": [\r\n\t\t\t{\r\n\t\t\t\t\"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\r\n\t\t\t\t\"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"ServiceCompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n\t\t\"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:{{wellboreVersion}}\",\r\n\t\t\"TopDepthMeasuredDepth\": 0.0,\r\n\t\t\"AzimuthReferenceType\": \"namespace:reference-data--AzimuthReferenceType:TrueNorth:\",\r\n\t\t\"CalculationMethodType\": \"namespace:reference-data--CalculationMethodType:MinimumCurvature:\",\r\n\t\t\"ProjectedCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\r\n\t\t\"ActiveIndicator\": true,\r\n\t\t\"SurveyType\": \"Example Directional Survey Type\",\r\n\t\t\"AcquisitionDate\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\"GeographicCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\r\n\t\t\"AcquisitionRemark\": \"Example Survey Remark\",\r\n\t\t\"SurveyReferenceIdentifier\": \"Example Survey Reference Identifier\",\r\n\t\t\"SurveyToolTypeID\": \"namespace:reference-data--SurveyToolType:MWD%2BSRGM_A001Mc:\",\r\n\t\t\"SurveyVersion\": \"Example Survey Version\",\r\n\t\t\"ExtrapolatedMeasuredDepth\": 5246.0,\r\n\t\t\"BaseDepthMeasuredDepth\": 5200.6,\r\n\t\t\"TieMeasuredDepth\": 12345.6,\r\n\t\t\"VerticalMeasurement\": {\r\n\t\t\t\"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"VerticalMeasurement\": 5246.6,\r\n\t\t\t\"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\r\n\t\t\t\"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\r\n\t\t\t\"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\r\n\t\t\t\"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\r\n\t\t\t\"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\r\n\t\t\t\"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\r\n\t\t\t\"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\r\n\t\t\t\"VerticalReferenceID\": \"Example VerticalReferenceID\",\r\n\t\t\t\"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\r\n\t\t},\r\n\t\t\"AvailableTrajectoryStationProperties\": [\r\n\t\t\t{\r\n\t\t\t\t\"TrajectoryStationPropertyTypeID\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\r\n\t\t\t\t\"StationPropertyUnitID\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\r\n\t\t\t\t\"Name\": \"AzimuthTN\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"AppliedOperations\": [\r\n\t\t\t\"Example AppliedOperations\"\r\n\t\t],\r\n\t\t\"CompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\r\n\t\t\"ExtensionProperties\": {}\r\n\t}\r\n}" }, "url": { "raw": "{{welldeliveryURL}}/storage/v1/wellboretrajectory", "host": [ "{{welldeliveryURL}}" ], "path": [ "storage", "v1", "wellboretrajectory" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "15422" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:51:44 GMT" } ], "cookie": [], "body": "{\n \"id\": \"slb-osdu-dev-sis-internal-hq:work-product-component--WellboreTrajectory:traj02\",\n \"kind\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\n \"version\": 1643143903414,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"Datasets\": [\n \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n ],\n \"Artefacts\": [\n {\n \"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\n \"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\n \"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n }\n ],\n \"IsExtendedLoad\": true,\n \"IsDiscoverable\": true,\n \"Name\": \"Example Name\",\n \"Description\": \"Example Description\",\n \"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"Tags\": [\n \"Example Tags\"\n ],\n \"SpatialPoint\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"SpatialArea\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SubmitterName\": \"Example SubmitterName\",\n \"BusinessActivities\": [\n \"Example Business Activity\"\n ],\n \"AuthorIDs\": [\n \"Example Author ID\"\n ],\n \"LineageAssertions\": [\n {\n \"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\n \"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\n }\n ],\n \"ServiceCompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"TopDepthMeasuredDepth\": 0.0,\n \"AzimuthReferenceType\": \"namespace:reference-data--AzimuthReferenceType:TrueNorth:\",\n \"CalculationMethodType\": \"namespace:reference-data--CalculationMethodType:MinimumCurvature:\",\n \"ProjectedCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\n \"ActiveIndicator\": true,\n \"SurveyType\": \"Example Directional Survey Type\",\n \"AcquisitionDate\": \"2020-02-13T09:13:15.55Z\",\n \"GeographicCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\n \"AcquisitionRemark\": \"Example Survey Remark\",\n \"SurveyReferenceIdentifier\": \"Example Survey Reference Identifier\",\n \"SurveyToolTypeID\": \"namespace:reference-data--SurveyToolType:MWD%2BSRGM_A001Mc:\",\n \"SurveyVersion\": \"Example Survey Version\",\n \"ExtrapolatedMeasuredDepth\": 5246.0,\n \"BaseDepthMeasuredDepth\": 5200.6,\n \"TieMeasuredDepth\": 12345.6,\n \"VerticalMeasurement\": {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurement\": 5246.6,\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\n },\n \"AvailableTrajectoryStationProperties\": [\n {\n \"TrajectoryStationPropertyTypeID\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\n \"StationPropertyUnitID\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\n \"Name\": \"AzimuthTN\"\n }\n ],\n \"AppliedOperations\": [\n \"Example AppliedOperations\"\n ],\n \"CompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"TopDepthMeasuredDepth\",\n \"ExtrapolatedMeasuredDepth\",\n \"BaseDepthMeasuredDepth\",\n \"TieMeasuredDepth\",\n \"VerticalMeasurement.VerticalMeasurement\"\n ]\n }\n ]\n}" } ] }, { "name": "query_BHArun_by_well", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "[\r\n \"welldemo2\"\r\n\r\n]" }, "url": { "raw": "{{welldeliveryURL}}/query/v1/by_well/bhaRun:batch", "host": [ "{{welldeliveryURL}}" ], "path": [ "query", "v1", "by_well", "bhaRun:batch" ] } }, "response": [ { "name": "query_BHArun_by_well", "originalRequest": { "method": "POST", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "[\r\n \"welldemo2\"\r\n\r\n]" }, "url": { "raw": "{{welldeliveryURL}}/query/v1/by_well/bhaRun:batch", "host": [ "{{welldeliveryURL}}" ], "path": [ "query", "v1", "by_well", "bhaRun:batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "25292" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:52:25 GMT" } ], "cookie": [], "body": "[\n {\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--BHARun:bharundemo3\",\n \"kind\": \"osdu:wks:master-data--BHARun:1.0.0\",\n \"version\": 1643142368675,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"Name\": \"Example Name\",\n \"TubularID\": \"namespace:work-product-component--TubularAssembly:tubulardemo2:1643141895336\",\n \"ActivityStartDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ActivityStopDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStartDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStopDateTime\": \"2020-02-19T09:13:15.55Z\",\n \"Dogleg\": 12345.6,\n \"MaximumDogleg\": 12345.6,\n \"StatusBhaID\": \"namespace:reference-data--BhaStatus:Final:\",\n \"BitRunNumber\": \"1\",\n \"StringRunNumber\": 12345.6,\n \"TripReasonID\": \"namespace:reference-data--ReasonTripType:BHA:\",\n \"ObjectiveBha\": \"Example Objective Bha\",\n \"RunParameterPlans\": [\n {\n \"RunStartHoleMeasuredDepth\": 2010.0,\n \"RunEndHoleMeasuredDepth\": 2499.0,\n \"OperationParameterPlan\": {\n \"RealizationStrategy\": \"linearInterpolation\",\n \"TorqueOnBottomGroup\": {\n \"MaximumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"RPMGroup\": {\n \"MaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleRecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"ROPGroup\": {\n \"MaximumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"WOBGroup\": {\n \"MaximumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"FlowratePumpGroup\": {\n \"MaximumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n }\n }\n }\n ],\n \"RunComment\": \"Example Run Comment\",\n \"MeasuredDepthRunStart\": 12345.6,\n \"MeasuredDepthRunStop\": 12345.6,\n \"HoleDiameter\": 12345.6,\n \"WtAboveJar\": 12345.6,\n \"WtBelowJar\": 12345.6,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\n \"RunParameterPlans[].RunStartHoleMeasuredDepth\",\n \"RunParameterPlans[].RunEndHoleMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MaximumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MinimumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.RecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleRecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MaximumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MinimumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.RecommendedROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MaximumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MinimumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.RecommendedWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MaximumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MinimumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.RecommendedFlowratePump.Point[].ObservationMeasuredDepth\",\n \"MeasuredDepthRunStart\",\n \"MeasuredDepthRunStop\",\n \"HoleDiameter\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"rad/m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"rad/m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"A/L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:rad%2Fm:\",\n \"propertyNames\": [\n \"Dogleg\",\n \"MaximumDogleg\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"kg\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"kg\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:kg:\",\n \"propertyNames\": [\n \"WtAboveJar\",\n \"WtBelowJar\"\n ]\n }\n ]\n }\n]" } ] }, { "name": "query_wellboreTrajectory_by_well", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOb20iLCJpYXQiOjE2MzA2MDE2ODIsImV4cCI6MTYzMDY4ODA4MiwicHJvdmlkZXIiOiJzbGIuY29tIiwiY2xpZW50Ijoib3NkdS13Y2RzLnNsYnNlcnZpY2UuY29tIiwiZW1haWwiOiJvc2R1LXdjZHMuc2xic2VydmljZS5jb21Ac2xiLmNvbSIsInVzZXJpZCI6Im9zZHUtd2Nkcy5zbGJzZXJ2aWNlLmNvbSIsImF1dGh6IjoiIiwicnRfaGFzaCI6IlBDc2hRUkMtTkVwTmtOMHluWnNVb1EifQ.PBo9EEu7j57D3ovs1IwMM1Z3D1v3SAdNjZyvXhN_Rj0_cRHIoW1b6gsFdLDvavDZsVUHCywTO7XxYe4Z4xBSqyFyEPCa4kGRYWjN7PAWWgyYZCSyJr_ffHS0hk2QaZKAFjD6b1QPopE3zEkMCB4Akuc-lM44TzakrU3FLUdcFX5os2Ux0qqmsuSuWrnA7naU6cSPyZx9zanGi2BCFONfZXx0WO4piNZbBVRpTqPqiOzOQk9XmJ9IiSAwO8LM3E408bQwtmmbGnQiEWdKApiHvZm_WRw1bkl56Tsr1j-1e_USlBiYxpYFEmtdx0QlF0P-nCKAgHp0ECws8DMNmLz6fw" }, { "key": "appkey", "type": "text", "value": "zbiPSLpSYhnCV8GXsZacp28GHef8fi28", "disabled": true } ], "body": { "mode": "raw", "raw": "[\r\n \"welldemo2\"\r\n\r\n]" }, "url": { "raw": "{{welldeliveryURL}}/query/v1/by_well/wellboreTrajectory:batch", "host": [ "{{welldeliveryURL}}" ], "path": [ "query", "v1", "by_well", "wellboreTrajectory:batch" ] } }, "response": [ { "name": "query_wellboreTrajectory_by_well", "originalRequest": { "method": "POST", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOb20iLCJpYXQiOjE2MzA2MDE2ODIsImV4cCI6MTYzMDY4ODA4MiwicHJvdmlkZXIiOiJzbGIuY29tIiwiY2xpZW50Ijoib3NkdS13Y2RzLnNsYnNlcnZpY2UuY29tIiwiZW1haWwiOiJvc2R1LXdjZHMuc2xic2VydmljZS5jb21Ac2xiLmNvbSIsInVzZXJpZCI6Im9zZHUtd2Nkcy5zbGJzZXJ2aWNlLmNvbSIsImF1dGh6IjoiIiwicnRfaGFzaCI6IlBDc2hRUkMtTkVwTmtOMHluWnNVb1EifQ.PBo9EEu7j57D3ovs1IwMM1Z3D1v3SAdNjZyvXhN_Rj0_cRHIoW1b6gsFdLDvavDZsVUHCywTO7XxYe4Z4xBSqyFyEPCa4kGRYWjN7PAWWgyYZCSyJr_ffHS0hk2QaZKAFjD6b1QPopE3zEkMCB4Akuc-lM44TzakrU3FLUdcFX5os2Ux0qqmsuSuWrnA7naU6cSPyZx9zanGi2BCFONfZXx0WO4piNZbBVRpTqPqiOzOQk9XmJ9IiSAwO8LM3E408bQwtmmbGnQiEWdKApiHvZm_WRw1bkl56Tsr1j-1e_USlBiYxpYFEmtdx0QlF0P-nCKAgHp0ECws8DMNmLz6fw" }, { "key": "appkey", "type": "text", "value": "zbiPSLpSYhnCV8GXsZacp28GHef8fi28", "disabled": true } ], "body": { "mode": "raw", "raw": "[\r\n \"welldemo2\"\r\n\r\n]" }, "url": { "raw": "https://wd-osdu-api-qa.azurewebsites.net/api/well-delivery/query/v1/by_well/wellboreTrajectory:batch", "protocol": "https", "host": [ "wd-osdu-api-qa", "azurewebsites", "net" ], "path": [ "api", "well-delivery", "query", "v1", "by_well", "wellboreTrajectory:batch" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "16036" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 20:53:02 GMT" } ], "cookie": [], "body": "[\n {\n \"id\": \"slb-osdu-dev-sis-internal-hq:work-product-component--WellboreTrajectory:traj02\",\n \"kind\": \"osdu:wks:work-product-component--WellboreTrajectory:1.1.0\",\n \"version\": 1643143903414,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"Datasets\": [\n \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n ],\n \"Artefacts\": [\n {\n \"RoleID\": \"namespace:reference-data--ArtefactRole:ConvertedContent:\",\n \"ResourceKind\": \"namespace:source_name:group_type--IndividualType:0.0.0\",\n \"ResourceID\": \"namespace:dataset--AnyDataset:SomeUniqueAnyDatasetID:\"\n }\n ],\n \"IsExtendedLoad\": true,\n \"IsDiscoverable\": true,\n \"Name\": \"Example Name\",\n \"Description\": \"Example Description\",\n \"CreationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"Tags\": [\n \"Example Tags\"\n ],\n \"SpatialPoint\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"SpatialArea\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SubmitterName\": \"Example SubmitterName\",\n \"BusinessActivities\": [\n \"Example Business Activity\"\n ],\n \"AuthorIDs\": [\n \"Example Author ID\"\n ],\n \"LineageAssertions\": [\n {\n \"ID\": \"namespace:any-group-type--AnyIndividualType:SomeUniqueAnyIndividualTypeID:\",\n \"LineageRelationshipType\": \"namespace:reference-data--LineageRelationshipType:Direct:\"\n }\n ],\n \"ServiceCompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"TopDepthMeasuredDepth\": 0.0,\n \"AzimuthReferenceType\": \"namespace:reference-data--AzimuthReferenceType:TrueNorth:\",\n \"CalculationMethodType\": \"namespace:reference-data--CalculationMethodType:MinimumCurvature:\",\n \"ProjectedCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:ProjectedCRS.EPSG.32615:\",\n \"ActiveIndicator\": true,\n \"SurveyType\": \"Example Directional Survey Type\",\n \"AcquisitionDate\": \"2020-02-13T09:13:15.55Z\",\n \"GeographicCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:GeodeticCRS.EPSG.4326:\",\n \"AcquisitionRemark\": \"Example Survey Remark\",\n \"SurveyReferenceIdentifier\": \"Example Survey Reference Identifier\",\n \"SurveyToolTypeID\": \"namespace:reference-data--SurveyToolType:MWD%2BSRGM_A001Mc:\",\n \"SurveyVersion\": \"Example Survey Version\",\n \"ExtrapolatedMeasuredDepth\": 5246.0,\n \"BaseDepthMeasuredDepth\": 5200.6,\n \"TieMeasuredDepth\": 12345.6,\n \"VerticalMeasurement\": {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurement\": 5246.6,\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"VerticalMeasurementTypeID\": \"namespace:reference-data--VerticalMeasurementType:PBD:\",\n \"VerticalMeasurementPathID\": \"namespace:reference-data--VerticalMeasurementPath:MD:\",\n \"VerticalMeasurementSourceID\": \"namespace:reference-data--VerticalMeasurementSource:DRL:\",\n \"WellboreTVDTrajectoryID\": \"namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:\",\n \"VerticalMeasurementUnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"VerticalCRSID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS::OSDU::23031001:\",\n \"VerticalReferenceID\": \"Example VerticalReferenceID\",\n \"VerticalMeasurementDescription\": \"Example VerticalMeasurementDescription\"\n },\n \"AvailableTrajectoryStationProperties\": [\n {\n \"TrajectoryStationPropertyTypeID\": \"partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:\",\n \"StationPropertyUnitID\": \"partition-id:reference-data--UnitOfMeasure:dega:\",\n \"Name\": \"AzimuthTN\"\n }\n ],\n \"AppliedOperations\": [\n \"Example AppliedOperations\"\n ],\n \"CompanyID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"TopDepthMeasuredDepth\",\n \"ExtrapolatedMeasuredDepth\",\n \"BaseDepthMeasuredDepth\",\n \"TieMeasuredDepth\",\n \"VerticalMeasurement.VerticalMeasurement\"\n ]\n }\n ]\n }\n]" } ] } ] }, { "name": "UC4", "item": [ { "name": "holeSection_by_wellbore", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/holeSections/v1/by_wellbore/wellbodemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "holeSections", "v1", "by_wellbore", "wellbodemo2" ] } }, "response": [ { "name": "holeSection_by_wellbore", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/holeSections/v1/by_wellbore/wellbodemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "holeSections", "v1", "by_wellbore", "wellbodemo2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "15642" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 21:02:52 GMT" } ], "cookie": [], "body": "[\n {\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--HoleSection:holesectiondemo3\",\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\n \"version\": 1643144393140,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1643140247209\",\n \"Name\": \"0.343 m\",\n \"Size\": 0.3429,\n \"Comment\": \" \",\n \"MeasuredDepthTop\": 0.0,\n \"MeasuredDepthBase\": 495.30000000000007,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"Size\",\n \"MeasuredDepthTop\",\n \"MeasuredDepthBase\"\n ]\n }\n ]\n },\n {\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--HoleSection:holesectiondemo4\",\n \"kind\": \"osdu:wks:master-data--HoleSection:1.0.0\",\n \"version\": 1643144448200,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"WellboreID\": \"osdu:master-data--Wellbore:wellbodemo2:1638305547007\",\n \"Name\": \"0.216 m\",\n \"Size\": 0.21589999999999998,\n \"Comment\": \" \",\n \"MeasuredDepthTop\": 495.30000000000007,\n \"MeasuredDepthBase\": 5371.33670516369,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"Size\",\n \"MeasuredDepthTop\",\n \"MeasuredDepthBase\"\n ]\n }\n ]\n }\n]" } ] }, { "name": "bhaRuns_by_holeSection", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/bhaRuns/v1/by_holeSection/holesectiondemo3", "host": [ "{{welldeliveryURL}}" ], "path": [ "bhaRuns", "v1", "by_holeSection", "holesectiondemo3" ] } }, "response": [ { "name": "bhaRuns_by_holeSection", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "", "disabled": true }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/bhaRuns/v1/by_holeSection/holesectiondemo3", "host": [ "{{welldeliveryURL}}" ], "path": [ "bhaRuns", "v1", "by_holeSection", "holesectiondemo3" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "25446" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Wed, 26 Jan 2022 17:42:07 GMT" } ], "cookie": [], "body": "[\n {\n \"id\": \"slb-osdu-dev-sis-internal-hq:master-data--BHARun:bharundemo3\",\n \"kind\": \"osdu:wks:master-data--BHARun:1.0.0\",\n \"version\": 1643218898147,\n \"legal\": {\n \"legaltags\": [\n \"slb-osdu-dev-sis-internal-hq-public-usa-dataset-1\"\n ],\n \"otherRelevantDataCountries\": [\n \"US\"\n ]\n },\n \"acl\": {\n \"viewers\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ],\n \"owners\": [\n \"data.default.viewers@slb-osdu-dev-sis-internal-hq.enterprisedata.cloud.slb-ds.com\"\n ]\n },\n \"valid\": true,\n \"data\": {\n \"ResourceHomeRegionID\": \"namespace:reference-data--OSDURegion:AWSEastUSA:\",\n \"ResourceHostRegionIDs\": [\n \"namespace:reference-data--OSDURegion:AWSEastUSA:\"\n ],\n \"ResourceCurationStatus\": \"namespace:reference-data--ResourceCurationStatus:CREATED:\",\n \"ResourceLifecycleStatus\": \"namespace:reference-data--ResourceLifecycleStatus:LOADING:\",\n \"ResourceSecurityClassification\": \"namespace:reference-data--ResourceSecurityClassification:RESTRICTED:\",\n \"Source\": \"Example Data Source\",\n \"ExistenceKind\": \"namespace:reference-data--ExistenceKind:planned:\",\n \"NameAliases\": [\n {\n \"AliasName\": \"Example AliasName\",\n \"AliasNameTypeID\": \"namespace:reference-data--AliasNameType:RegulatoryIdentifier:\",\n \"DefinitionOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\"\n }\n ],\n \"GeoContexts\": [\n {\n \"BasinID\": \"namespace:master-data--Basin:SomeUniqueBasinID:\",\n \"GeoTypeID\": \"namespace:reference-data--BasinType:ArcWrenchOceanContinent:\"\n }\n ],\n \"SpatialLocation\": {\n \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\",\n \"QuantitativeAccuracyBandID\": \"namespace:reference-data--QuantitativeAccuracyBand:Length.LessThan1m:\",\n \"QualitativeSpatialAccuracyTypeID\": \"namespace:reference-data--QualitativeSpatialAccuracyType:Confirmed:\",\n \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"CoordinateQualityCheckRemarks\": [\n \"Example CoordinateQualityCheckRemarks\"\n ],\n \"AsIngestedCoordinates\": {\n \"type\": \"AnyCrsFeatureCollection\",\n \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15851:\",\n \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\",\n \"persistableReferenceCrs\": \"{\\\"lateBoundCRS\\\":{\\\"wkt\\\":\\\"PROJCS[\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],PROJECTION[\\\\\\\"Lambert_Conformal_Conic\\\\\\\"],PARAMETER[\\\\\\\"False_Easting\\\\\\\",2000000.0],PARAMETER[\\\\\\\"False_Northing\\\\\\\",0.0],PARAMETER[\\\\\\\"Central_Meridian\\\\\\\",-100.5],PARAMETER[\\\\\\\"Standard_Parallel_1\\\\\\\",46.1833333333333],PARAMETER[\\\\\\\"Standard_Parallel_2\\\\\\\",47.4833333333333],PARAMETER[\\\\\\\"Latitude_Of_Origin\\\\\\\",45.6666666666667],UNIT[\\\\\\\"Foot_US\\\\\\\",0.304800609601219],AUTHORITY[\\\\\\\"EPSG\\\\\\\",32021]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"32021\\\"},\\\"type\\\":\\\"LBC\\\"},\\\"singleCT\\\":{\\\"wkt\\\":\\\"GEOGTRAN[\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\",GEOGCS[\\\\\\\"GCS_North_American_1927\\\\\\\",DATUM[\\\\\\\"D_North_American_1927\\\\\\\",SPHEROID[\\\\\\\"Clarke_1866\\\\\\\",6378206.4,294.9786982]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],GEOGCS[\\\\\\\"GCS_WGS_1984\\\\\\\",DATUM[\\\\\\\"D_WGS_1984\\\\\\\",SPHEROID[\\\\\\\"WGS_1984\\\\\\\",6378137.0,298.257223563]],PRIMEM[\\\\\\\"Greenwich\\\\\\\",0.0],UNIT[\\\\\\\"Degree\\\\\\\",0.0174532925199433]],METHOD[\\\\\\\"NADCON\\\\\\\"],PARAMETER[\\\\\\\"Dataset_conus\\\\\\\",0.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",15851]]\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD_1927_To_WGS_1984_79_CONUS\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"15851\\\"},\\\"type\\\":\\\"ST\\\"},\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\",\\\"authCode\\\":{\\\"auth\\\":\\\"SLB\\\",\\\"code\\\":\\\"32021079\\\"},\\\"type\\\":\\\"EBC\\\"}\",\n \"persistableReferenceVerticalCrs\": \"{\\\"authCode\\\":{\\\"auth\\\":\\\"EPSG\\\",\\\"code\\\":\\\"5773\\\"},\\\"type\\\":\\\"LBC\\\",\\\"ver\\\":\\\"PE_10_3_1\\\",\\\"name\\\":\\\"EGM96_Geoid\\\",\\\"wkt\\\":\\\"VERTCS[\\\\\\\"EGM96_Geoid\\\\\\\",VDATUM[\\\\\\\"EGM96_Geoid\\\\\\\"],PARAMETER[\\\\\\\"Vertical_Shift\\\\\\\",0.0],PARAMETER[\\\\\\\"Direction\\\\\\\",1.0],UNIT[\\\\\\\"Meter\\\\\\\",1.0],AUTHORITY[\\\\\\\"EPSG\\\\\\\",5773]]\\\"}\",\n \"persistableReferenceUnitZ\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"Length\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n \"features\": [\n {\n \"type\": \"AnyCrsFeature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"AnyCrsPoint\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"Wgs84Coordinates\": {\n \"type\": \"FeatureCollection\",\n \"features\": [\n {\n \"type\": \"Feature\",\n \"properties\": {},\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 12345.6,\n 12345.6\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n }\n ],\n \"bbox\": [\n 12345.6,\n 12345.6,\n 12345.6,\n 12345.6\n ]\n },\n \"AppliedOperations\": [\n \"conversion from ED_1950_UTM_Zone_31N to GCS_European_1950; 1 points converted\",\n \"transformation GCS_European_1950 to GCS_WGS_1984 using ED_1950_To_WGS_1984_24; 1 points successfully transformed\"\n ],\n \"SpatialParameterTypeID\": \"namespace:reference-data--SpatialParameterType:Outline:\",\n \"SpatialGeometryTypeID\": \"namespace:reference-data--SpatialGeometryType:Point:\"\n },\n \"VersionCreationReason\": \"Example VersionCreationReason\",\n \"ProjectID\": \"Example External Project Identifier\",\n \"ProjectName\": \"Example ProjectName\",\n \"Purpose\": \"Example Purpose\",\n \"ProjectBeginDate\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectEndDate\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAuthorizations\": [\n {\n \"AuthorizationID\": \"Example AuthorizationID\",\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"FundsAmount\": 12345.6,\n \"CurrencyID\": \"namespace:reference-data--Currency:AFN:\"\n }\n ],\n \"ContractIDs\": [\n \"namespace:master-data--Agreement:SomeUniqueAgreementID:\"\n ],\n \"Operator\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"Contractors\": [\n {\n \"ContractorOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ContractorCrew\": \"Example ContractorCrew\",\n \"ContractorTypeID\": \"namespace:reference-data--ContractorType:Record:\"\n }\n ],\n \"Personnel\": [\n {\n \"PersonName\": \"Example PersonName\",\n \"CompanyOrganisationID\": \"namespace:master-data--Organisation:SomeUniqueOrganisationID:\",\n \"ProjectRoleID\": \"namespace:reference-data--ProjectRole:ProjMgr:\"\n }\n ],\n \"ProjectSpecifications\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationQuantity\": 12345.6,\n \"ProjectSpecificationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectSpecificationIndicator\": true,\n \"ProjectSpecificationText\": \"Example ProjectSpecificationText\",\n \"UnitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"ParameterTypeID\": \"namespace:reference-data--ParameterType:SlotName:\"\n }\n ],\n \"ProjectStates\": [\n {\n \"EffectiveDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"TerminationDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ProjectStateTypeID\": \"namespace:reference-data--ProjectStateType:Prop:\"\n }\n ],\n \"HoleSectionID\": \"slb-osdu-dev-sis-internal-hq:master-data--HoleSection:holesectiondemo3:1643218877547\",\n \"WellboreID\": \"slb-osdu-dev-sis-internal-hq:master-data--Wellbore:wellbodemo2:1643218460635\",\n \"Name\": \"Example Name\",\n \"TubularID\": \"slb-osdu-dev-sis-internal-hq:work-product-component--TubularAssembly:tubulardemo2:1643218873617\",\n \"ActivityStartDateTime\": \"2020-02-13T09:13:15.55Z\",\n \"ActivityStopDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStartDateTime\": \"2020-02-14T09:13:15.55Z\",\n \"DrillingStopDateTime\": \"2020-02-19T09:13:15.55Z\",\n \"Dogleg\": 12345.6,\n \"MaximumDogleg\": 12345.6,\n \"StatusBhaID\": \"namespace:reference-data--BhaStatus:Final:\",\n \"BitRunNumber\": \"1\",\n \"StringRunNumber\": 12345.6,\n \"TripReasonID\": \"namespace:reference-data--ReasonTripType:BHA:\",\n \"ObjectiveBha\": \"Example Objective Bha\",\n \"RunParameterPlans\": [\n {\n \"RunStartHoleMeasuredDepth\": 2010.0,\n \"RunEndHoleMeasuredDepth\": 2499.0,\n \"OperationParameterPlan\": {\n \"RealizationStrategy\": \"linearInterpolation\",\n \"TorqueOnBottomGroup\": {\n \"MaximumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumTorqueOnBottom\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"RPMGroup\": {\n \"MaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMaximumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleMinimumRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"DownHoleRecommendedRPM\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"ROPGroup\": {\n \"MaximumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedROP\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"WOBGroup\": {\n \"MaximumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedWOB\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n },\n \"FlowratePumpGroup\": {\n \"MaximumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"MinimumFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n },\n \"RecommendedFlowratePump\": {\n \"Point\": [\n {\n \"ObservationMeasuredDepth\": 12345.6,\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"PointsSources\": [\n {\n \"Name\": \"Example Name\",\n \"Value\": 12345.6,\n \"ValueUnitID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"Description\": \"Example Description\"\n }\n ]\n }\n ]\n }\n }\n }\n }\n ],\n \"RunComment\": \"Example Run Comment\",\n \"MeasuredDepthRunStart\": 12345.6,\n \"MeasuredDepthRunStop\": 12345.6,\n \"HoleDiameter\": 12345.6,\n \"WtAboveJar\": 12345.6,\n \"WtBelowJar\": 12345.6,\n \"ExtensionProperties\": {}\n },\n \"meta\": [\n {\n \"kind\": \"Unit\",\n \"name\": \"m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:m:\",\n \"propertyNames\": [\n \"ProjectSpecifications[0].ProjectSpecificationQuantity\",\n \"RunParameterPlans[].RunStartHoleMeasuredDepth\",\n \"RunParameterPlans[].RunEndHoleMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MaximumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.TorqueOnBottomGroup.MinimumTorqueOnBottom.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.MinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.RecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMaximumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleMinimumRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.RPMGroup.DownHoleRecommendedRPM.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MaximumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.MinimumROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.ROPGroup.RecommendedROP.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MaximumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.MinimumWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.WOBGroup.RecommendedWOB.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MaximumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.MinimumFlowratePump.Point[].ObservationMeasuredDepth\",\n \"RunParameterPlans[].OperationParameterPlan.FlowratePumpGroup.RecommendedFlowratePump.Point[].ObservationMeasuredDepth\",\n \"MeasuredDepthRunStart\",\n \"MeasuredDepthRunStop\",\n \"HoleDiameter\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"rad/m\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"rad/m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"A/L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:rad%2Fm:\",\n \"propertyNames\": [\n \"Dogleg\",\n \"MaximumDogleg\"\n ]\n },\n {\n \"kind\": \"Unit\",\n \"name\": \"kg\",\n \"persistableReference\": \"{\\\"abcd\\\":{\\\"a\\\":0.0,\\\"b\\\":1.0,\\\"c\\\":1.0,\\\"d\\\":0.0},\\\"symbol\\\":\\\"kg\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"M\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"UAD\\\"}\",\n \"unitOfMeasureID\": \"namespace:reference-data--UnitOfMeasure:kg:\",\n \"propertyNames\": [\n \"WtAboveJar\",\n \"WtBelowJar\"\n ]\n }\n ]\n }\n]" } ] } ] }, { "name": "UC5", "item": [ { "name": "well_activity_programs_latest_reference_tree", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/reference_tree/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "reference_tree", "by_well", "welldemo2" ] } }, "response": [ { "name": "well_activity_programs_latest_reference_tree", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/reference_tree/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "reference_tree", "by_well", "welldemo2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "521" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "Date", "value": "Wed, 01 Dec 2021 15:22:36 GMT" } ], "cookie": [], "body": "{\n \"id\": \"activityprogramdemo1\",\n \"version\": 1638305706168,\n \"type\": \"wellactivityprogram\",\n \"items\": [\n {\n \"id\": \"activityplan2\",\n \"version\": 1638305641842,\n \"type\": \"activityplan\",\n \"items\": [\n {\n \"id\": \"wellbodemo2\",\n \"version\": 1638305547007,\n \"type\": \"wellbore\",\n \"items\": [\n {\n \"id\": \"welldemo2\",\n \"version\": 1638207060064,\n \"type\": \"well\"\n }\n ]\n }\n ]\n }\n ]\n}" } ] }, { "name": "well_activity_programs_versions_get_by_well", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/versions/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "versions", "by_well", "welldemo2" ] } }, "response": [ { "name": "well_activity_programs_versions_get_by_well", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "slb-osdu-dev-sis-internal-hq" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/versions/by_well/welldemo2", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "versions", "by_well", "welldemo2" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "53" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "Date", "value": "Wed, 01 Dec 2021 15:22:58 GMT" } ], "cookie": [], "body": "[\n 1638219841511,\n 1638220411920,\n 1638305706168\n]" } ] }, { "name": "well_activity_programs_version_reference_tree", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/reference_tree/by_well/welldemo2/{{wActivityProgramVersion}}", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "reference_tree", "by_well", "welldemo2", "{{wActivityProgramVersion}}" ] } }, "response": [ { "name": "well_activity_programs_version_reference_tree", "originalRequest": { "method": "GET", "header": [ { "key": "data-partition-id", "type": "text", "value": "{{dataPartitionID}}" }, { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Authorization", "type": "text", "value": "" }, { "key": "appkey", "type": "text", "value": "", "disabled": true } ], "body": { "mode": "raw", "raw": "" }, "url": { "raw": "{{welldeliveryURL}}/wellActivityPrograms/v1/reference_tree/by_well/welldemo2/{{wActivityProgramVersion}}", "host": [ "{{welldeliveryURL}}" ], "path": [ "wellActivityPrograms", "v1", "reference_tree", "by_well", "welldemo2", "{{wActivityProgramVersion}}" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "plain", "header": [ { "key": "Cache-Control", "value": "[no-cache, no-store, must-revalidate]" }, { "key": "Content-Length", "value": "521" }, { "key": "Content-Type", "value": "text/plain;charset=UTF-8" }, { "key": "Expires", "value": "[0]" }, { "key": "Access-Control-Allow-Headers", "value": "[origin, content-type, accept, authorization, data-partition-id, correlation-id, appkey]" }, { "key": "X-XSS-Protection", "value": "[1; mode=block]" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Content-Security-Policy", "value": "[default-src 'self']" }, { "key": "Access-Control-Allow-Origin", "value": "[*]" }, { "key": "Access-Control-Allow-Credentials", "value": "[true]" }, { "key": "Strict-Transport-Security", "value": "[max-age=31536000; includeSubDomains]" }, { "key": "X-Content-Type-Options", "value": "[nosniff]" }, { "key": "Access-Control-Allow-Methods", "value": "[GET, POST, PUT, DELETE, OPTIONS, HEAD]" }, { "key": "Date", "value": "Tue, 25 Jan 2022 21:20:01 GMT" } ], "cookie": [], "body": "{\n \"id\": \"activityprogramdemo1\",\n \"version\": 1643140279020,\n \"type\": \"wellactivityprogram\",\n \"items\": [\n {\n \"id\": \"activityplan2\",\n \"version\": 1643140252177,\n \"type\": \"activityplan\",\n \"items\": [\n {\n \"id\": \"wellbodemo2\",\n \"version\": 1643140247209,\n \"type\": \"wellbore\",\n \"items\": [\n {\n \"id\": \"welldemo2\",\n \"version\": 1643140243463,\n \"type\": \"well\"\n }\n ]\n }\n ]\n }\n ]\n}" } ] } ] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "variable": [ { "key": "SchemasURL", "value": "{{schemaHost}}/api/schema-service/v1/schema" }, { "key": "welldeliveryURL", "value": "{{apisHost}}/api/well-delivery" }, { "key": "bearerToken", "value": "please enter your bearen token" }, { "key": "aclOwners", "value": "acl owners eg. someone@company.com" }, { "key": "aclViewers", "value": "acl viewers eg. someone@company.com" }, { "key": "legalTags", "value": "Legal tags . eg. Example legaltags" }, { "key": "dataPartitionID", "value": "please enter your datapartition ID" }, { "key": "schemaHost", "value": "please enter your schema host urls" }, { "key": "apisHost", "value": "please enter the url for apis host" } ] }