diff --git a/NOTICE b/NOTICE
index c4bd051c5a095a566bbe585feace99976c44ca88..bddc04c8bcbba3a2796675ff91aa55e95468de7f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -16,7 +16,6 @@ Apache-1.1
 The following software have components provided under the terms of this license:
 
 - Apache Geronimo JMS Spec 2.0 (from http://geronimo.apache.org/maven/${siteId}/${version})
-- Apache Log4j Core (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core)
 - Apache Log4j JUL Adapter (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-jul)
 - AspectJ Weaver (from http://www.aspectj.org, https://www.eclipse.org/aspectj/)
 - Google Guice - Core Library (from https://repo1.maven.org/maven2/com/google/inject/guice)
@@ -573,6 +572,7 @@ BSD-2-Clause
 The following software have components provided under the terms of this license:
 
 - API Common (from https://github.com/googleapis, https://github.com/googleapis/api-common-java, https://repo1.maven.org/maven2/com/google/api/api-common)
+- Apache Log4j Core (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core)
 - GAX (Google Api eXtensions) for Java (Core) (from https://github.com/googleapis, https://github.com/googleapis/gax-java, https://repo1.maven.org/maven2/com/google/api/gax)
 - GAX (Google Api eXtensions) for Java (HTTP JSON) (from <https://repo1.maven.org/maven2/com/google/api/gax-httpjson>, https://repo1.maven.org/maven2/com/google/api/gax-httpjson)
 - GAX (Google Api eXtensions) for Java (gRPC) (from <https://repo1.maven.org/maven2/com/google/api/gax-grpc>, https://repo1.maven.org/maven2/com/google/api/gax-grpc)
@@ -747,8 +747,6 @@ The following software have components provided under the terms of this license:
 - Expression Language 3.0 (from http://el-spec.java.net, http://uel.java.net, https://projects.eclipse.org/projects/ee4j.el)
 - JSR 374 (JSON Processing) API (from https://javaee.github.io/jsonp)
 - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca)
-- Java Architecture for XML Binding (from http://jaxb.java.net/, https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api)
-- JavaBeans Activation Framework (from <http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp>, http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp, https://repo1.maven.org/maven2/com/sun/activation/javax.activation)
 - RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com)
 - tomcat-embed-core (from http://tomcat.apache.org/)
 
@@ -777,7 +775,6 @@ The following software have components provided under the terms of this license:
 
 - Expression Language 3.0 (from http://el-spec.java.net, http://uel.java.net, https://projects.eclipse.org/projects/ee4j.el)
 - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca)
-- Java Architecture for XML Binding (from http://jaxb.java.net/, https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api)
 
 ========================================================================
 ISC
@@ -903,7 +900,6 @@ The following software have components provided under the terms of this license:
 - msal4j (from https://github.com/AzureAD/microsoft-authentication-library-for-java)
 - msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java)
 - qpid-proton-j-extensions (from https://github.com/Azure/qpid-proton-j-extensions)
-- requests (from http://python-requests.org, https://requests.readthedocs.io)
 - webjars-locator-core (from <http://webjars.org>, http://webjars.org)
 
 ========================================================================
diff --git a/deployments/shared-schemas/osdu/abstract/AbstractActivityParameter.1.1.0.json b/deployments/shared-schemas/osdu/abstract/AbstractActivityParameter.1.1.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..16637d31950bf40b6b3ff3587dbff94b03fab2e8
--- /dev/null
+++ b/deployments/shared-schemas/osdu/abstract/AbstractActivityParameter.1.1.0.json
@@ -0,0 +1,158 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "AbstractActivityParameter",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 1,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:AbstractActivityParameter:1.1.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "x-osdu-review-status": "Accepted",
+    "$id": "https://schema.osdu.opengroup.org/json/abstract/AbstractActivityParameter.1.1.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:AbstractActivityParameter:1.1.0",
+    "title": "AbstractActivityParameter",
+    "description": "General parameter value used in one instance of activity.\n[Without inheritance, combined specializations.]",
+    "type": "object",
+    "properties": {
+      "Title": {
+        "type": "string",
+        "title": "Title",
+        "description": "Name of the parameter, used to identify it in the activity. It must have an equivalent in the ActivityTemplate parameters."
+      },
+      "Index": {
+        "type": "integer",
+        "title": "Index",
+        "description": "When parameter is an array, used to indicate the index in the array."
+      },
+      "Selection": {
+        "type": "string",
+        "title": "Selection",
+        "description": "Textual description about how this parameter was selected."
+      },
+      "Keys": {
+        "type": "array",
+        "title": "Keys",
+        "description": "A nested array describing keys used to identify a parameter value. When multiple values are provided for a given parameter, the key provides a way to identify the parameter through its association with an object, a time index or a parameter array member via ParameterKey value.",
+        "items": {
+          "type": "object",
+          "title": "Parameter Key",
+          "description": "Abstract class describing a key used to identify a parameter value. When multiple values are provided for a given parameter, provides a way to identify the parameter through its association with an object, a time index, an integer... \n[Without inheritance, combined specializations.] Note: floating point numbers are not supported as key values; the numbers have to be formatted as strings for robust equality operations, which are necessary for keys.",
+          "properties": {
+            "ObjectParameterKey": {
+              "type": "string",
+              "title": "Object Parameter Key",
+              "description": "Relationship to an object ID, which acts as the parameter.",
+              "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+              "x-osdu-relationship": []
+            },
+            "TimeIndexParameterKey": {
+              "type": "string",
+              "title": "Time Index Parameter Key",
+              "description": "The time index acting as parameter key value.",
+              "format": "time"
+            },
+            "ParameterKey": {
+              "type": "string",
+              "title": "Internal Parameter Key",
+              "description": "The key name, which establishes an association between parameters."
+            },
+            "IntegerParameterKey": {
+              "type": "integer",
+              "title": "Integer Parameter Key",
+              "description": "Integer value from \"ParameterKey\" parameter, associated with this parameter. Example: {\"ParameterKey\": \"index\", \"StringParameterKey: 2}."
+            },
+            "StringParameterKey": {
+              "type": "string",
+              "title": "String Parameter Key",
+              "description": "String value from \"ParameterKey\" parameter, associated with this parameter. Can be used to associate with parameter values of type string or data quantity. In the later case, the string representation of the quantity value will be used. Example: {\"ParameterKey\": \"facies\", \"StringParameterKey: \"shale\"}, {\"ParameterKey\":\"depth\", \"StringParameterKey\":\"1545.43m\"}."
+            }
+          }
+        }
+      },
+      "DataObjectParameter": {
+        "type": "string",
+        "title": "Data Object Parameter",
+        "description": "Parameter referencing to a top level object.",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": []
+      },
+      "DataQuantityParameter": {
+        "type": "number",
+        "title": "Data Quantity Parameter",
+        "description": "Parameter containing a double value.",
+        "x-osdu-frame-of-reference": "UOM_via_property:DataQuantityParameterUOMID"
+      },
+      "IntegerQuantityParameter": {
+        "type": "integer",
+        "title": "Integer Quantity Parameter",
+        "description": "Parameter containing an integer value."
+      },
+      "StringParameter": {
+        "type": "string",
+        "title": "String Parameter",
+        "description": "Parameter containing a string value."
+      },
+      "TimeIndexParameter": {
+        "type": "string",
+        "title": "Time Index Parameter",
+        "description": "Parameter containing a time index value.  It is assumed that all TimeIndexParameters within an Activity have the same date-time format, which is then described by the FrameOfReference mechanism.",
+        "format": "date-time",
+        "x-osdu-frame-of-reference": "DateTime"
+      },
+      "BooleanParameter": {
+        "type": "boolean",
+        "title": "Boolean Parameter",
+        "description": "The boolean parameter value, if ParameterKindID refers to the Boolean type."
+      },
+      "ParameterKindID": {
+        "type": "string",
+        "description": "[Added to cover lack of inheritance]",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ParameterKind:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "reference-data",
+            "EntityType": "ParameterKind"
+          }
+        ]
+      },
+      "ParameterRoleID": {
+        "type": "string",
+        "title": "Parameter Role",
+        "description": "Reference data describing how the parameter was used by the activity, such as input, output, control, constraint, agent, predecessor activity, successor activity.",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ParameterRole:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "reference-data",
+            "EntityType": "ParameterRole"
+          }
+        ]
+      },
+      "DataQuantityParameterUOMID": {
+        "type": "string",
+        "title": "Data Quantity Parameter UoM ID",
+        "description": "Identifies unit of measure for floating point value.",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "reference-data",
+            "EntityType": "UnitOfMeasure"
+          }
+        ]
+      }
+    },
+    "required": [
+      "Title",
+      "ParameterKindID"
+    ],
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/abstract/AbstractContent.1.0.0.json b/deployments/shared-schemas/osdu/abstract/AbstractContent.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..366bec7d30813af5cb810e2f8f70f45cf359b61b
--- /dev/null
+++ b/deployments/shared-schemas/osdu/abstract/AbstractContent.1.0.0.json
@@ -0,0 +1,63 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "AbstractContent",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:AbstractContent:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "x-osdu-review-status": "Accepted",
+    "$id": "https://schema.osdu.opengroup.org/json/abstract/AbstractContent.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:AbstractContent:1.0.0",
+    "title": "AbstractContent",
+    "description": "The common properties used in content schemas.",
+    "type": "object",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "properties": {
+      "SchemaKind": {
+        "type": "string",
+        "title": "Schema Kind",
+        "description": "The schema id, aka. Kind, which this record is conforming to.",
+        "example": "osd:wks:content--SomeExampleContent:1.0.0"
+      },
+      "Name": {
+        "type": "string",
+        "title": "Name",
+        "description": "The name of this record."
+      },
+      "Description": {
+        "type": "string",
+        "title": "Description",
+        "description": "A description or remark about this content record."
+      },
+      "ExtensionProperties": {
+        "type": "object",
+        "title": "Extension Properties",
+        "description": "The standard OSDU extension point for customizations. It is good practice to declare the schema fragment kind(s) for the extension(s) in the object."
+      }
+    },
+    "required": [
+      "SchemaKind"
+    ],
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/abstract/AbstractProjectActivity.1.2.0.json b/deployments/shared-schemas/osdu/abstract/AbstractProjectActivity.1.2.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..fae8f2fc8d5967e2faa49f280ec16cd64b33cf91
--- /dev/null
+++ b/deployments/shared-schemas/osdu/abstract/AbstractProjectActivity.1.2.0.json
@@ -0,0 +1,79 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "AbstractProjectActivity",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 2,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:AbstractProjectActivity:1.2.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "x-osdu-review-status": "Accepted",
+    "$id": "https://schema.osdu.opengroup.org/json/abstract/AbstractProjectActivity.1.2.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:AbstractProjectActivity:1.2.0",
+    "title": "AbstractProjectActivity",
+    "description": "The activity abstraction for projects and surveys (master-data).",
+    "type": "object",
+    "properties": {
+      "ActivityTemplateID": {
+        "type": "string",
+        "title": "Activity Template ID",
+        "description": "The relation to the ActivityTemplate carrying expected parameter definitions and default values.",
+        "pattern": "^[\\w\\-\\.]+:master-data\\-\\-ActivityTemplate:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "master-data",
+            "EntityType": "ActivityTemplate"
+          }
+        ]
+      },
+      "ParentProjectID": {
+        "type": "string",
+        "title": "Parent Project ID",
+        "description": "The relationship to a parent project acting as a parent activity.",
+        "pattern": "^[\\w\\-\\.]+:master-data\\-\\-[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "master-data"
+          }
+        ]
+      },
+      "Parameters": {
+        "type": "array",
+        "title": "Parameters",
+        "description": "General parameter value used in one instance of activity.  Includes reference to data objects which are inputs and outputs of the activity.",
+        "x-osdu-indexing": {
+          "type": "nested"
+        },
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractActivityParameter:1.1.0"
+        }
+      },
+      "ActivityStates": {
+        "type": "array",
+        "title": "Activity States",
+        "description": "The (non-overlapping) historical activity states and effective start and termination dates. The last state is replicated in the single LastActivityState for simpler queries.",
+        "x-osdu-indexing": {
+          "type": "flattened"
+        },
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractActivityState:1.0.0"
+        }
+      },
+      "LastActivityState": {
+        "$ref": "{{schema-authority}}:wks:AbstractActivityState:1.0.0",
+        "title": "Last Activity State",
+        "description": "The current or last state this activity transitioned to. It is a copy of the last element in ActivityStates[]. If there is only one state recorded, the ActivityStates[] can stay empty."
+      }
+    },
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/abstract/AbstractWPCActivity.1.2.0.json b/deployments/shared-schemas/osdu/abstract/AbstractWPCActivity.1.2.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..b6ba610b7c1061961966225c6e61c3aec8fe026f
--- /dev/null
+++ b/deployments/shared-schemas/osdu/abstract/AbstractWPCActivity.1.2.0.json
@@ -0,0 +1,132 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "AbstractWPCActivity",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 2,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:AbstractWPCActivity:1.2.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "x-osdu-review-status": "Accepted",
+    "$id": "https://schema.osdu.opengroup.org/json/abstract/AbstractWPCActivity.1.2.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:AbstractWPCActivity:1.2.0",
+    "title": "AbstractWPCActivity",
+    "description": "The activity abstraction included by projects (master-data) and work-product-component group-type specialisations.",
+    "type": "object",
+    "properties": {
+      "ActivityTemplateID": {
+        "type": "string",
+        "title": "Activity Template ID",
+        "description": "The relation to the ActivityTemplate carrying expected parameter definitions and default values.",
+        "pattern": "^[\\w\\-\\.]+:master-data\\-\\-ActivityTemplate:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "master-data",
+            "EntityType": "ActivityTemplate"
+          }
+        ]
+      },
+      "ParentProjectID": {
+        "type": "string",
+        "title": "Parent Project ID",
+        "description": "The relationship to a parent project acting as a parent activity.",
+        "pattern": "^[\\w\\-\\.]+:master-data\\-\\-[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "master-data"
+          }
+        ]
+      },
+      "ParentActivityID": {
+        "type": "string",
+        "title": "Parent Activity ID",
+        "description": "The relationship to a parent activity.",
+        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+        "x-osdu-relationship": [
+          {
+            "GroupType": "work-product-component"
+          }
+        ]
+      },
+      "Parameters": {
+        "type": "array",
+        "title": "Parameters",
+        "description": "General parameter value used in one instance of activity.  Includes reference to data objects which are inputs and outputs of the activity.",
+        "x-osdu-indexing": {
+          "type": "nested"
+        },
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractActivityParameter:1.1.0"
+        }
+      },
+      "PriorActivityIDs": {
+        "type": "array",
+        "title": "Prior Activity IDs",
+        "description": "The activity or activities feeding results into this activity instance.",
+        "items": {
+          "type": "string",
+          "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-[\\w\\-\\.]+:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+          "x-osdu-relationship": [
+            {
+              "GroupType": "work-product-component"
+            }
+          ]
+        }
+      },
+      "SoftwareSpecifications": {
+        "type": "array",
+        "title": "Software Specifications",
+        "description": "Software names and versions used.",
+        "x-osdu-indexing": {
+          "type": "flattened"
+        },
+        "items": {
+          "type": "object",
+          "title": "Software",
+          "description": "The name and version of the software being executed in the context of this activity",
+          "properties": {
+            "SoftwareName": {
+              "type": "string",
+              "title": "Software Name",
+              "description": "The name of the software, application or plug-in used while performing this activity."
+            },
+            "Version": {
+              "type": "string",
+              "title": "Software Version",
+              "description": "The version of the software, application or plug-in used while performing this activity."
+            }
+          }
+        }
+      },
+      "ActivityStates": {
+        "type": "array",
+        "title": "Activity States",
+        "description": "The (non-overlapping) historical activity states and effective start and termination dates. The last state is replicated in the single LastActivityState for simpler queries.",
+        "x-osdu-indexing": {
+          "type": "flattened"
+        },
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractActivityState:1.0.0"
+        }
+      },
+      "LastActivityState": {
+        "$ref": "{{schema-authority}}:wks:AbstractActivityState:1.0.0",
+        "title": "Last Activity State",
+        "description": "The current or last state this activity transitioned to. It is a copy of the last element in ActivityStates[]. If there is only one state recorded, the ActivityStates[] can stay empty."
+      }
+    },
+    "required": [
+      "Parameters"
+    ],
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/content/SeismicHistogram.1.0.0.json b/deployments/shared-schemas/osdu/content/SeismicHistogram.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..83060477372c12b34eb1466a27fa2972e116c9f4
--- /dev/null
+++ b/deployments/shared-schemas/osdu/content/SeismicHistogram.1.0.0.json
@@ -0,0 +1,208 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "content--SeismicHistogram",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:content--SeismicHistogram:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "x-osdu-review-status": "Accepted",
+    "$id": "https://schema.osdu.opengroup.org/json/content/SeismicHistogram.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:content--SeismicHistogram:1.0.0",
+    "title": "SeismicHistogram",
+    "description": "A content record related to a SeismicTraceData or SeismicFieldTraceData record containing a statistical summary and one or more histograms.",
+    "type": "object",
+    "allOf": [
+      {
+        "$ref": "{{schema-authority}}:wks:AbstractContent:1.0.0",
+        "example": {
+          "SchemaKind": "osd:wks:content--SeismicHistogram:1.0.0",
+          "Name": "ST0202R08_PS_PSDM_RAW_PP_TIME.MIG_RAW.POST_Stack.3D.JS-017534",
+          "Description": "Example histogram for time-migrated trace data.",
+          "ExtensionProperties": {
+            "Kind": "abc:xyz:CustomKind:0.0.0",
+            "Custom": "Value"
+          }
+        }
+      },
+      {
+        "type": "object",
+        "properties": {
+          "SeismicRecordID": {
+            "type": "string",
+            "title": "Seismic Record ID",
+            "description": "A reference back to the SeismicTracData or SeismicFieldTraceData record, from which the summary and histogram are computed.",
+            "example": "namespace:work-product-component--SeismicTraceData:ST0202R08-time-volume:",
+            "pattern": "^[\\w\\-\\.]+:(work-product-component\\-\\-SeismicTraceData|work-product-component\\-\\-SeismicFieldTraceData):[\\w\\-\\.\\:\\%]+:[0-9]*$",
+            "x-osdu-relationship": [
+              {
+                "GroupType": "work-product-component",
+                "EntityType": "SeismicTraceData"
+              },
+              {
+                "GroupType": "work-product-component",
+                "EntityType": "SeismicFieldTraceData"
+              }
+            ]
+          },
+          "RangeAmplitudeMin": {
+            "type": "number",
+            "title": "Range Amplitude Minimum",
+            "description": "The minimum value of the trace dataset's amplitude range.",
+            "example": -32076.25
+          },
+          "RangeAmplitudeMean": {
+            "type": "number",
+            "title": "Range Amplitude Mean",
+            "description": "The mean value of the trace dataset's amplitude range.",
+            "example": 0.000205
+          },
+          "RangeAmplitudeMax": {
+            "type": "number",
+            "title": "Range Amplitude Maximum",
+            "description": "The maximum value of the trace dataset's amplitude range.",
+            "example": 32022.96
+          },
+          "RangeAmplitudeRMS": {
+            "type": "number",
+            "title": "Range Amplitude RMS",
+            "description": "The RMS value of a set of values is the square root of the arithmetic mean of the squares of the values, or the square of the function that defines the continuous-time waveform",
+            "example": 16035.45
+          },
+          "AmplitudeUnitOfMeasureID": {
+            "type": "string",
+            "title": "Amplitude Unit of Measure ID",
+            "description": "The id of the Unit of Measure for RangeAmplitudeMin, RangeAmplitudeMean, RangeAmplitudeMax.",
+            "example": "namespace:reference-data--UnitOfMeasure:Euc:",
+            "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-UnitOfMeasure:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+            "x-osdu-relationship": [
+              {
+                "GroupType": "reference-data",
+                "EntityType": "UnitOfMeasure"
+              }
+            ]
+          },
+          "TraceCountBinGrid": {
+            "type": "integer",
+            "title": "Trace Count Bin Grid",
+            "description": "For 3D datasets, the theoretical maximum number of traces in the bin grid, i.e., crossline trace count * inline trace count. Not required for 2D datasets.",
+            "example": 232925
+          },
+          "TraceCountFileCollection": {
+            "type": "integer",
+            "title": "Trace Count File Collection",
+            "description": "The actual count of traces in the file collection, TraceCountFileCollection <= TraceCountBinGrid.",
+            "example": 231839
+          },
+          "TraceCountLive": {
+            "type": "integer",
+            "title": "Trace Count Live",
+            "description": "The count of traces, which are not null, dummy or dead.",
+            "example": 231762
+          },
+          "Histograms": {
+            "type": "array",
+            "title": "Histograms",
+            "description": "One or more histograms associated with the trace data amplitude distribution.",
+            "items": {
+              "type": "object",
+              "title": "Histogram",
+              "description": "The histogram associated with the trace data amplitude distribution.",
+              "properties": {
+                "Name": {
+                  "type": "string",
+                  "title": "Name",
+                  "description": "Optional name of this histogram.",
+                  "example": "32 bin histogram"
+                },
+                "Description": {
+                  "type": "string",
+                  "title": "Description",
+                  "description": "An optional description or remark about this histogram."
+                },
+                "BucketMin": {
+                  "type": "number",
+                  "title": "Bucket Minimum",
+                  "description": "The minimum bucket value of the trace dataset's histogram. The difference between BucketMin and BucketMax is BucketCount*BucketSize.",
+                  "example": -32076.25
+                },
+                "BucketMax": {
+                  "type": "number",
+                  "title": "Bucket Maximum",
+                  "description": "The minimum bucket value of the trace dataset's histogram. The difference between BucketMin and BucketMax is BucketCount*BucketSize.",
+                  "example": 32022.96
+                },
+                "BucketSize": {
+                  "type": "number",
+                  "title": "Bucket Size",
+                  "description": "The size of a bucket/bin in trace amplitude.",
+                  "example": 15.65
+                },
+                "BucketCount": {
+                  "type": "integer",
+                  "title": "Bucket Count",
+                  "description": "The number of buckets/bins in this histogram.",
+                  "example": 32
+                },
+                "Buckets": {
+                  "type": "array",
+                  "title": "Buckets",
+                  "description": "The array of sample counts per bucket.",
+                  "example": [
+                    0,
+                    1,
+                    0,
+                    0,
+                    0,
+                    3,
+                    3,
+                    2,
+                    5,
+                    3,
+                    8,
+                    15,
+                    47,
+                    64,
+                    76,
+                    89,
+                    102,
+                    170,
+                    130,
+                    91,
+                    80,
+                    67,
+                    45,
+                    31,
+                    17,
+                    9,
+                    4,
+                    5,
+                    3,
+                    1,
+                    0,
+                    1
+                  ],
+                  "items": {
+                    "type": "number"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "title": "SeismicHistogram"
+      }
+    ],
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/File.EML.1.0.0.json b/deployments/shared-schemas/osdu/dataset/File.EML.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..d0c72c12324afc16ff1995fc70aca9fbb511dba7
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/File.EML.1.0.0.json
@@ -0,0 +1,165 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--File.EML",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--File.EML:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/File.EML.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--File.EML:1.0.0",
+    "title": "File.EML",
+    "description": "An EML file is the XML expression of an EML Entity : EnergyML Common Technical Architecture (CTA) Entity like Activity Template, Activity, Graphical Attributes (Energistics industry-specific standard).",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-File.EML:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--File.EML:d5e9a94a-dd2a-5cde-bac8-0fe5cfed61f7"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--File.EML:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFile:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-authorities": [
+      "Energistics"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "File",
+        "kind": "osdu:wks:AbstractFile:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/File.HDF5.1.0.0.json b/deployments/shared-schemas/osdu/dataset/File.HDF5.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..265153688193b797389f924e7824da67ae988446
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/File.HDF5.1.0.0.json
@@ -0,0 +1,165 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--File.HDF5",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--File.HDF5:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/File.HDF5.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--File.HDF5:1.0.0",
+    "title": "File.HDF5",
+    "description": "The Hierarchical Data Format version 5 (HDF5), is an open source file format that supports large, complex, heterogeneous data. HDF5 uses a \"file directory\" like structure that allows you to organize data within the file in many different structured ways, as you might do with files on your computer. The HDF5 format also allows for embedding of metadata making it self-describing. If this File.HDF5 file is part of an EPC+HDF5 combo, this dataset should **not** be used but the FileCollection.EPC must be used instead.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-File.HDF5:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--File.HDF5:25f7a663-9db4-51d1-bb5a-5fff54097670"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--File.HDF5:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFile:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-authorities": [
+      "HDF Group"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "File",
+        "kind": "osdu:wks:AbstractFile:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/File.PRODML.1.0.0.json b/deployments/shared-schemas/osdu/dataset/File.PRODML.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..a2b011018f12456e2c5052b1d45e9a4a57433645
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/File.PRODML.1.0.0.json
@@ -0,0 +1,165 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--File.PRODML",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--File.PRODML:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/File.PRODML.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--File.PRODML:1.0.0",
+    "title": "File.PRODML",
+    "description": "A PRODML file is the expression of a PRODML Entity (Energistics industry-specific standard). PRODML is a set of standards for optimizing producing oil and gas wells, with a focus on data from the reservoir-wellbore boundary to the custody transfer point. PRODML files follow xml conventions.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-File.PRODML:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--File.PRODML:96943325-b836-55fd-83e9-3ec61c45dfea"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--File.PRODML:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFile:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-authorities": [
+      "Energistics"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "File",
+        "kind": "osdu:wks:AbstractFile:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/File.SeismicHistogram.1.0.0.json b/deployments/shared-schemas/osdu/dataset/File.SeismicHistogram.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..54cefa19878a8b78e7d6769590321be56351b819
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/File.SeismicHistogram.1.0.0.json
@@ -0,0 +1,170 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--File.SeismicHistogram",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--File.SeismicHistogram:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/File.SeismicHistogram.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--File.SeismicHistogram:1.0.0",
+    "title": "File.SeismicHistogram",
+    "description": "Typically an artefact of a SeismicTraceData or SeismicFieldTraceData record containing a statistical summary and one or more histograms.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-File.SeismicHistogram:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--File.SeismicHistogram:11eb0d5c-a6bd-5d74-8e32-ac8c429ee9f9"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--File.SeismicHistogram:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFile:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ContentSchemaKind": {
+                "type": "string",
+                "title": "Content Schema Kind",
+                "description": "The schema kind used for the content in the associated file.",
+                "example": "osdu:wks:content--SeismicHistogram:1.0.0",
+                "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$"
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "File",
+        "kind": "osdu:wks:AbstractFile:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/FileCollection.EPC.1.0.0.json b/deployments/shared-schemas/osdu/dataset/FileCollection.EPC.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..598b24c5bbed8bbbeee104efbb8b66ba43050e20
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/FileCollection.EPC.1.0.0.json
@@ -0,0 +1,185 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--FileCollection.EPC",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--FileCollection.EPC:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/FileCollection.EPC.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--FileCollection.EPC:1.0.0",
+    "title": "FileCollection.EPC",
+    "description": "Energistics Packaging Convention  (EPC) supports complex, multi-file datasets. This file collection allows to keep the EPC file with its external parts (in most cases a single HDF5 file) all together.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-FileCollection.EPC:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--FileCollection.EPC:4c2bdac7-349d-5ec1-9af3-e025992d5364"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--FileCollection.EPC:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "DatasetProperties": {
+                "type": "object",
+                "title": "Dataset Properties",
+                "description": "The standard dataset schema for FileCollection.EPC.",
+                "properties": {
+                  "EPCFile": {
+                    "$ref": "{{schema-authority}}:wks:AbstractFileSourceInfo:1.0.0",
+                    "title": "EPC File",
+                    "description": "Energistics Packaging Conventions (EPC) is a file packaging convention based on the Open Packaging Conventions (OPC), a widely used container-file technology that allows multiple types of files to be bundled together into a single package. Built on the widely used ZIP file structure and originally created by Microsoft, OPC is now an open standard supported by two standards organizations. For more information see energistics (http://docs.energistics.org/#EPC/EPC_TOPICS/EPC-000-000-titlepage.html)."
+                  },
+                  "EPCExternalParts": {
+                    "type": "array",
+                    "title": "EPC External Parts",
+                    "description": "Generally this array contains one HDF5 file when this file collection is used to transfer RESQML2 data. Though, as https://docs.energistics.opengroup.org/EPC/EPC_TOPICS/EPC-000-022-0-C-sv1000.html indicates, EPC external parts are not restricted to HDF5 files only and can be encoded in whatever other format.",
+                    "x-osdu-indexing": {
+                      "type": "nested"
+                    },
+                    "items": {
+                      "$ref": "{{schema-authority}}:wks:AbstractFileSourceInfo:1.0.0"
+                    }
+                  }
+                },
+                "required": [
+                  "EPCFile"
+                ]
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-authorities": [
+      "Energistics"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/FileCollection.SEGA.1.0.0.json b/deployments/shared-schemas/osdu/dataset/FileCollection.SEGA.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..a3a4fb11d6540bbb08325be7507fe94bb98f1669
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/FileCollection.SEGA.1.0.0.json
@@ -0,0 +1,205 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--FileCollection.SEGA",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--FileCollection.SEGA:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/FileCollection.SEGA.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--FileCollection.SEGA:1.0.0",
+    "title": "FileCollection.SEGA",
+    "description": "A representation for a SEG Format A dataset represented as a set of files or tape reels containing seismic field trace recordings or processed traces. The format description is provided by the 1967 paper  https://seg.org/Portals/0/SEG/News%20and%20Resources/Technical%20Standards/seg_a_b_ex.pdf.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-FileCollection.SEGA:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--FileCollection.SEGA:0dc0d9f6-4d7a-5dc2-9c93-ac3151e12c92"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--FileCollection.SEGA:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFileCollection:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractVectorHeaderMapping:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "IsOnline": {
+                "type": "boolean",
+                "title": "Is Online?",
+                "description": "The dataset is accessible online if true, else offline."
+              },
+              "StorageFacilityID": {
+                "type": "string",
+                "title": "Offline Storage Facility",
+                "description": "Name of facility.",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-StorageFacility:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "StorageFacility"
+                  }
+                ]
+              },
+              "TapeLabels": {
+                "type": "array",
+                "title": "Tape Labels",
+                "description": "Tape numbers, or other tape identifiers.",
+                "items": {
+                  "type": "string"
+                }
+              },
+              "BoxLabels": {
+                "type": "array",
+                "title": "Box Labels",
+                "description": "Box numbers containing tapes if the tapes are in containers, else the list is empty or absent.",
+                "items": {
+                  "type": "string"
+                }
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-supported-file-formats": [
+      "SEGA"
+    ],
+    "x-osdu-governance-authorities": [
+      "SEG"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "FileCollection",
+        "kind": "osdu:wks:AbstractFileCollection:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/dataset/FileCollection.SEGB.1.0.0.json b/deployments/shared-schemas/osdu/dataset/FileCollection.SEGB.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..bb394bf359323c5f4054adac1dcef2e52006547f
--- /dev/null
+++ b/deployments/shared-schemas/osdu/dataset/FileCollection.SEGB.1.0.0.json
@@ -0,0 +1,205 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "dataset--FileCollection.SEGB",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:dataset--FileCollection.SEGB:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/dataset/FileCollection.SEGB.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:dataset--FileCollection.SEGB:1.0.0",
+    "title": "FileCollection.SEGB",
+    "description": "A representation for a SEG Format B dataset represented as a set of files or tape reels containing seismic field trace recordings or processed traces. The format description is provided by the 1967 paper  https://seg.org/Portals/0/SEG/News%20and%20Resources/Technical%20Standards/seg_a_b_ex.pdf.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:dataset\\-\\-FileCollection.SEGB:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:dataset--FileCollection.SEGB:6c122f09-0a93-58ad-87df-9d9de8aa9822"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:dataset--FileCollection.SEGB:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractDataset:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractFileCollection:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractVectorHeaderMapping:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "IsOnline": {
+                "type": "boolean",
+                "title": "Is Online?",
+                "description": "The dataset is accessible online if true, else offline."
+              },
+              "StorageFacilityID": {
+                "type": "string",
+                "title": "Offline Storage Facility",
+                "description": "Name of facility.",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-StorageFacility:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "StorageFacility"
+                  }
+                ]
+              },
+              "TapeLabels": {
+                "type": "array",
+                "title": "Tape Labels",
+                "description": "Tape numbers, or other tape identifiers.",
+                "items": {
+                  "type": "string"
+                }
+              },
+              "BoxLabels": {
+                "type": "array",
+                "title": "Box Labels",
+                "description": "Box numbers containing tapes if the tapes are in containers, else the list is empty or absent.",
+                "items": {
+                  "type": "string"
+                }
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-supported-file-formats": [
+      "SEGB"
+    ],
+    "x-osdu-governance-authorities": [
+      "SEG"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "Dataset",
+        "kind": "osdu:wks:AbstractDataset:1.0.0"
+      },
+      {
+        "name": "FileCollection",
+        "kind": "osdu:wks:AbstractFileCollection:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/load_sequence.1.0.0.json b/deployments/shared-schemas/osdu/load_sequence.1.0.0.json
index 0ad86ec22a3ad46e273ac03019b90f4aa57523dd..c27c440a8468b805ba1c515894f5c54e167dac42 100644
--- a/deployments/shared-schemas/osdu/load_sequence.1.0.0.json
+++ b/deployments/shared-schemas/osdu/load_sequence.1.0.0.json
@@ -3,6 +3,10 @@
     "kind": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractAccessControlList.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:AbstractActivityParameter:1.1.0",
+    "relativePath": "shared-schemas/osdu/abstract/AbstractActivityParameter.1.1.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:AbstractActivityParameter:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractActivityParameter.1.0.0.json"
@@ -91,6 +95,10 @@
     "kind": "{{schema-authority}}:wks:AbstractContact:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractContact.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:AbstractContent:1.0.0",
+    "relativePath": "shared-schemas/osdu/abstract/AbstractContent.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:AbstractDataset:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractDataset.1.0.0.json"
@@ -227,6 +235,10 @@
     "kind": "{{schema-authority}}:wks:AbstractProject:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractProject.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:AbstractProjectActivity:1.2.0",
+    "relativePath": "shared-schemas/osdu/abstract/AbstractProjectActivity.1.2.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:AbstractProjectActivity:1.1.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractProjectActivity.1.1.0.json"
@@ -283,6 +295,10 @@
     "kind": "{{schema-authority}}:wks:AbstractVectorHeaderMapping:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractVectorHeaderMapping.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:AbstractWPCActivity:1.2.0",
+    "relativePath": "shared-schemas/osdu/abstract/AbstractWPCActivity.1.2.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:AbstractWPCActivity:1.1.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractWPCActivity.1.1.0.json"
@@ -315,6 +331,10 @@
     "kind": "{{schema-authority}}:wks:AbstractWorkProductComponent:1.0.0",
     "relativePath": "shared-schemas/osdu/abstract/AbstractWorkProductComponent.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:work-product-component--Activity:1.3.0",
+    "relativePath": "shared-schemas/osdu/work-product-component/Activity.1.3.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:work-product-component--Activity:1.2.0",
     "relativePath": "shared-schemas/osdu/work-product-component/Activity.1.2.0.json"
@@ -787,6 +807,10 @@
     "kind": "{{schema-authority}}:wks:dataset--File.CompressedVectorHeaders:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.CompressedVectorHeaders.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--File.EML:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/File.EML.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:dataset--File.Generic:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.Generic.1.0.0.json"
@@ -795,6 +819,10 @@
     "kind": "{{schema-authority}}:wks:dataset--File.GeoJSON:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.GeoJSON.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--File.HDF5:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/File.HDF5.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:dataset--File.Image.JPEG:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.Image.JPEG.1.0.0.json"
@@ -815,6 +843,14 @@
     "kind": "{{schema-authority}}:wks:dataset--File.OGC.GeoTIFF:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.OGC.GeoTIFF.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--File.PRODML:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/File.PRODML.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--File.SeismicHistogram:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/File.SeismicHistogram.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:dataset--File.WITSML:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/File.WITSML.1.0.0.json"
@@ -823,6 +859,10 @@
     "kind": "{{schema-authority}}:wks:dataset--FileCollection.Bluware.OpenVDS:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/FileCollection.Bluware.OpenVDS.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--FileCollection.EPC:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/FileCollection.EPC.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:dataset--FileCollection.Esri.Shape:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/FileCollection.Esri.Shape.1.0.0.json"
@@ -831,6 +871,14 @@
     "kind": "{{schema-authority}}:wks:dataset--FileCollection.Generic:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/FileCollection.Generic.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--FileCollection.SEGA:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/FileCollection.SEGA.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:dataset--FileCollection.SEGB:1.0.0",
+    "relativePath": "shared-schemas/osdu/dataset/FileCollection.SEGB.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:dataset--FileCollection.SEGD:1.0.0",
     "relativePath": "shared-schemas/osdu/dataset/FileCollection.SEGD.1.0.0.json"
@@ -1043,6 +1091,10 @@
     "kind": "{{schema-authority}}:wks:work-product-component--GpGridRepresentation:1.0.0",
     "relativePath": "shared-schemas/osdu/work-product-component/GpGridRepresentation.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--GrainDensityMeasurementType:1.0.1",
+    "relativePath": "shared-schemas/osdu/reference-data/GrainDensityMeasurementType.1.0.1.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--GrainDensityMeasurementType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/GrainDensityMeasurementType.1.0.0.json"
@@ -1139,6 +1191,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--InSARProcessingType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/InSARProcessingType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--IndexPropertyPathConfiguration:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/IndexPropertyPathConfiguration.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--IndexableElement:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/IndexableElement.1.0.0.json"
@@ -1311,6 +1367,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--OperatingEnvironment:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/OperatingEnvironment.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:master-data--OperationsReport:1.3.0",
+    "relativePath": "shared-schemas/osdu/master-data/OperationsReport.1.3.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:master-data--OperationsReport:1.2.0",
     "relativePath": "shared-schemas/osdu/master-data/OperationsReport.1.2.0.json"
@@ -1391,6 +1451,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--ParameterType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/ParameterType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--ParentMatchingRuleSets:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/ParentMatchingRuleSets.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--PerforationCentralizationMethodType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/PerforationCentralizationMethodType.1.0.0.json"
@@ -1431,6 +1495,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--PerforationGunMetallurgyType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/PerforationGunMetallurgyType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--PerforationGunPhasingType:1.0.1",
+    "relativePath": "shared-schemas/osdu/reference-data/PerforationGunPhasingType.1.0.1.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--PerforationGunPhasingType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/PerforationGunPhasingType.1.0.0.json"
@@ -1931,6 +1999,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--SeismicGeometryType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/SeismicGeometryType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:content--SeismicHistogram:1.0.0",
+    "relativePath": "shared-schemas/osdu/content/SeismicHistogram.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:work-product-component--SeismicHorizon:1.2.0",
     "relativePath": "shared-schemas/osdu/work-product-component/SeismicHorizon.1.2.0.json"
@@ -2063,6 +2135,22 @@
     "kind": "{{schema-authority}}:wks:reference-data--SidewallCoreType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/SidewallCoreType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--SoilGasAnalysisType:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/SoilGasAnalysisType.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--SoilGasApplication:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/SoilGasApplication.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:work-product-component--SoilGasMonitoring:1.0.0",
+    "relativePath": "shared-schemas/osdu/work-product-component/SoilGasMonitoring.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--SoilGasSamplingMethod:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/SoilGasSamplingMethod.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--SpatialGeometryType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/SpatialGeometryType.1.0.0.json"
@@ -2191,6 +2279,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--TrajectoryStationPropertyType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/TrajectoryStationPropertyType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:work-product-component--TubularAssembly:1.2.0",
+    "relativePath": "shared-schemas/osdu/work-product-component/TubularAssembly.1.2.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:work-product-component--TubularAssembly:1.1.0",
     "relativePath": "shared-schemas/osdu/work-product-component/TubularAssembly.1.1.0.json"
@@ -2235,6 +2327,22 @@
     "kind": "{{schema-authority}}:wks:reference-data--TubularComponentType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/TubularComponentType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--TubularExtCompAttachMechanism:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/TubularExtCompAttachMechanism.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--TubularExtCompAttachPattern:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/TubularExtCompAttachPattern.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--TubularExtCompType:1.0.0",
+    "relativePath": "shared-schemas/osdu/reference-data/TubularExtCompType.1.0.0.json"
+  },
+  {
+    "kind": "{{schema-authority}}:wks:work-product-component--TubularExternalComponent:1.0.0",
+    "relativePath": "shared-schemas/osdu/work-product-component/TubularExternalComponent.1.0.0.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--TubularMaterialType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/TubularMaterialType.1.0.0.json"
@@ -2299,6 +2407,10 @@
     "kind": "{{schema-authority}}:wks:work-product-component--UnstructuredGridRepresentation:1.0.0",
     "relativePath": "shared-schemas/osdu/work-product-component/UnstructuredGridRepresentation.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--ValueChainStatusType:1.0.1",
+    "relativePath": "shared-schemas/osdu/reference-data/ValueChainStatusType.1.0.1.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--ValueChainStatusType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/ValueChainStatusType.1.0.0.json"
@@ -2551,6 +2663,10 @@
     "kind": "{{schema-authority}}:wks:reference-data--WellboreOpeningType:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/WellboreOpeningType.1.0.0.json"
   },
+  {
+    "kind": "{{schema-authority}}:wks:reference-data--WellboreReason:1.0.1",
+    "relativePath": "shared-schemas/osdu/reference-data/WellboreReason.1.0.1.json"
+  },
   {
     "kind": "{{schema-authority}}:wks:reference-data--WellboreReason:1.0.0",
     "relativePath": "shared-schemas/osdu/reference-data/WellboreReason.1.0.0.json"
diff --git a/deployments/shared-schemas/osdu/master-data/OperationsReport.1.3.0.json b/deployments/shared-schemas/osdu/master-data/OperationsReport.1.3.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..91fed7f863e4eabe0d393a8261fd5262ace1082f
--- /dev/null
+++ b/deployments/shared-schemas/osdu/master-data/OperationsReport.1.3.0.json
@@ -0,0 +1,3953 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "master-data--OperationsReport",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 3,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:master-data--OperationsReport:1.3.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/master-data/OperationsReport.1.3.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:master-data--OperationsReport:1.3.0",
+    "title": "OperationsReport",
+    "description": "A standard report of all drilling, completion or well work events conducted on a well during a given period, usually a 24-hour day.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:master-data\\-\\-OperationsReport:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:master-data--OperationsReport:292b3eb6-4e71-5b07-939a-fc50bfdabe3a"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:master-data--OperationsReport:1.3.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractMaster:1.1.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "StartDateTime": {
+                "type": "string",
+                "title": "Start Date Time",
+                "description": "Date and time that the reporting period started. A report period is commonly 24 hours.",
+                "format": "date-time",
+                "x-osdu-frame-of-reference": "DateTime",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen"
+              },
+              "EndDateTime": {
+                "type": "string",
+                "title": "End Date Time",
+                "description": "Date and time that the reporting period ended. A report period is commonly 24 hours.",
+                "format": "date-time",
+                "x-osdu-frame-of-reference": "DateTime",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen"
+              },
+              "BitRecord": {
+                "type": "array",
+                "title": "Bit Record",
+                "description": "Information about a bit.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "BitRecord",
+                  "description": "Information on the condition of the Drill Bit as recorded during an operations report",
+                  "properties": {
+                    "NumBit": {
+                      "type": "string",
+                      "title": "Identifier",
+                      "description": "Bit number and rerun number e.g. \"4.1\" for the first rerun of bit 4.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterBit": {
+                      "type": "number",
+                      "title": "Bit Diameter",
+                      "description": "Diameter of drilled hole.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterPassThrough": {
+                      "type": "number",
+                      "title": "Pass Through Diameter",
+                      "description": "Minimum hole or tubing which bit will pass through (for bi-center bits).",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterPilot": {
+                      "type": "number",
+                      "title": "Pilot Diameter",
+                      "description": "Diameter of pilot bit (for bi-center bits).",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Manufacturer": {
+                      "type": "string",
+                      "title": "Manufacturer",
+                      "description": "Manufacturer / supplier of the item.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TypeBit": {
+                      "type": "string",
+                      "title": "Bit Type",
+                      "description": "Type of bit.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-BitType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "BitType"
+                        }
+                      ]
+                    },
+                    "Cost": {
+                      "type": "number",
+                      "title": "Cost",
+                      "description": "Bit cost in local currency.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CostCurrency": {
+                      "type": "string",
+                      "title": "Cost Currency",
+                      "description": "The name of the local currency"
+                    },
+                    "MfgCode": {
+                      "type": "string",
+                      "title": "Manufacturer Code",
+                      "description": "The manufacturers code for the bit.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "IADCCode": {
+                      "type": "string",
+                      "title": "IADC code",
+                      "description": "IADC bit code.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionInner": {
+                      "type": "number",
+                      "title": "Initial Inner Condition",
+                      "description": "Condition of inner tooth rows (inner 2/3 of bit) (0-8).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionOuter": {
+                      "type": "number",
+                      "title": "Initial Outer Condition",
+                      "description": "Condition of outer tooth rows (outer 1/3 of bit) (0-8).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionDull": {
+                      "type": "string",
+                      "title": "Initial Dull Condition",
+                      "description": "Overall dull condition from IADC bit wear 2 character codes.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-BitDullCode:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "BitDullCode"
+                        }
+                      ]
+                    },
+                    "InitialConditionLocation": {
+                      "type": "string",
+                      "title": "Initial Condition Location",
+                      "description": "Row and cone numbers for items which need location information (e.g. Cracked Cone, Lost Cone etc).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionBearing": {
+                      "type": "string",
+                      "title": "Initial Condition Bearing",
+                      "description": "Condition of bit bearings (integer 0-8 or E, F, N or X)).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionGauge": {
+                      "type": "string",
+                      "title": "Initial Condition Gauge",
+                      "description": "Condition of bit gauge in 1/16 of an inch. I = in gauge, else number of 16ths out of gauge.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionOther": {
+                      "type": "string",
+                      "title": "Initial Condition Other",
+                      "description": "Other comments on bit condition from IADC list (BitDullCode in standard list).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "InitialConditionReason": {
+                      "type": "string",
+                      "title": "Initial Condition Reason",
+                      "description": "Reason bit was pulled from IADC codes.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-BitReasonPulled:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "BitReasonPulled"
+                        }
+                      ]
+                    },
+                    "FinalConditionInner": {
+                      "type": "number",
+                      "title": "Final Condition Inner",
+                      "description": "Condition of inner tooth rows (inner 2/3 of bit) (0-8).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionOuter": {
+                      "type": "number",
+                      "title": "Final Condition Outer",
+                      "description": "Condition of outer tooth rows (outer 1/3 of bit) (0-8).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionDull": {
+                      "type": "string",
+                      "title": "Final Condition Dull",
+                      "description": "Overall dull condition from IADC bit wear 2 character codes.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-BitDullCode:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "BitDullCode"
+                        }
+                      ]
+                    },
+                    "FinalConditionLocation": {
+                      "type": "string",
+                      "title": "Final Condition Location",
+                      "description": "Row and cone numbers for items which need location information (e.g. Cracked Cone, Lost Cone etc).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionBearing": {
+                      "type": "string",
+                      "title": "Final Condition Bearing",
+                      "description": "Condition of bit bearings (integer 0-8 or E, F, N or X).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionGauge": {
+                      "type": "string",
+                      "title": "Final Condition Gauge",
+                      "description": "Condition of bit gauge in 1/16 of a inch. I = in gauge, else number of 16ths out of gauge.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionOther": {
+                      "type": "string",
+                      "title": "Final Condition Other",
+                      "description": "Other comments on bit condition from IADC list (BitDullCode in Standard LISTS).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FinalConditionReason": {
+                      "type": "string",
+                      "title": "Final Condition Reason",
+                      "description": "Reason bit was pulled from IADC codes.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-BitReasonPulled:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "BitReasonPulled"
+                        }
+                      ]
+                    },
+                    "DriveType": {
+                      "type": "string",
+                      "title": "Drive Type",
+                      "description": "Bit drive type (Motor, rotary table etc).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "BitClass": {
+                      "type": "string",
+                      "title": "Bit Class",
+                      "description": "N = new, U = used.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    }
+                  },
+                  "required": [
+                    "NumBit"
+                  ]
+                }
+              },
+              "DrillActivity": {
+                "type": "array",
+                "title": "Drill Activity",
+                "description": "DEPRECATED: An Array of sequential operation activities descriptions performed during this reporting period. Potentially includes critical path and offline activities.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "Drilling Activity",
+                  "description": "DEPRECATED: Use data.OperationsReport instead. Information regarding an individual activity that is part of the Drilling Report",
+                  "properties": {
+                    "ActivityID": {
+                      "type": "string",
+                      "title": "Activity ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityID instead. Identifier of the activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "StartDateTime": {
+                      "type": "string",
+                      "title": "Start Date Time",
+                      "description": "DEPRECATED: Use data.OperationsActivity.StartDateTime instead. Date and time that activities started.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "EndDateTime": {
+                      "type": "string",
+                      "title": "End Date Time",
+                      "description": "DEPRECATED: Use data.OperationsActivity.EndDateTime instead. Date and time that activities ended.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Duration": {
+                      "type": "string",
+                      "title": "Duration",
+                      "description": "DEPRECATED: Transform the string value to a number and assign it to data.OperationsActivity.ActualDuration (and assign the actual unit in meta[]). The activity duration (commonly in hours).",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "MeasuredDepth": {
+                      "type": "number",
+                      "title": "Measured Depth",
+                      "description": "DEPRECATED: Use data.OperationsActivity.MeasuredDepth instead. The measured depth to the drilling activity/operation.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TVD": {
+                      "type": "number",
+                      "title": "TVD",
+                      "description": "DEPRECATED: Use data.OperationsActivity.TVD instead. True vertical depth to the drilling activity/operation.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Phase": {
+                      "type": "string",
+                      "title": "Phase",
+                      "description": "DEPRECATED: Use data.OperationsActivity.Phase instead. Phase refers to a large activity classification, e.g., drill surface hole.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityCodeID": {
+                      "type": "string",
+                      "title": "Activity Code",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityCodeID instead. The activity code of the activity",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityCode:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityCode"
+                        }
+                      ]
+                    },
+                    "DetailActivity": {
+                      "type": "string",
+                      "title": "Detail Activity",
+                      "description": "DEPRECATED: Use data.OperationsActivity.DetailActivity instead. Custom string to further define an activity.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TypeActivityClassID": {
+                      "type": "string",
+                      "title": "Type Activity Class ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.TypeActivityClassID instead. Classifier (planned, unplanned, downtime).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-DrillingActivityClassType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "DrillingActivityClassType"
+                        }
+                      ]
+                    },
+                    "ActivityMDTop": {
+                      "type": "number",
+                      "title": "Activity MD Top",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityMDTop instead. Measured depth at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityMDBase": {
+                      "type": "number",
+                      "title": "Activity MD Base",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityMDBase instead. Measured depth at the base of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityTVDTop": {
+                      "type": "number",
+                      "title": "Activity TVD Top",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityTVDTop instead. TVD at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityTVDBase": {
+                      "type": "number",
+                      "title": "Activity TVD Base",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityTVDBase instead. TVD at the base of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "BitMDTop": {
+                      "type": "number",
+                      "title": "Bit MD Top",
+                      "description": "DEPRECATED: Use data.OperationsActivity.BitMDTop instead. Measured depth of the bit at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "BitMDBase": {
+                      "type": "number",
+                      "title": "Bit MD Base",
+                      "description": "DEPRECATED: Use data.OperationsActivity.BitMDBase instead. Measured depth of the bit at the ase of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityOutcomeID": {
+                      "type": "string",
+                      "title": "Activity Outcome",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityOutcomeID instead. OK, Finish, interrupted, failed, etc.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityOutcome:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityOutcome"
+                        }
+                      ]
+                    },
+                    "ActivityOutcomeDetailID": {
+                      "type": "string",
+                      "title": "Activity Outcome Detail",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ActivityOutcomeDetailID instead. More detail on the outcome of the activity. For Example Injury, Operation Failed, Kick, Circulation Loss, Mud Loss",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityOutcomeDetail:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityOutcomeDetail"
+                        }
+                      ]
+                    },
+                    "OperatorID": {
+                      "type": "string",
+                      "title": "Operator ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.OperatorID instead. Reference to the Organisation that represents the Operator",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    },
+                    "ServiceProviderID": {
+                      "type": "string",
+                      "title": "Service Provider ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ServiceProviderID instead. Reference to the Organisation that represents the Service Provider",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    },
+                    "TubularID": {
+                      "type": "string",
+                      "title": "Tubular ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.TubularID instead. A pointer to the tubular object related to this activity. Not the Hole Section that you are operating within.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularAssembly:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "work-product-component",
+                          "EntityType": "TubularAssembly"
+                        }
+                      ]
+                    },
+                    "IsOptimum": {
+                      "type": "boolean",
+                      "title": "Is Optimum",
+                      "description": "DEPRECATED: Use data.OperationsActivity.IsOptimum instead. Is the activity optimum? Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "IsProductive": {
+                      "type": "boolean",
+                      "title": "Is Productive",
+                      "description": "DEPRECATED: Use data.OperationsActivity.IsProductive instead. Does activity bring closer to objective?  Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "IsOffline": {
+                      "type": "boolean",
+                      "title": "Is Offline",
+                      "description": "DEPRECATED: Use data.OperationsActivity.IsOffline instead. Is the activity an Offline activity, Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ItemState": {
+                      "type": "string",
+                      "title": "Item State",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ItemState instead. The item state for the data object. (Actual, Planned, Unknown and Modeled)",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "DEPRECATED: Use data.OperationsActivity.Comments instead. Comments and remarks.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ProprietaryActivityCode": {
+                      "type": "array",
+                      "title": "Proprietary Activity Code",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ProprietaryActivityCode instead. Alternate proprietary activity code. For example contractor specific activity code",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "items": {
+                        "type": "object",
+                        "title": "Object Alias",
+                        "description": "Definition of an alias",
+                        "properties": {
+                          "Identifier": {
+                            "type": "string",
+                            "title": "Identifier",
+                            "description": "Identifier property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          },
+                          "Description": {
+                            "type": "string",
+                            "title": "Description",
+                            "description": "Description Property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          },
+                          "Authority": {
+                            "type": "string",
+                            "title": "Authority",
+                            "description": "Authority property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          }
+                        },
+                        "required": [
+                          "Identifier",
+                          "Authority"
+                        ]
+                      }
+                    },
+                    "ParentID": {
+                      "type": "string",
+                      "title": "Parent ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ParentID instead. The UID of the parent activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PredecessorID": {
+                      "type": "string",
+                      "title": "Predecessor ID",
+                      "description": "DEPRECATED: Use data.OperationsActivity.PredecessorID instead. The UID of the preceding activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedHoleDepthIn": {
+                      "type": "number",
+                      "title": "Planned Hole Depth In",
+                      "description": "DEPRECATED: Use data.OperationsActivity.PlannedHoleDepthIn  instead. The planned hole depth at the start of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedHoleDepthOut": {
+                      "type": "number",
+                      "title": "Planned Hole Depth Out",
+                      "description": "DEPRECATED: Use data.OperationsActivity.PlannedHoleDepthOut instead. The planned hole depth at the end of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedDuration": {
+                      "type": "number",
+                      "title": "Planned Duration",
+                      "description": "DEPRECATED: Use data.OperationsActivity.PlannedDuration instead. The planned duration for the activity.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TargetDepth": {
+                      "type": "number",
+                      "title": "Target Depth",
+                      "description": "DEPRECATED: Use data.OperationsActivity.TargetDepth instead. The target depth of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "OperationalNotes": {
+                      "type": "string",
+                      "title": "Operational Notes",
+                      "description": "DEPRECATED: Use data.OperationsActivity.OperationalNotes instead. Notes associated with the operation",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "AttachmentIDs": {
+                      "type": "array",
+                      "title": "Attachment IDs",
+                      "description": "DEPRECATED: Use data.OperationsActivity.AttachmentIDs instead. Attachments associated with the activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "items": {
+                        "type": "string",
+                        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-Document:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                        "x-osdu-relationship": [
+                          {
+                            "GroupType": "work-product-component",
+                            "EntityType": "Document"
+                          }
+                        ]
+                      }
+                    },
+                    "SectionDiameter": {
+                      "type": "number",
+                      "title": "Section Diameter",
+                      "description": "DEPRECATED: Use data.OperationsActivity.SectionDiameter instead. The Diameter of the section in which the activity took place",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ObjectReference": {
+                      "type": "string",
+                      "title": "Object Reference",
+                      "description": "DEPRECATED: Use data.OperationsActivity.ObjectReference instead. link to an external object or document. For example Regulatory submission, Tour sheet.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    }
+                  }
+                }
+              },
+              "OperationsActivity": {
+                "type": "array",
+                "title": "Operations Activity",
+                "description": "An array of sequential operation activities descriptions performed during this reporting period. Potentially includes critical path and offline activities.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "Operations Activity",
+                  "description": "Information regarding an individual activity that is part of the Operations Report",
+                  "properties": {
+                    "ActivityID": {
+                      "type": "string",
+                      "title": "Activity ID",
+                      "description": "Identifier of the activity.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "StartDateTime": {
+                      "type": "string",
+                      "title": "Start Date Time",
+                      "description": "Date and time that activities started.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "EndDateTime": {
+                      "type": "string",
+                      "title": "End Date Time",
+                      "description": "Date and time that activities ended.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActualDuration": {
+                      "type": "number",
+                      "title": "Actual Duration",
+                      "description": "Actual duration of the activity.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "MeasuredDepth": {
+                      "type": "number",
+                      "title": "Measured Depth",
+                      "description": "DEPRECATED: The measured depth to the activity/operation.  Use ActivityMDBase instead.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TVD": {
+                      "type": "number",
+                      "title": "TVD",
+                      "description": "DEPRECATED: True vertical depth to the activity/operation. Use ActivityTVDBase instead.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Phase": {
+                      "type": "string",
+                      "title": "Phase",
+                      "description": "Phase refers to a large activity classification, e.g., drill surface hole.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityCodeID": {
+                      "type": "string",
+                      "title": "Activity Code",
+                      "description": "The activity code of the activity",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityCode:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityCode"
+                        }
+                      ]
+                    },
+                    "DetailActivity": {
+                      "type": "string",
+                      "title": "Detail Activity",
+                      "description": "Custom string to further define an activity.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TypeActivityClassID": {
+                      "type": "string",
+                      "title": "Type Activity Class ID",
+                      "description": "Classifier (planned, unplanned, downtime).",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-DrillingActivityClassType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "DrillingActivityClassType"
+                        }
+                      ]
+                    },
+                    "ActivityMDTop": {
+                      "type": "number",
+                      "title": "Activity MD Top",
+                      "description": "Measured depth at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityMDBase": {
+                      "type": "number",
+                      "title": "Activity MD Base",
+                      "description": "Measured depth at the base of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityTVDTop": {
+                      "type": "number",
+                      "title": "Activity TVD Top",
+                      "description": "TVD at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityTVDBase": {
+                      "type": "number",
+                      "title": "Activity TVD Base",
+                      "description": "TVD at the base of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "BitMDTop": {
+                      "type": "number",
+                      "title": "Bit MD Top",
+                      "description": "Measured depth of the bit at the top of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "BitMDBase": {
+                      "type": "number",
+                      "title": "Bit MD Base",
+                      "description": "Measured depth of the bit at the ase of interval over which the activity was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ActivityOutcomeID": {
+                      "type": "string",
+                      "title": "Activity Outcome",
+                      "description": "OK, Finish, interrupted, failed, etc.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityOutcome:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityOutcome"
+                        }
+                      ]
+                    },
+                    "ActivityOutcomeDetailID": {
+                      "type": "string",
+                      "title": "Activity Outcome Detail",
+                      "description": "More detail on the outcome of the activity. For Example Injury, Operation Failed, Kick, Circulation Loss, Mud Loss",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityOutcomeDetail:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "ActivityOutcomeDetail"
+                        }
+                      ]
+                    },
+                    "OperatorID": {
+                      "type": "string",
+                      "title": "Operator ID",
+                      "description": "Reference to the Organisation that represents the Operator",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    },
+                    "ServiceProviderID": {
+                      "type": "string",
+                      "title": "Service Provider ID",
+                      "description": "Reference to the Organisation that represents the Service Provider",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    },
+                    "TubularID": {
+                      "type": "string",
+                      "title": "Tubular ID",
+                      "description": "A pointer to the tubular object related to this activity. Not the Hole Section that you are operating within.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularAssembly:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "work-product-component",
+                          "EntityType": "TubularAssembly"
+                        }
+                      ]
+                    },
+                    "IsOptimum": {
+                      "type": "boolean",
+                      "title": "Is Optimum",
+                      "description": "Is the activity optimum? Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "IsProductive": {
+                      "type": "boolean",
+                      "title": "Is Productive",
+                      "description": "Does activity bring closer to objective?  Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "IsOffline": {
+                      "type": "boolean",
+                      "title": "Is Offline",
+                      "description": "Is the activity an Offline activity, Values are \"true\" (or \"1\") and \"false\" (or \"0\").",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ItemState": {
+                      "type": "string",
+                      "title": "Item State",
+                      "description": "The item state for the data object. (Actual, Planned, Unknown and Modeled)",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ProprietaryActivityCode": {
+                      "type": "array",
+                      "title": "Proprietary Activity Code",
+                      "description": "Alternate proprietary activity code. For example contractor specific activity code",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "items": {
+                        "type": "object",
+                        "title": "Object Alias",
+                        "description": "Definition of an alias",
+                        "properties": {
+                          "Identifier": {
+                            "type": "string",
+                            "title": "Identifier",
+                            "description": "Identifier property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          },
+                          "Description": {
+                            "type": "string",
+                            "title": "Description",
+                            "description": "Description Property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          },
+                          "Authority": {
+                            "type": "string",
+                            "title": "Authority",
+                            "description": "Authority property",
+                            "x-osdu-attribution-authority": "The Open Group",
+                            "x-osdu-attribution-publication": "The OSDU Data Platform",
+                            "x-osdu-attribution-revision": "evergreen"
+                          }
+                        },
+                        "required": [
+                          "Identifier",
+                          "Authority"
+                        ]
+                      }
+                    },
+                    "ParentID": {
+                      "type": "string",
+                      "title": "Parent ID",
+                      "description": "The UID of the parent activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PredecessorID": {
+                      "type": "string",
+                      "title": "Predecessor ID",
+                      "description": "The UID of the preceding activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedHoleDepthIn": {
+                      "type": "number",
+                      "title": "Planned Hole Depth In",
+                      "description": "The planned hole depth at the start of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedHoleDepthOut": {
+                      "type": "number",
+                      "title": "Planned Hole Depth Out",
+                      "description": "The planned hole depth at the end of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlannedDuration": {
+                      "type": "number",
+                      "title": "Planned Duration",
+                      "description": "The planned duration for the activity.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TargetDepth": {
+                      "type": "number",
+                      "title": "Target Depth",
+                      "description": "The target depth of the activity",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "OperationalNotes": {
+                      "type": "string",
+                      "title": "Operational Notes",
+                      "description": "Notes associated with the operation",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "AttachmentIDs": {
+                      "type": "array",
+                      "title": "Attachment IDs",
+                      "description": "Attachments associated with the activity",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "items": {
+                        "type": "string",
+                        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-Document:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                        "x-osdu-relationship": [
+                          {
+                            "GroupType": "work-product-component",
+                            "EntityType": "Document"
+                          }
+                        ]
+                      }
+                    },
+                    "SectionDiameter": {
+                      "type": "number",
+                      "title": "Section Diameter",
+                      "description": "The Diameter of the section in which the activity took place",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ObjectReference": {
+                      "type": "string",
+                      "title": "Object Reference",
+                      "description": "link to an external object or document. For example Regulatory submission, Tour sheet.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "WellboreID": {
+                      "type": "string",
+                      "title": "Wellbore ID",
+                      "description": "A Reference to the wellbore in which the activities take place.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen",
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Wellbore"
+                        }
+                      ]
+                    }
+                  }
+                }
+              },
+              "WellboreID": {
+                "type": "string",
+                "title": "Wellbore ID",
+                "description": "A link to the wellbore that was active at the end of this report period.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Wellbore"
+                  }
+                ]
+              },
+              "WellAlias": {
+                "type": "object",
+                "title": "Well Alias",
+                "description": "Local name defined for the Well",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "properties": {
+                  "Identifier": {
+                    "type": "string",
+                    "title": "Identifier",
+                    "description": "Identifier property",
+                    "x-osdu-attribution-authority": "The Open Group",
+                    "x-osdu-attribution-publication": "The OSDU Data Platform",
+                    "x-osdu-attribution-revision": "evergreen"
+                  },
+                  "Description": {
+                    "type": "string",
+                    "title": "Description",
+                    "description": "Description Property",
+                    "x-osdu-attribution-authority": "The Open Group",
+                    "x-osdu-attribution-publication": "The OSDU Data Platform",
+                    "x-osdu-attribution-revision": "evergreen"
+                  },
+                  "Authority": {
+                    "type": "string",
+                    "title": "Authority",
+                    "description": "Authority property",
+                    "x-osdu-attribution-authority": "The Open Group",
+                    "x-osdu-attribution-publication": "The OSDU Data Platform",
+                    "x-osdu-attribution-revision": "evergreen"
+                  }
+                },
+                "required": [
+                  "Identifier",
+                  "Authority"
+                ]
+              },
+              "WellboreAlias": {
+                "type": "array",
+                "title": "Wellbore Alias",
+                "description": "Local name defined for the wellbore",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "Object Alias",
+                  "description": "Definition of an alias",
+                  "properties": {
+                    "Identifier": {
+                      "type": "string",
+                      "title": "Identifier",
+                      "description": "Identifier property",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Description": {
+                      "type": "string",
+                      "title": "Description",
+                      "description": "Description Property",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Authority": {
+                      "type": "string",
+                      "title": "Authority",
+                      "description": "Authority property",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    }
+                  },
+                  "required": [
+                    "Identifier",
+                    "Authority"
+                  ]
+                }
+              },
+              "StatusInfo": {
+                "type": "array",
+                "title": "Status Info",
+                "description": "Information regarding the status of the wellbore during this reporting period",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "DrillingReportStatusInfo",
+                  "description": "Status information related to an Operations Report",
+                  "properties": {
+                    "StatusDateTime": {
+                      "type": "string",
+                      "title": "Status Date Time",
+                      "description": "The date and time for which the well status is reported.",
+                      "format": "date-time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ReportEndMD": {
+                      "type": "number",
+                      "title": "Report End MD",
+                      "description": "Wellbore measured depth at the end of the report period.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ReportEndTVD": {
+                      "type": "number",
+                      "title": "Report End TVD",
+                      "description": "Wellbore true vertical depth at the end of the report.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PlugTopMD": {
+                      "type": "number",
+                      "title": "Plug Top MD",
+                      "description": "The measured plug back depth.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterHole": {
+                      "type": "number",
+                      "title": "Hole Diameter",
+                      "description": "Hole nominal inside diameter.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterHoleStartMD": {
+                      "type": "number",
+                      "title": "Diameter Hole Start MD",
+                      "description": "Measured depth to the start of the current hole diameter.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterPilot": {
+                      "type": "number",
+                      "title": "Pilot Diameter",
+                      "description": "Pilot hole nominal inside diameter.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterPilotPlanMD": {
+                      "type": "number",
+                      "title": "Pilot Diameter Plan MD",
+                      "description": "The planned measured depth of the pilot hole.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DiameterPilotPlanTVD": {
+                      "type": "number",
+                      "title": "Pilot Diameter Plan TVD",
+                      "description": "The planned true vertical depth of the pilot hole.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TypeWellbore": {
+                      "type": "string",
+                      "title": "Wellbore Type",
+                      "description": "Type of wellbore.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "KickoffMD": {
+                      "type": "number",
+                      "title": "Kickoff MD",
+                      "description": "Measured depth to the kickoff point of the wellbore.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "KickoffTVD": {
+                      "type": "number",
+                      "title": "Kickoff TVD",
+                      "description": "True vertical depth to the kickoff point of the wellbore.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FormationStrength": {
+                      "type": "number",
+                      "title": "Formation Strength",
+                      "description": "The measured formation strength. This should be the final measurement before the end of the report period.",
+                      "x-osdu-frame-of-reference": "UOM:mass per volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FormationStrengthMD": {
+                      "type": "number",
+                      "title": "Formation Strength MD",
+                      "description": "The measured depth of the formation strength measurement.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "FormationStrengthTVD": {
+                      "type": "number",
+                      "title": "Formation Strength TVD",
+                      "description": "The true vertical depth of the formation strength measurement.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CasingDiameterLast": {
+                      "type": "number",
+                      "title": "Last Casing Diameter",
+                      "description": "Diameter of the last casing joint.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CasingMDLast": {
+                      "type": "number",
+                      "title": "Last Casing MD",
+                      "description": "Measured depth of the last casing joint.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CasingTVDLast": {
+                      "type": "number",
+                      "title": "Last Casing TVD",
+                      "description": "True vertical depth of last casing joint.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PresTestType": {
+                      "type": "string",
+                      "title": "Pressure Test Type",
+                      "description": "The type of pressure test that was run.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "MdPlanned": {
+                      "type": "number",
+                      "title": "Planned MD",
+                      "description": "The measured depth planned to be reached.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DrilledDistance": {
+                      "type": "number",
+                      "title": "Drilled Distance",
+                      "description": "Distance drilled.  This should be measured along the centerline of the wellbore.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Summary24Hr": {
+                      "type": "string",
+                      "title": "24Hr Summary",
+                      "description": "A summary of the activities performed and the status of the ongoing activities.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Forecast24Hr": {
+                      "type": "string",
+                      "title": "24Hr Forecast",
+                      "description": "A summary of  planned activities for the next reporting period.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "RopCurrent": {
+                      "type": "number",
+                      "title": "Current ROP",
+                      "description": "Rate of penetration at the end of the reporting period.",
+                      "x-osdu-frame-of-reference": "UOM:length per time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Rig": {
+                      "type": "string",
+                      "title": "Rig",
+                      "description": "A pointer to the rig used.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeStart": {
+                      "type": "number",
+                      "title": "Elapsed Start Time",
+                      "description": "Time from the start of operations (commonly in days).",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeSpud": {
+                      "type": "number",
+                      "title": "Elapsed Spud Time",
+                      "description": "Time since the bit broke ground (commonly in days).",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeLoc": {
+                      "type": "number",
+                      "title": "Elapsed Time Location",
+                      "description": "Time the rig has been on location (commonly in days).",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeDrill": {
+                      "type": "number",
+                      "title": "Elapsed Drilling Time",
+                      "description": "Drilling time.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "RopAverage": {
+                      "type": "number",
+                      "title": "Average ROP",
+                      "description": "Average rate of penetration.",
+                      "x-osdu-frame-of-reference": "UOM:length per time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Supervisor": {
+                      "type": "string",
+                      "title": "Supervisor",
+                      "description": "Name of the rig supervisor",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Engineer": {
+                      "type": "string",
+                      "title": "Engineer",
+                      "description": "Name of the operator's drilling engineer.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Geologist": {
+                      "type": "string",
+                      "title": "Geologist",
+                      "description": "Name of operator's wellsite geologist.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeDrillRot": {
+                      "type": "number",
+                      "title": "Elapsed Time Rotary Drilling",
+                      "description": "Time spent rotary drilling.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeDrillSlid": {
+                      "type": "number",
+                      "title": "Elapsed Time Sliding Drilling",
+                      "description": "Time spent slide drilling from the start of the bit run.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeCirc": {
+                      "type": "number",
+                      "title": "Elapsed Time Circulating",
+                      "description": "Time spent circulating from the start of the bit run.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeReam": {
+                      "type": "number",
+                      "title": "Elapsed Time Reaming",
+                      "description": "Time spent reaming from the start of the bit run.",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeHold": {
+                      "type": "number",
+                      "title": "Relapsed Time Holding",
+                      "description": "Time spent with no directional drilling work (commonly in hours).",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ElapsedTimeSteering": {
+                      "type": "number",
+                      "title": "Elapsed Time Steering",
+                      "description": "Time spent steering the bottomhole assembly (commonly in hours).",
+                      "x-osdu-frame-of-reference": "UOM:time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DistDrillRot": {
+                      "type": "number",
+                      "title": "Drilled Distance Rotating",
+                      "description": "Distance drilled: rotating.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DistDrillSlid": {
+                      "type": "number",
+                      "title": "Drilled Distance Sliding",
+                      "description": "Distance drilled: sliding.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DistReam": {
+                      "type": "number",
+                      "title": "Drilled Distance Reaming",
+                      "description": "Distance reamed.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DistHold": {
+                      "type": "number",
+                      "title": "Drilled Distance Holding Angle",
+                      "description": "Distance covered while holding angle with a steerable drilling assembly.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "DistSteering": {
+                      "type": "number",
+                      "title": "Drilled Distance Steering",
+                      "description": "Distance covered while actively steering with a steerable drilling assembly.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "NumPOB": {
+                      "type": "integer",
+                      "title": "Number POB",
+                      "description": "Total number of personnel on board the rig.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "NumContract": {
+                      "type": "integer",
+                      "title": "Number of contractors",
+                      "description": "Number of contractor personnel on the rig.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "NumOperator": {
+                      "type": "integer",
+                      "title": "Number of operator personnel",
+                      "description": "Number of operator personnel on the rig.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "NumService": {
+                      "type": "integer",
+                      "title": "Number of Service Personnel",
+                      "description": "Number of service company personnel on the rig.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "NumAFE": {
+                      "type": "string",
+                      "title": "AFE number",
+                      "description": "Authorization for expenditure (AFE) number that this cost item applies to.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "ConditionHole": {
+                      "type": "string",
+                      "title": "Hole Condition",
+                      "description": "Description of the hole condition.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "TvdLot": {
+                      "type": "number",
+                      "title": "LOT TVD",
+                      "description": "True vertical depth of a leak off test point.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PresLotEmw": {
+                      "type": "number",
+                      "title": "Pressure LOT EMW",
+                      "description": "Leak off test equivalent mud weight.",
+                      "x-osdu-frame-of-reference": "UOM:mass per volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "PresKickTol": {
+                      "type": "number",
+                      "title": "Kick Tolerance Pressure",
+                      "description": "Kick tolerance pressure.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "VolKickTol": {
+                      "type": "number",
+                      "title": "Kick Tolerance Volume",
+                      "description": "Kick tolerance volume.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "MAASP": {
+                      "type": "number",
+                      "title": "MAASP",
+                      "description": "Maximum allowable shut-in casing pressure.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "Tubular": {
+                      "type": "string",
+                      "title": "Tubular",
+                      "description": "A pointer to the tubular (assembly) used in this report period.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CostDayMud": {
+                      "type": "number",
+                      "title": "Daily Mud Cost",
+                      "description": "The cost per day of the mud used",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    }
+                  },
+                  "required": [
+                    "StatusDateTime"
+                  ]
+                }
+              },
+              "FluidsIDs": {
+                "type": "array",
+                "title": "Fluid IDs",
+                "description": "References to the Fluids Reports generated during this reporting period.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "string",
+                  "pattern": "^[\\w\\-\\.]+:master-data\\-\\-FluidsReport:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                  "x-osdu-relationship": [
+                    {
+                      "GroupType": "master-data",
+                      "EntityType": "FluidsReport"
+                    }
+                  ]
+                }
+              },
+              "PorePressure": {
+                "type": "array",
+                "title": "Pore Pressure",
+                "description": "A reference to the PPFG information for this reporting period",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "string",
+                  "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-PPFGDataset:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                  "x-osdu-relationship": [
+                    {
+                      "GroupType": "work-product-component",
+                      "EntityType": "PPFGDataset"
+                    }
+                  ]
+                }
+              },
+              "TimedComments": {
+                "type": "array",
+                "title": "TimedComments",
+                "description": "A series of time stamped comments which comprise part of this operations report.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "type": "object",
+                  "title": "Timed Comment",
+                  "description": "Information about a series of drilling activities.",
+                  "properties": {
+                    "Comment": {
+                      "type": "string",
+                      "title": "Comment",
+                      "description": "A comment that has been recorded at a particular time",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    },
+                    "CommentTime": {
+                      "type": "string",
+                      "title": "Comment Time",
+                      "description": "The time that the comment was made",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": "evergreen"
+                    }
+                  }
+                }
+              },
+              "CustomerId": {
+                "type": "string",
+                "title": "Customer ID",
+                "description": "DEPRECATED: Reference to the Organisation that represents the Customer. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.Customer value in the Well Activity record (via data.WellActivityID).",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Organisation"
+                  }
+                ]
+              },
+              "StewardingCompanyID": {
+                "type": "string",
+                "title": "Stewarding Company ID",
+                "description": "DEPRECATED: Reference to the Organisation that represents the StewardingCompany. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.StewardingCompany value in the Well Activity record.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Organisation"
+                  }
+                ]
+              },
+              "StewardingCompanyTeamID": {
+                "type": "string",
+                "title": "Stewarding Company Team ID",
+                "description": "DEPRECATED: Reference to the Organisation that represents the StewardingCompanyTeam. With 1.1.0 or higher, please obtain the Organisation's data.Name and set it as data.StewardingCompanyTeam value in the Well Activity record.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Organisation"
+                  }
+                ]
+              },
+              "Weather": {
+                "type": "array",
+                "title": "Weather",
+                "description": "Meteorological readings for the defined time period on an operations report",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Weather",
+                  "description": "Meteorological readings for the defined time period on an operations report",
+                  "properties": {
+                    "Agency": {
+                      "type": "string",
+                      "title": "Agency",
+                      "description": "Name of company that supplied the weather data.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PrecipitationAmount": {
+                      "type": "number",
+                      "title": "Precipitation Amount",
+                      "description": "Amount of precipitation.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "SeaCurrentDirection": {
+                      "type": "number",
+                      "title": "Sea Current Direction",
+                      "description": "Azimuth of current.",
+                      "x-osdu-frame-of-reference": "UOM:plane angle",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WaveDirection": {
+                      "type": "number",
+                      "title": "Wave Direction",
+                      "description": "The direction from which the waves are coming, measured from true north.",
+                      "x-osdu-frame-of-reference": "UOM:plane angle",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WindDirection": {
+                      "type": "number",
+                      "title": "Wind Direction",
+                      "description": "The direction from which the wind is blowing, measured from true north.",
+                      "x-osdu-frame-of-reference": "UOM:plane angle",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "BarometricPressure": {
+                      "type": "number",
+                      "title": "Barometric Pressure",
+                      "description": "Atmospheric pressure.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "BeaufortScaleNumber": {
+                      "type": "number",
+                      "title": "Beaufort Scale Number",
+                      "description": "The Beaufort wind force scale is a system used to estimate and report wind speeds when no measuring apparatus is available. It was invented in the early 19th century by Admiral Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions. Values range from 0 (calm) to 12 (hurricane force).",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CloudCeiling": {
+                      "type": "number",
+                      "title": "Cloud Ceiling",
+                      "description": "Height of cloud cover.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CloudCover": {
+                      "type": "string",
+                      "title": "Cloud Cover",
+                      "description": "Description of cloud cover.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CurrentSeaSpeed": {
+                      "type": "number",
+                      "title": "Current Sea Speed",
+                      "description": "The speed of the ocean current.",
+                      "x-osdu-frame-of-reference": "UOM:length per time",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Date Time",
+                      "description": "Date and time that weather was observed",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WaveHeightAverage": {
+                      "type": "number",
+                      "title": "Wave Height Average",
+                      "description": "Average height of the sea waves.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WaveHeightMax": {
+                      "type": "number",
+                      "title": "Wave Height Maximum",
+                      "description": "The maximum wave height.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WavePeriod": {
+                      "type": "string",
+                      "title": "Wave Period",
+                      "description": "DEPRECATED: The elapsed time between the passing of two wave tops.",
+                      "format": "time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WavePeriodDuration": {
+                      "type": "number",
+                      "title": "Wave Period",
+                      "description": "The elapsed time between the passing of two wave tops.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML"
+                    },
+                    "WaveSignificant": {
+                      "type": "number",
+                      "title": "Wave Significant",
+                      "description": "An average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes).",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "SeaTemp": {
+                      "type": "number",
+                      "title": "Sea Temperature",
+                      "description": "Sea temperature.",
+                      "x-osdu-frame-of-reference": "UOM:thermodynamic temperature",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "SurfaceTempMin": {
+                      "type": "number",
+                      "title": "Surface Temperature Minimum",
+                      "description": "Minimum temperature above ground. Temperature of the atmosphere.",
+                      "x-osdu-frame-of-reference": "UOM:thermodynamic temperature",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "SurfaceTempMax": {
+                      "type": "number",
+                      "title": "Surface Temperature Maximum",
+                      "description": "Maximum temperature above ground.",
+                      "x-osdu-frame-of-reference": "UOM:thermodynamic temperature",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WindChillTemp": {
+                      "type": "number",
+                      "title": "Wind Chill Temperature",
+                      "description": "A measure of the combined chilling effect of wind and low temperature on living things, also named chill factor, e.g., according to the US weather service table, an air temperature of 30 degF with a 10 mph corresponds to a windchill of 22 degF.",
+                      "x-osdu-frame-of-reference": "UOM:thermodynamic temperature",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "WeatherType": {
+                      "type": "string",
+                      "title": "Weather Type",
+                      "description": "Type of weather.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2,
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-WeatherType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "WeatherType"
+                        }
+                      ]
+                    },
+                    "WindSpeed": {
+                      "type": "number",
+                      "title": "Wind Speed",
+                      "description": "Wind speed.",
+                      "x-osdu-frame-of-reference": "UOM:length per time",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Visibility": {
+                      "type": "number",
+                      "title": "Horizontal Visibility",
+                      "description": "Horizontal visibility.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "Personnel": {
+                "type": "array",
+                "title": "Personnel",
+                "description": "Snapshot of operations personnel broken down by each company on the rig at the time of the report.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Personnel",
+                  "description": "Snapshot of operations personnel broken down by each company on the rig at the time of the report.",
+                  "properties": {
+                    "OrganizationID": {
+                      "type": "string",
+                      "title": "Organization ID",
+                      "description": "A Reference to the organization for which have their headcount measured during this report",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": 2,
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    },
+                    "HeadCount": {
+                      "type": "number",
+                      "title": "Head Count",
+                      "description": "Number of persons on board or on location for the selected company/organization. HeadCount should be reported as a non-negative integer.",
+                      "example": 3,
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalTime": {
+                      "type": "number",
+                      "title": "Total Time",
+                      "description": "Total time worked by the company (commonly in hours).",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "OrganizationRole": {
+                      "type": "string",
+                      "title": "Organization Role",
+                      "description": "Role the organization is playing for the service being provided",
+                      "example": "namespace:reference-data--PersonnelOrganisationRole:rig_contractor:",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-PersonnelOrganisationRole:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "PersonnelOrganisationRole"
+                        }
+                      ]
+                    },
+                    "ServiceType": {
+                      "type": "string",
+                      "title": "Service Type",
+                      "description": "Service provided by the company.",
+                      "example": "namespace:reference-data--PersonnelServiceType:cementing:",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2,
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-PersonnelServiceType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "PersonnelServiceType"
+                        }
+                      ]
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    }
+                  },
+                  "required": [
+                    "OrganizationID",
+                    "HeadCount"
+                  ]
+                }
+              },
+              "PumpOp": {
+                "type": "array",
+                "title": "Pump Operations",
+                "description": "Information related to pump operations on a drilling/operations report",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Pump Operations",
+                  "description": "Information related to pump operations on a drilling/operations report",
+                  "properties": {
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Date Time",
+                      "description": "Date and time when the pump operation occurred",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LinerInnerDiameter": {
+                      "type": "number",
+                      "title": "Liner Inner Diameter",
+                      "description": "Liner inside diameter.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "StrokeLength": {
+                      "type": "number",
+                      "title": "Stroke Length",
+                      "description": "Pump stroke length.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MeasuredDepthBit": {
+                      "type": "number",
+                      "title": "Bit Measure Depth",
+                      "description": "Along-hole measured depth of the measurement from the drill datum.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PumpEfficiency": {
+                      "type": "number",
+                      "title": "Pump Efficiency",
+                      "description": "Pump efficiency.",
+                      "x-osdu-frame-of-reference": "UOM:power per power",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PumpPressure": {
+                      "type": "number",
+                      "title": "Pump Pressure",
+                      "description": "Pump pressure recorded.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PumpNumber": {
+                      "type": "string",
+                      "title": "Pump Number",
+                      "description": "The sequence number of the pump (e.g., pump 1)",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PumpOutput": {
+                      "type": "number",
+                      "title": "Pump Output",
+                      "description": "Pump output (included for efficiency).",
+                      "x-osdu-frame-of-reference": "UOM:volume per time",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "StrokeRate": {
+                      "type": "number",
+                      "title": "Pump Stroke Rate",
+                      "description": "Pump rate (strokes per minute).",
+                      "x-osdu-frame-of-reference": "UOM:angular velocity",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "OperationType": {
+                      "type": "string",
+                      "title": "Pump Operation Type",
+                      "description": "Type of pump operation.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2,
+                      "x-osdu-existing-standard": "Energistics",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-PumpOpType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "PumpOpType"
+                        }
+                      ]
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "PumpDisplacement": {
+                      "type": "number",
+                      "title": "Pump Displacement",
+                      "description": "how much fluid is moved by the pump in one cycle",
+                      "x-osdu-frame-of-reference": "UOM:volume per rotation",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "PumpModelName": {
+                      "type": "string",
+                      "title": "Pump Model Name",
+                      "description": "The model name for the pump",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "MudVolume": {
+                "type": "array",
+                "title": "Mud Volume",
+                "description": "Information related to mud volumes for drilling/operations report",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "MudVolume",
+                  "description": "Information related to mud volumes for drilling/operations report",
+                  "properties": {
+                    "MudVolumeStart": {
+                      "type": "number",
+                      "title": "Mud Volume Start",
+                      "description": "Volume of mud at start of report interval (including pits and hole).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeEnd": {
+                      "type": "number",
+                      "title": "Mud Volume End",
+                      "description": "Volume of mud at the end of the report interval (including pits and hole).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Date Time",
+                      "description": "Date and time of the mud volume",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "Datetime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudVolumeMeasureDepthTop": {
+                      "type": "number",
+                      "title": "Mud Volume Measure Depth Top",
+                      "description": "Top measured depth for which the mud volume reading was conducted",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudVolumeMeasureDepthBase": {
+                      "type": "number",
+                      "title": "Mud Volume Measure Depth Base",
+                      "description": "Bottom measured depth for which the mud volume reading was conducted",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudVolumeTvdTop": {
+                      "type": "number",
+                      "title": "Mud Volume TVD Top",
+                      "description": "Top  true vertical depth interval over which the mud volume reading was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudVolumeTvdBase": {
+                      "type": "number",
+                      "title": "Mud Volume TVD Base",
+                      "description": "Bottom true vertical depth interval over which the mud volume reading was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudVolumeBuilt": {
+                      "type": "string",
+                      "title": "Mud Volume Built",
+                      "description": "DEPRECATED - CHANGED OBJECT TYPE.  Volume of mud built.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeBuild": {
+                      "type": "number",
+                      "title": "Mud Volume Built",
+                      "description": "Volume of mud built.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML"
+                    },
+                    "MudVolumeCasing": {
+                      "type": "number",
+                      "title": "Mud Volume Casing",
+                      "description": "Volume of mud contained in casing annulus.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeDumped": {
+                      "type": "number",
+                      "title": "Mud Volume Dumped",
+                      "description": "Volume of mud dumped.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeHole": {
+                      "type": "number",
+                      "title": "Mud Volume Hole",
+                      "description": "Volume of mud contained in the openhole annulus.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeReceived": {
+                      "type": "number",
+                      "title": "Mud Volume Received",
+                      "description": "Volume of mud received from mud warehouse.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeReturned": {
+                      "type": "number",
+                      "title": "Mud Volume Returned",
+                      "description": "Volume of mud returned to mud warehouse.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeRiser": {
+                      "type": "number",
+                      "title": "Mud Volume Riser",
+                      "description": "Volume of mud contained in riser section annulus.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudVolumeString": {
+                      "type": "number",
+                      "title": "Mud Volume String",
+                      "description": "Volume of mud contained within active string.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalMudVolume": {
+                      "type": "number",
+                      "title": "Total Mud Volume",
+                      "description": "Actual total mud volume that was measured",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "ExpectedMudVolume": {
+                      "type": "number",
+                      "title": "Expected Mud Volume",
+                      "description": "Total mud volume that was expected",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "Inventory": {
+                "type": "array",
+                "title": "Inventory",
+                "description": "Quantity of items inventoried during drilling and/or operations",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Inventory",
+                  "description": "Quantity of items inventoried during drilling and/or operations",
+                  "properties": {
+                    "CostItem": {
+                      "type": "string",
+                      "title": "Item Cost",
+                      "description": "DEPRECATED: Cost for the product for the report interval.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostOfItem": {
+                      "type": "number",
+                      "title": "Item Cost",
+                      "description": "Cost for the product for the report interval.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML"
+                    },
+                    "VolumeItem": {
+                      "type": "number",
+                      "title": "Volume Item",
+                      "description": "Item volume per unit.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "WeightItem": {
+                      "type": "number",
+                      "title": "Weight Item",
+                      "description": "Item weight per unit.",
+                      "x-osdu-frame-of-reference": "UOM:mass",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "Name": {
+                      "type": "string",
+                      "title": "Name",
+                      "description": "Name or type of inventory item.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "ItemName": {
+                      "type": "number",
+                      "title": "Item Name",
+                      "description": "DEPRECATED: This property is incorrectly defined as a number, please use the Name property instead. Name or type of inventory item.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PricePerUnit": {
+                      "type": "number",
+                      "title": "Item Price Per Unit",
+                      "description": "Price per item unit, assume same currency for all items.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityAdjustment": {
+                      "type": "number",
+                      "title": "Total Quantity Adjustment",
+                      "description": "Daily quantity adjustment/correction.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityOnLocation": {
+                      "type": "number",
+                      "title": "Total Quantity on Location",
+                      "description": "Amount of the item remaining on location after all adjustments for the report interval.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityReceived": {
+                      "type": "number",
+                      "title": "Total Quantity Received",
+                      "description": "Quantity received at the site.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityReturned": {
+                      "type": "number",
+                      "title": "Total Quantity Returned",
+                      "description": "Quantity returned to base from site.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityStart": {
+                      "type": "number",
+                      "title": "Total Quantity Start",
+                      "description": "Start quantity for report interval.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityUsed": {
+                      "type": "number",
+                      "title": "Total Quantity Used",
+                      "description": "Quantity used for the report interval.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "ItemDescription": {
+                      "type": "string",
+                      "title": "Item Description",
+                      "description": "Description of the inventory item",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    }
+                  }
+                }
+              },
+              "Cost": {
+                "type": "array",
+                "title": "Cost",
+                "description": "Cost information captured for a defined time period during operations and/or drilling",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Cost",
+                  "description": "Cost information captured for a defined time period during operations and/or drilling",
+                  "properties": {
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "TotalCostAmount": {
+                      "type": "number",
+                      "title": "Total Cost Amount",
+                      "description": "Total cost for the item for this period",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "CostCurrency": {
+                      "type": "string",
+                      "title": "Cost Currency",
+                      "description": "Currency used for Cost Amount",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "CostClass": {
+                      "type": "string",
+                      "title": "Cost Class Code",
+                      "description": "Cost class code.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostCode": {
+                      "type": "string",
+                      "title": "Cost Code",
+                      "description": "Cost code.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostGroup": {
+                      "type": "string",
+                      "title": "Cost Group",
+                      "description": "Cost group code.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "ItemDescription": {
+                      "type": "string",
+                      "title": "Item Description",
+                      "description": "Description of the cost item.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "UnitCost": {
+                      "type": "number",
+                      "title": "Unit Cost",
+                      "description": "Cost per item, assume same currency.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostSubCode": {
+                      "type": "string",
+                      "title": "Cost Subcode",
+                      "description": "Cost subcode.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "IsEstimated": {
+                      "type": "boolean",
+                      "title": "Estimated Flag",
+                      "description": "Is this an estimated cost?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "IsCarryOver": {
+                      "type": "boolean",
+                      "title": "Carry Over Flag",
+                      "description": "Is this item carried from day to day?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "IsRental": {
+                      "type": "boolean",
+                      "title": "Rental Flag",
+                      "description": "Is this item a rental?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "UnitKind": {
+                      "type": "string",
+                      "title": "Unit Kind",
+                      "description": "The kind of cost item specified (e.g., barrel, sack, gallon)",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "UnitSize": {
+                      "type": "number",
+                      "title": "Unit Size",
+                      "description": "Quantity of the unit kind (e.g., 50)",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TagName": {
+                      "type": "string",
+                      "title": "Item Identification Tag",
+                      "description": "An identification tag for the item. A serial number is a type of identification tag; however, some tags contain many pieces of information. This element only identifies the tag and does not describe the contents.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VendorName": {
+                      "type": "string",
+                      "title": "Item Vendor Name",
+                      "description": "Name of the vendor.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "AFENumber": {
+                      "type": "string",
+                      "title": "AFE Number",
+                      "description": "AFE number that this cost item applies to.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "InvoiceNumber": {
+                      "type": "string",
+                      "title": "Invoice Number",
+                      "description": "Invoice number for cost item; the bill is sent to the operator.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PONumber": {
+                      "type": "string",
+                      "title": "Purchase Order Number",
+                      "description": "Purchase order number provided by the operator.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "ItemSerialNumber": {
+                      "type": "string",
+                      "title": "Item Serial Number",
+                      "description": "Serial number.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TicketNumber": {
+                      "type": "string",
+                      "title": "Ticket Number",
+                      "description": "The field ticket number issued by the service company on location.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VendorNumber": {
+                      "type": "string",
+                      "title": "Vendor Number",
+                      "description": "Vendor number.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostPoolName": {
+                      "type": "string",
+                      "title": "Cost Pool Name",
+                      "description": "Name of pool/reservoir that this cost item can be accounted to.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalQuantityItemsUsed": {
+                      "type": "integer",
+                      "title": "Total Quantity Items Used",
+                      "description": "Number of cost items used that day, e.g., 1 rig dayrate, 30 joints of casing.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "ActivityPhaseID": {
+                      "type": "string",
+                      "title": "Activity Phase",
+                      "description": "Activity code classification describing higher level steps in the Well Activity",
+                      "example": "namespace:reference-data--WellActivityPhaseType:LCOMP:",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-WellActivityPhaseType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "WellActivityPhaseType"
+                        }
+                      ]
+                    },
+                    "InUse": {
+                      "type": "boolean",
+                      "title": "In Use Flag",
+                      "description": "Used to indicate if Equipment or Service in scope for the Cost Item is being used. Can drive different Standby/In Use Rental Rates where applicable.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "ProductType": {
+                      "type": "string",
+                      "title": "Product Type",
+                      "description": "High Level cost category qualifier",
+                      "example": "namespace:reference-data--WellSiteProductType:cement:",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-WellSiteProductType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "WellSiteProductType"
+                        }
+                      ]
+                    }
+                  },
+                  "required": [
+                    "TotalCostAmount",
+                    "CostCurrency"
+                  ]
+                }
+              },
+              "HSE": {
+                "type": "array",
+                "title": "HSE",
+                "description": "Health Safety or Environment events that occurred since the last drilling/operation report. Captures data related to HSE events (e.g., tests, inspections, meetings, and drills), test values (e.g., pressure tested to), and/or incidents (e.g., discharges, non-compliance notices received, etc.).",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Health Safety Environment",
+                  "description": "Health Safety or Environment events that occurred since the last drilling/operation report. Captures data related to HSE events (e.g., tests, inspections, meetings, and drills), test values (e.g., pressure tested to), and/or incidents (e.g., discharges, non-compliance notices received, etc.).",
+                  "properties": {
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "DaysIncidentFree": {
+                      "type": "integer",
+                      "title": "Days Incident Free",
+                      "description": "Incident free duration (commonly in days).",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VolumeFluidDischarged": {
+                      "type": "number",
+                      "title": "Volume Fluid Discharged",
+                      "description": "Daily whole mud discarded.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastAbandonDrillDate": {
+                      "type": "string",
+                      "title": "Last Abandon Drill Date",
+                      "description": "Last abandonment drill.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastBopDrillDate": {
+                      "type": "string",
+                      "title": "Last BOP Drill Date",
+                      "description": "Last blow out preventer drill.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastBopPressureTestDate": {
+                      "type": "string",
+                      "title": "Last BOP Pressure Test Date",
+                      "description": "Last blow out preventer pressure test.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastCasingPressureTestDate": {
+                      "type": "string",
+                      "title": "Last Casing Pressure Test Date",
+                      "description": "Last casing pressure test date and time.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastDiverterDrillDate": {
+                      "type": "string",
+                      "title": "Last Diverter Drill Date",
+                      "description": "Last diverter drill.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastFireBoatDrillDate": {
+                      "type": "string",
+                      "title": "Last Fire Boat Drill Date",
+                      "description": "Last fire or life boat drill.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastRigInspectionDate": {
+                      "type": "string",
+                      "title": "Last Rig Inspection Date",
+                      "description": "Last rig inspection/check.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastSafetyInspectionDate": {
+                      "type": "string",
+                      "title": "Last Safety Inspection Date",
+                      "description": "Last safety inspection.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastSafetyMeetingDate": {
+                      "type": "string",
+                      "title": "Last Safety Meeting Date",
+                      "description": "Last safety meeting.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LastTripDrillDate": {
+                      "type": "string",
+                      "title": "Last Trip Drill Date",
+                      "description": "Last trip drill.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "NextBopPresTestDate": {
+                      "type": "string",
+                      "title": "Next BOP Pressure Test Date",
+                      "description": "Next blow out preventer pressure test.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "NonComplianceIssued": {
+                      "type": "boolean",
+                      "title": "Non-Compliance Issued Flag",
+                      "description": "Inspection non-compliance notice served?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalStopCards": {
+                      "type": "integer",
+                      "title": "Total Stop Cards",
+                      "description": "Number of health, safety and environment incidents reported.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureAnnular": {
+                      "type": "number",
+                      "title": "Pressure Annular",
+                      "description": "Blow out preventer annular preventer pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureChokeLine": {
+                      "type": "number",
+                      "title": "Pressure Choke Line",
+                      "description": "Choke line pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureChokeMan": {
+                      "type": "number",
+                      "title": "Pressure Choke Man",
+                      "description": "Choke line manifold pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureDiverter": {
+                      "type": "number",
+                      "title": "Pressure Diverter",
+                      "description": "Blow out preventer diverter pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureKellyHose": {
+                      "type": "number",
+                      "title": "Pressure Kelly Hose",
+                      "description": "Kelly hose pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureLastCasing": {
+                      "type": "number",
+                      "title": "Pressure Last Casing",
+                      "description": "Last casing pressure test pressure.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureBOPRam": {
+                      "type": "number",
+                      "title": "Pressure BOP Ram",
+                      "description": "Blow out preventer ram pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "PressureStandPipeManifold": {
+                      "type": "number",
+                      "title": "Pressure Standpipe Manifold",
+                      "description": "Standpipe manifold pressure tested to.",
+                      "x-osdu-frame-of-reference": "UOM:pressure",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "RegulatoryAgencyInspection": {
+                      "type": "boolean",
+                      "title": "Regulatory Agency Inspection Flag",
+                      "description": "Governmental regulatory inspection agency inspection?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VolumeCuttingDischarged": {
+                      "type": "number",
+                      "title": "Volume Cuttings Discharge",
+                      "description": "Volume of cuttings discharged.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VolumeOilCuttingDischarge": {
+                      "type": "number",
+                      "title": "Oil Cuttings Discharge",
+                      "description": "Oil on cuttings daily discharge.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "VolumeWasteDischarged": {
+                      "type": "number",
+                      "title": "Volume Waste Discharged",
+                      "description": "Volume of sanitary waste discharged.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    }
+                  }
+                }
+              },
+              "Incident": {
+                "type": "array",
+                "title": "Incident",
+                "description": "Description of incidents that have occurred during the last drilling/operations report",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Incident",
+                  "description": "Description of incidents that have occurred during the last drilling/operations report",
+                  "properties": {
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Date Time",
+                      "description": "Date and time that incident occurred",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "CauseDescription": {
+                      "type": "string",
+                      "title": "Cause Description",
+                      "description": "Cause description.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "CostLossEstimate": {
+                      "type": "number",
+                      "title": "Cost Loss Estimate",
+                      "description": "Gross estimate of the cost incurred due to the incident.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "AccidentDescription": {
+                      "type": "string",
+                      "title": "Accident Description",
+                      "description": "Accident description.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "LocationDescription": {
+                      "type": "string",
+                      "title": "Location Description",
+                      "description": "Location description.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "EstimateHoursLost": {
+                      "type": "number",
+                      "title": "Estimate Hours Lost",
+                      "description": "Number of hours lost due to the incident.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "IsNearMiss": {
+                      "type": "boolean",
+                      "title": "Near Miss Flag",
+                      "description": "Near miss incident occurrence?",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalFatality": {
+                      "type": "integer",
+                      "title": "Total Fatalities",
+                      "description": "Number of personnel killed due to the incident.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalMajorInjury": {
+                      "type": "integer",
+                      "title": "Total Major Injuries",
+                      "description": "Number of personnel with major injuries.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalMinorInjury": {
+                      "type": "integer",
+                      "title": "Total Minor Injuries",
+                      "description": "Number of personnel with minor injuries.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "RemedialActionDescription": {
+                      "type": "string",
+                      "title": "Remedial Action Description",
+                      "description": "Remedial action description.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "IncidentReporterName": {
+                      "type": "string",
+                      "title": "Incident Reporter Name",
+                      "description": "Name of the person who prepared the incident report.",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "OrganisationID": {
+                      "type": "string",
+                      "title": "Organisation ID",
+                      "description": "A reference to the organisation for which is the company primarily involved in managing the incident.",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform",
+                      "x-osdu-attribution-revision": 2,
+                      "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Organisation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "master-data",
+                          "EntityType": "Organisation"
+                        }
+                      ]
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "MudLosses": {
+                "type": "array",
+                "title": "Mud Losses",
+                "description": "Mud that has been lost during drilling / operations",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "Mud Losses",
+                  "description": "Mud that has been lost during drilling / operations",
+                  "properties": {
+                    "Comments": {
+                      "type": "string",
+                      "title": "Comments",
+                      "description": "Comments and remarks",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Date Time",
+                      "description": "Date and time that the mud loss occurred",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudLostVolumeMeasureDepthTop": {
+                      "type": "number",
+                      "title": "Mud Lost Measure Depth Top",
+                      "description": "Top measured depth for which the mud loss reading was occurred",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudLostVolumeMeasureDepthBase": {
+                      "type": "number",
+                      "title": "Mud Lost Measure Depth Base",
+                      "description": "Bottom measured depth for which the mud loss reading was occurred",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudLostVolumeTvdTop": {
+                      "type": "number",
+                      "title": "Mud Lost TVD Top",
+                      "description": "Top  true vertical depth interval over which the mud loss reading was occurred",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudLostVolumeTvdBase": {
+                      "type": "number",
+                      "title": "Mud Lost TVD Base",
+                      "description": "Bottom true vertical depth interval over which the mud loss reading was occurred",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "MudLostVolumeAbandonDownhole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Abandon Downhole",
+                      "description": "Mud volume lost downhole during abandonment.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeBehindCasingDownhole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Behind Casing Downhole",
+                      "description": "Mud volume lost downhole behind casing.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeCirculatingDownhole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Circulating Downhole",
+                      "description": "Mud volume lost downhole while circulating.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeCementingDownhole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Cementing Downhole",
+                      "description": "Mud volume lost downhole while cementing.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeCasingHole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Casing Hole",
+                      "description": "Mud volume lost downhole running casing",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeMudCleanerSurface": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Cleaner Surface",
+                      "description": "Volume of mud lost in mud cleaning equipment (at surface).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeOtherLocationDownhole": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Other Location Downhole",
+                      "description": "Mud volume lost downhole from other location.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeOtherLocationSurface": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Other Location Surface",
+                      "description": "Surface volume lost other location.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumePitsSurface": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Surface",
+                      "description": "Volume of mud lost in pit room (at surface).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeShakerSurface": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Shaker Surface",
+                      "description": "Volume of mud lost at shakers (at surface).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "MudLostVolumeTrippingSurface": {
+                      "type": "number",
+                      "title": "Mud Lost Volume Tripping Surface",
+                      "description": "Volume of mud lost while tripping (at surface).",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalMudLostVolumeDownhole": {
+                      "type": "number",
+                      "title": "Total Mud Lost Volume Downhole",
+                      "description": "Total volume of mud lost downhole.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalMudLostVolumeSurface": {
+                      "type": "number",
+                      "title": "Total Mud Lost Volume Surface",
+                      "description": "Total volume of mud lost at surface.",
+                      "x-osdu-frame-of-reference": "UOM:volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "JobContact": {
+                "type": "array",
+                "title": "JobContact",
+                "description": "Operator personnel contact information on an operations report",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen",
+                "items": {
+                  "$ref": "{{schema-authority}}:wks:AbstractContact:1.1.0"
+                }
+              },
+              "GasReading": {
+                "type": "array",
+                "title": "GasReading",
+                "description": "General information about a gas reading taken during the drill report period",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0",
+                "items": {
+                  "type": "object",
+                  "title": "GasReading",
+                  "description": "General information about a gas reading taken during the drill report period",
+                  "properties": {
+                    "DateTime": {
+                      "type": "string",
+                      "title": "Datetime",
+                      "description": "Date and time of the gas reading.",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalGasMax": {
+                      "type": "number",
+                      "title": "Total Gas Max",
+                      "description": "The highest gas reading.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalGasMin": {
+                      "type": "number",
+                      "title": "Total Gas Min",
+                      "description": "The lowest gas reading.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "TotalGasAverage": {
+                      "type": "number",
+                      "title": "Total Gas Average",
+                      "description": "The average gas reading",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "GasReadingMeasureDepthTop": {
+                      "type": "number",
+                      "title": "Gas Reading Measure Depth Top",
+                      "description": "Top measured depth for which the gas reading was conducted",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "GasReadingTvdBase": {
+                      "type": "number",
+                      "title": "Gas Reading TVD Base",
+                      "description": "Bottom true vertical depth interval over which the gas reading was conducted.",
+                      "x-osdu-frame-of-reference": "UOM:length",
+                      "x-osdu-attribution-authority": "The Open Group",
+                      "x-osdu-attribution-publication": "The OSDU Data Platform"
+                    },
+                    "Methane": {
+                      "type": "number",
+                      "title": "Methane",
+                      "description": "Methane (C1) concentration",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Ethane": {
+                      "type": "number",
+                      "title": "Ethane",
+                      "description": "Ethane (C2) concentration.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Propane": {
+                      "type": "number",
+                      "title": "Propane",
+                      "description": "Propane (C3) concentration.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Isobutane": {
+                      "type": "number",
+                      "title": "Isobutane",
+                      "description": "Iso-butane (iC4) concentration.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Norbutane": {
+                      "type": "number",
+                      "title": "Norbutane",
+                      "description": "Nor-butane (nC4) concentration.",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "Isopentane": {
+                      "type": "number",
+                      "title": "Isopentane",
+                      "description": "Iso-pentane (iC5) concentration",
+                      "x-osdu-frame-of-reference": "UOM:volume per volume",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2
+                    },
+                    "ReadingType": {
+                      "type": "string",
+                      "title": "Reading Type",
+                      "description": "Type of gas reading, e.g.circulating, background gas, connection gas, drilling background, gas, drilling gas peak, flow check gas, no readings, other, shut down gas, trip gas, unknown.",
+                      "example": "namespace:reference-data--GasReadingType:background_gas:",
+                      "x-osdu-attribution-authority": "Energistics",
+                      "x-osdu-attribution-publication": "WITSML",
+                      "x-osdu-attribution-revision": 2,
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-GasReadingType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "GasReadingType"
+                        }
+                      ]
+                    }
+                  },
+                  "required": [
+                    "DateTime"
+                  ]
+                }
+              },
+              "ConditionHole": {
+                "type": "string",
+                "title": "Hole Condition",
+                "description": "Hole condition description.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "CostDay": {
+                "type": "number",
+                "title": "Daily Cost",
+                "description": "Daily cost.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "CostDayMud": {
+                "type": "number",
+                "title": "Daily Mud Cost",
+                "description": "Daily mud cost.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "Forecast24Hr": {
+                "type": "string",
+                "title": "Next 24hr Activity Forecast",
+                "description": "DEPRECATED: Forecast of activities for the next 24 hrs. This is a redundant property given the data.StatusInfo[].Forecast24Hr. Consolidate in StatusInfo.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "Lithology": {
+                "type": "string",
+                "title": "Lithology Description",
+                "description": "Description of the lithology for the interval.",
+                "x-osdu-attribution-authority": "Energistics",
+                "x-osdu-attribution-publication": "WITSML",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "Customer": {
+                "type": "string",
+                "title": "Customer",
+                "description": "DEPRECATED: Individual, company, or corporate division that work is being executed on behalf of. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.Customer.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "StewardingCompany": {
+                "type": "string",
+                "title": "Stewarding Company",
+                "description": "DEPRECATED: Company or corporate division that is responsible for executing the work. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.StewardingCompany.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "StewardingCompanyTeam": {
+                "type": "string",
+                "title": "Stewarding Company Team",
+                "description": "DEPRECATED: Team within a company or corporate division that is responsible for executing the work. With 1.1.0 or higher, please move this value to the associated Well Activity record (data.WellActivityID), i.e. data.StewardingCompanyTeam.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "TotalCost": {
+                "type": "number",
+                "title": "Total Cost",
+                "description": "Cumulative cost for the job through the end of current report",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "TargetCost": {
+                "type": "number",
+                "title": "Target Cost",
+                "description": "Authorized cost for the total job",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "TargetDays": {
+                "type": "number",
+                "title": "Target Days",
+                "description": "Planned days for the total job",
+                "x-osdu-frame-of-reference": "UOM:time",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "TotalDays": {
+                "type": "number",
+                "title": "Total Days",
+                "description": "Cumulative days for the job through the end of the current report",
+                "x-osdu-frame-of-reference": "UOM:time",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "TotalNPT": {
+                "type": "number",
+                "title": "Total Non-Productive Time",
+                "description": "Total days of non-productive time through the end of the current report",
+                "x-osdu-frame-of-reference": "UOM:time",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0"
+              },
+              "Name": {
+                "type": "string",
+                "title": "Name",
+                "description": "Name of Operations Report",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform"
+              },
+              "WellActivityID": {
+                "type": "string",
+                "title": "Well Activity",
+                "description": "A link to the well activity to which this report is associated.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "1.0.0",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-WellActivity:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "WellActivity"
+                  }
+                ]
+              },
+              "ReportNumber": {
+                "type": "string",
+                "title": "Report Number",
+                "description": "Sequential number assigned to report header.",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen"
+              },
+              "ReportDescription": {
+                "type": "string",
+                "title": "Report Description",
+                "description": "Report description",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen"
+              },
+              "ReportRemarks": {
+                "type": "string",
+                "title": "Report Remarks",
+                "description": "Report remarks",
+                "x-osdu-attribution-authority": "The Open Group",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "evergreen"
+              }
+            },
+            "required": [
+              "StartDateTime",
+              "EndDateTime",
+              "WellboreID"
+            ],
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultLocation": {
+        "type": "object",
+        "priority": [
+          {
+            "path": "data.SpatialLocation"
+          }
+        ]
+      },
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": []
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/GrainDensityMeasurementType.1.0.1.json b/deployments/shared-schemas/osdu/reference-data/GrainDensityMeasurementType.1.0.1.json
new file mode 100644
index 0000000000000000000000000000000000000000..cd7124a0b3057e78ae338977d10d9c9796e9bc36
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/GrainDensityMeasurementType.1.0.1.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--GrainDensityMeasurementType",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 1,
+      "id": "{{schema-authority}}:wks:reference-data--GrainDensityMeasurementType:1.0.1"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/GrainDensityMeasurementType.1.0.1.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--GrainDensityMeasurementType:1.0.1",
+    "title": "GrainDensityMeasurementType",
+    "description": "The type of measurement used to calculate the mass of solid material within a sample relative to the volume of the sample.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-GrainDensityMeasurementType:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--GrainDensityMeasurementType:1a95d2f1-f397-59ed-91b9-c49f22957f35"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--GrainDensityMeasurementType:1.0.1"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "PPDM"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/IndexPropertyPathConfiguration.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/IndexPropertyPathConfiguration.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..4ea7b607785b7f8ec83d37f06d7ac026f4aa8f07
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/IndexPropertyPathConfiguration.1.0.0.json
@@ -0,0 +1,285 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--IndexPropertyPathConfiguration",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--IndexPropertyPathConfiguration:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/IndexPropertyPathConfiguration.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--IndexPropertyPathConfiguration:1.0.0",
+    "title": "IndexPropertyPathConfiguration",
+    "description": "IndexPropertyPathConfiguration contains the de-normalization configuration settings for the Search index. The record id contains the kind so that there is a unique relationship between the kind and the kind's index extensions.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-IndexPropertyPathConfiguration:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--IndexPropertyPathConfiguration:c9d84708-2b1b-5e0b-954e-9621132f7154"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--IndexPropertyPathConfiguration:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "Configurations": {
+                "type": "array",
+                "title": "Configurations",
+                "description": "The list of index property configurations for the specific kind.",
+                "x-osdu-indexing": {
+                  "type": "nested"
+                },
+                "items": {
+                  "type": "object",
+                  "title": "Configuration",
+                  "description": "One single configuration to derive an Search index property value and assign it to the index 'column' with Name.",
+                  "properties": {
+                    "Name": {
+                      "type": "string",
+                      "title": "Name",
+                      "description": "The name of the indexed property, i.e., this is the property name used in Search.",
+                      "example": "CountryNames"
+                    },
+                    "UseCase": {
+                      "type": "string",
+                      "title": "Use Case",
+                      "description": "The use case description this configuration satisfies.",
+                      "example": "As a user I want to find objects by a country name, with the understanding that an object may extend over country boundaries."
+                    },
+                    "Policy": {
+                      "type": "string",
+                      "title": "Extraction Policy",
+                      "description": "Current supported policies are 'ExtractAllMatches' resulting in an array of values or 'ExtractFirstMatch' single value. The policy applies only to the Paths[].ValueExtraction.",
+                      "example": "ExtractAllMatches",
+                      "pattern": "^(ExtractFirstMatch|ExtractAllMatches)$"
+                    },
+                    "Paths": {
+                      "type": "array",
+                      "title": "Paths",
+                      "description": "The list of path definitions to derive the property value from.",
+                      "x-osdu-indexing": {
+                        "type": "nested"
+                      },
+                      "items": {
+                        "type": "object",
+                        "title": "Path",
+                        "description": "A single path definition to derive a property value from.",
+                        "properties": {
+                          "RelatedObjectsSpec": {
+                            "type": "object",
+                            "title": "Related Objects Specification",
+                            "description": "The specification to extract related objects, from which to derive the ValueExtraction. If this property is empty or absent, the ValueExtraction is done on the current object to be indexed.",
+                            "properties": {
+                              "RelatedObjectID": {
+                                "type": "string",
+                                "title": "Related Object ID",
+                                "description": "The path to the property containing the ID of the target record to chase. This property is only populated if the property is extracted from a related object, which must be chased. If the property is derived from 'within' the same record, which triggered the indexing, the RelatedObjectID is left absent.",
+                                "example": "GeoContexts[].GeoPoliticalEntityID"
+                              },
+                              "RelatedObjectKind": {
+                                "type": "string",
+                                "title": "Related Object Kind",
+                                "description": "The kind or schema id expected as the target object type. This property is only populated if the property is extracted from a related object, which must be chased. If the property is derived from 'within' the same record, which triggered the indexing, the RelatedObjectKind is left absent.",
+                                "example": "osdu:wks:master-data--GeoPoliticalEntity:1.",
+                                "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.$"
+                              },
+                              "RelationshipDirection": {
+                                "type": "string",
+                                "title": "Relationship Direction",
+                                "description": "The direction of the relationship definition seen from the object being indexed.  'ChildToParent' assumes an outgoing relationship with the target record defined in the object being indexed. 'ParentToChildren' assumes that the related objects have a relationship by RelatedObjectID to the id of the record being indexed.",
+                                "example": "ChildToParent",
+                                "pattern": "^(ChildToParent|ParentToChildren)$"
+                              },
+                              "RelatedConditionProperty": {
+                                "type": "string",
+                                "title": "Related Condition Property",
+                                "description": "The property path of the target record data block, which needs subjected to the conditional matching. The data prefix is not required.",
+                                "example": "GeoContexts[].GeoTypeID"
+                              },
+                              "RelatedConditionMatches": {
+                                "type": "array",
+                                "title": "Related Condition Matches",
+                                "description": "The RelatedConditionProperty values, which need to match in order to be accepted as de-normalized value(s). If the Policy is ExtractFirstMatch, the list is prioritized and the first match is accepted as final value. Policy ExtractAllMatches collects all matching values as array.",
+                                "example": [
+                                  "namespace:reference-data--GeoPoliticalEntityType:Country:"
+                                ],
+                                "items": {
+                                  "type": "string"
+                                }
+                              }
+                            }
+                          },
+                          "ValueExtraction": {
+                            "type": "object",
+                            "title": "Value Extraction",
+                            "description": "The instructions from where to derive the value.",
+                            "properties": {
+                              "RelatedConditionProperty": {
+                                "type": "string",
+                                "title": "Related Condition Property",
+                                "description": "The property path of the target record data block, which needs to be subjected to the conditional matching. The data prefix is not required in the path."
+                              },
+                              "RelatedConditionMatches": {
+                                "type": "array",
+                                "title": "Related Condition Matches",
+                                "description": "The RelatedConditionProperty values, which need to match in order to be accepted as de-normalized value(s). If the Policy is ExtractFirstMatch, the list is prioritized and the first match is accepted as final value. Policy ExtractAllMatches collects all matching values as array.",
+                                "items": {
+                                  "type": "string"
+                                }
+                              },
+                              "ValuePath": {
+                                "type": "string",
+                                "title": "Value Path",
+                                "description": "The path to the property from where to extract the de-normalized value. The data prefix is not required in the path.",
+                                "example": "GeoPoliticalEntityName"
+                              }
+                            },
+                            "required": [
+                              "ValuePath"
+                            ]
+                          }
+                        },
+                        "required": [
+                          "ValueExtraction"
+                        ]
+                      }
+                    }
+                  }
+                }
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/ParentMatchingRuleSets.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/ParentMatchingRuleSets.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..e8d9362e34e6319a271e084485e963b53879153a
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/ParentMatchingRuleSets.1.0.0.json
@@ -0,0 +1,245 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--ParentMatchingRuleSets",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--ParentMatchingRuleSets:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/ParentMatchingRuleSets.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--ParentMatchingRuleSets:1.0.0",
+    "title": "ParentMatchingRuleSets",
+    "description": "Given a namespace, source and target schema kinds, provide matching rule sets to configure external to target object matching.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ParentMatchingRuleSets:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--ParentMatchingRuleSets:82d52def-3660-5631-8d4b-094f5fd54622"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--ParentMatchingRuleSets:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "NamespaceID": {
+                "type": "string",
+                "title": "Namespace ID",
+                "description": "A namespace reference grouping a list of records with the goal of providing unique matching criteria by Name/Code. It is strongly recommended to make the NamespaceID's code part of the system property id.",
+                "example": "namespace:reference-data--ExternalCatalogNamespace:EDS:",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ExternalCatalogNamespace:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "ExternalCatalogNamespace"
+                  }
+                ]
+              },
+              "SourceKind": {
+                "type": "string",
+                "title": "Source Kind",
+                "description": "An optional type identifier in the scope of the connected data source.",
+                "example": "wellbore"
+              },
+              "TargetKind": {
+                "type": "string",
+                "title": "Target Kind",
+                "description": "An optional type identifier in the scope of the target platform.",
+                "example": "osdu:wks:master-data--Wellbore:1."
+              },
+              "MatchingRuleSets": {
+                "type": "array",
+                "title": "Matching Rule Sets",
+                "description": "One or multiple, prioritized  matching rule set, which are expected to be applied to find a matching related target object (e.g., a parent Well/Wellbore for a WellLog) given matching criteria.",
+                "items": {
+                  "type": "object",
+                  "title": "MatchingRuleSet",
+                  "description": "One set of  conditions, which have to be matched to determine sufficient equality of an object.",
+                  "properties": {
+                    "RuleName": {
+                      "type": "string",
+                      "title": "Rule Name",
+                      "description": "The name of the rule (expected to be unique in the array of MatchingRuleSets[]).",
+                      "example": "Match by UWI"
+                    },
+                    "Description": {
+                      "type": "string",
+                      "title": "Description",
+                      "description": "A text explaining the purpose or goal of this MatchingRuleSet.",
+                      "example": "Match by UWI as single condition."
+                    },
+                    "Conditions": {
+                      "type": "array",
+                      "title": "Conditions",
+                      "description": "The list of conditions, which all have to be met in order to declare a match.",
+                      "items": {
+                        "type": "object",
+                        "title": "Condition",
+                        "description": "An exact or approximate condition of equality, which is a match requirement.",
+                        "properties": {
+                          "SourceProperty": {
+                            "type": "string",
+                            "title": "Source Property",
+                            "description": "The source property name to evaluate in the scope of the connected data source.",
+                            "example": "uwi"
+                          },
+                          "TargetKind": {
+                            "type": "string",
+                            "title": "Target Kind",
+                            "description": "The target kind to query for.",
+                            "example": "osdu:wks:master-data--Well:1."
+                          },
+                          "TargetProperty": {
+                            "type": "string",
+                            "title": "Target Property",
+                            "description": "The target property path to search TargetKind instances with the value of the SourceProperty",
+                            "example": "data.WellUWI"
+                          },
+                          "NumericalTolerance": {
+                            "type": "number",
+                            "title": "Numerical Tolerance",
+                            "description": "The optional, numerical tolerance to be used when comparing numbers.",
+                            "x-osdu-frame-of-reference": "UOM:dimensionless"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "LOCAL",
+    "x-osdu-governance-authorities": [
+      "Platform Operators"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/PerforationGunPhasingType.1.0.1.json b/deployments/shared-schemas/osdu/reference-data/PerforationGunPhasingType.1.0.1.json
new file mode 100644
index 0000000000000000000000000000000000000000..0b36fb9ae98abbfa7ddd2e57bb61b39ad0862aa0
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/PerforationGunPhasingType.1.0.1.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--PerforationGunPhasingType",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 1,
+      "id": "{{schema-authority}}:wks:reference-data--PerforationGunPhasingType:1.0.1"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/PerforationGunPhasingType.1.0.1.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--PerforationGunPhasingType:1.0.1",
+    "title": "PerforationGunPhasingType",
+    "description": "The angle between shots of a well perforation tool.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-PerforationGunPhasingType:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--PerforationGunPhasingType:17714e1e-c954-56f1-b5fe-cb2e012e467d"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--PerforationGunPhasingType:1.0.1"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "PPDM"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/SoilGasAnalysisType.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/SoilGasAnalysisType.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..cf15df02eadabc377aa7468ac8986c716c0f1503
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/SoilGasAnalysisType.1.0.0.json
@@ -0,0 +1,156 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--SoilGasAnalysisType",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--SoilGasAnalysisType:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/SoilGasAnalysisType.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--SoilGasAnalysisType:1.0.0",
+    "title": "SoilGasAnalysisType",
+    "description": "Analytical method used by laboratory to complete soil gas analysis testing",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasAnalysisType:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--SoilGasAnalysisType:3cb75477-93b0-5e84-a89f-a9ba853fa48c"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--SoilGasAnalysisType:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "LOCAL",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/SoilGasApplication.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/SoilGasApplication.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..c12bdd727ab052b028085456f7fbef43f04f956d
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/SoilGasApplication.1.0.0.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--SoilGasApplication",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--SoilGasApplication:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/SoilGasApplication.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--SoilGasApplication:1.0.0",
+    "title": "SoilGasApplication",
+    "description": "The soil gas application or situational setting that the data is being used for or acquired within. Examples include carbon capture & storage, depleted oil or gas field, water reservoir, producing oil or gas, fracking, etc",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasApplication:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--SoilGasApplication:d3595354-649f-5a3d-af95-4e52ac7cb91a"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--SoilGasApplication:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/SoilGasSamplingMethod.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/SoilGasSamplingMethod.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..a997178f6eaf83eb4cb8e0cec1d44285081006da
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/SoilGasSamplingMethod.1.0.0.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--SoilGasSamplingMethod",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--SoilGasSamplingMethod:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/SoilGasSamplingMethod.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--SoilGasSamplingMethod:1.0.0",
+    "title": "SoilGasSamplingMethod",
+    "description": "Methodology detailing how the soil gas sample was acquired",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasSamplingMethod:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--SoilGasSamplingMethod:72e3812c-bc7c-5fc6-986b-d437fd4551e6"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--SoilGasSamplingMethod:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachMechanism.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachMechanism.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..86a5991608a1d3acb38b7f55d70dfd021e4069af
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachMechanism.1.0.0.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--TubularExtCompAttachMechanism",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--TubularExtCompAttachMechanism:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/TubularExtCompAttachMechanism.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--TubularExtCompAttachMechanism:1.0.0",
+    "title": "TubularExtCompAttachMechanism",
+    "description": "List of methods used to attach external components to a tubular assembly.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompAttachMechanism:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--TubularExtCompAttachMechanism:37a4850a-7972-5cc4-88fb-c52274bd77cd"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--TubularExtCompAttachMechanism:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachPattern.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachPattern.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..00c968412483a2238035d4c30ebb09a4cc243e7f
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/TubularExtCompAttachPattern.1.0.0.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--TubularExtCompAttachPattern",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--TubularExtCompAttachPattern:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/TubularExtCompAttachPattern.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--TubularExtCompAttachPattern:1.0.0",
+    "title": "TubularExtCompAttachPattern",
+    "description": "List of external component placement patterns which describe frequency of the equipment being installed onto the tubular assembly.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompAttachPattern:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--TubularExtCompAttachPattern:36a32c9a-136b-5df7-80c5-cc1a34bd081e"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--TubularExtCompAttachPattern:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/TubularExtCompType.1.0.0.json b/deployments/shared-schemas/osdu/reference-data/TubularExtCompType.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..6d55a885f7b84509270d251dcf5f20a21f295147
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/TubularExtCompType.1.0.0.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--TubularExtCompType",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:reference-data--TubularExtCompType:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/TubularExtCompType.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--TubularExtCompType:1.0.0",
+    "title": "TubularExtCompType",
+    "description": "List of tubular assembly external component (equipment) types for drilling, casing/liner and completion assemblies.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompType:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--TubularExtCompType:0b0f6e31-a4ab-51b2-8ff6-1741897346b8"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--TubularExtCompType:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/ValueChainStatusType.1.0.1.json b/deployments/shared-schemas/osdu/reference-data/ValueChainStatusType.1.0.1.json
new file mode 100644
index 0000000000000000000000000000000000000000..cbff5f31ce8a212e288bee568c271170073954b8
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/ValueChainStatusType.1.0.1.json
@@ -0,0 +1,159 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--ValueChainStatusType",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 1,
+      "id": "{{schema-authority}}:wks:reference-data--ValueChainStatusType:1.0.1"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/ValueChainStatusType.1.0.1.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--ValueChainStatusType:1.0.1",
+    "title": "ValueChainStatusType",
+    "description": "Phase of the value chain to which the referring item has been associated with, e.g., Exploration, Field Development, Production or Late Life.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ValueChainStatusType:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--ValueChainStatusType:0c6bc3a3-ada5-5ac2-bca6-8573e5db22e3"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--ValueChainStatusType:1.0.1"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "FIXED",
+    "x-osdu-governance-authorities": [
+      "OSDU"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/reference-data/WellboreReason.1.0.1.json b/deployments/shared-schemas/osdu/reference-data/WellboreReason.1.0.1.json
new file mode 100644
index 0000000000000000000000000000000000000000..f02afd1cf5a7bc3053be6616390857c4ca269e3a
--- /dev/null
+++ b/deployments/shared-schemas/osdu/reference-data/WellboreReason.1.0.1.json
@@ -0,0 +1,165 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "reference-data--WellboreReason",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 1,
+      "id": "{{schema-authority}}:wks:reference-data--WellboreReason:1.0.1"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/reference-data/WellboreReason.1.0.1.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:reference-data--WellboreReason:1.0.1",
+    "title": "WellboreReason",
+    "description": "A general description of the technical or operational reason for drilling a wellbore.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-WellboreReason:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:reference-data--WellboreReason:70f20c82-66a2-5f9b-9aaf-694157910212"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:reference-data--WellboreReason:1.0.1"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractReferenceType:1.0.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "IsTechnicalSideTrack": {
+                "type": "boolean",
+                "title": "Is Technical Side-Track",
+                "description": "Flag indicating whether the WellboreReason implies a side-track Wellbore."
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-governance-model": "OPEN",
+    "x-osdu-governance-authorities": [
+      "PPDM"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "ReferenceType",
+        "kind": "osdu:wks:AbstractReferenceType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/work-product-component/Activity.1.3.0.json b/deployments/shared-schemas/osdu/work-product-component/Activity.1.3.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..a2d9f4754dd3384eb4320251331e97a90ecb9791
--- /dev/null
+++ b/deployments/shared-schemas/osdu/work-product-component/Activity.1.3.0.json
@@ -0,0 +1,176 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "work-product-component--Activity",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 3,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:work-product-component--Activity:1.3.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/work-product-component/Activity.1.3.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:work-product-component--Activity:1.3.0",
+    "title": "Activity",
+    "description": "Instance of a given activity",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-Activity:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:work-product-component--Activity:d3ff5ea3-3070-51ec-aba2-d67370b1ed2b"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:work-product-component--Activity:1.3.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWPCGroupType:1.1.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWorkProductComponent:1.1.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWPCActivity:1.2.0"
+          },
+          {
+            "type": "object",
+            "properties": {},
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultLocation": {
+        "type": "object",
+        "priority": [
+          {
+            "path": "data.SpatialArea"
+          },
+          {
+            "path": "data.SpatialPoint"
+          }
+        ]
+      },
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "WorkProductComponent",
+        "kind": "osdu:wks:AbstractWPCGroupType:1.1.0"
+      },
+      {
+        "name": "Activity",
+        "kind": "osdu:wks:AbstractWPCActivity:1.2.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/work-product-component/SoilGasMonitoring.1.0.0.json b/deployments/shared-schemas/osdu/work-product-component/SoilGasMonitoring.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..0588c003f1a88f0decc9a8645ad7c284c2e217b5
--- /dev/null
+++ b/deployments/shared-schemas/osdu/work-product-component/SoilGasMonitoring.1.0.0.json
@@ -0,0 +1,299 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "work-product-component--SoilGasMonitoring",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:work-product-component--SoilGasMonitoring:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/work-product-component/SoilGasMonitoring.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:work-product-component--SoilGasMonitoring:1.0.0",
+    "title": "SoilGasMonitoring",
+    "description": "Soil Gas Monitoring is a type of environmental monitoring. Environment monitoring consists of tools, techniques and processes designed to observe an environment and characterise its quality for the purpose of accurately quantifying the impact an activity has on an environment. Other environmental monitoring types or techniques include air, water, contamination and erosion monitoring. And data is typically comprised of baseline and subsequent temporal data sets.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-SoilGasMonitoring:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:work-product-component--SoilGasMonitoring:a62372cb-d58d-5b2d-baf4-421a62048836"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:work-product-component--SoilGasMonitoring:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWPCGroupType:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWorkProductComponent:1.1.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ReferenceIdentifier": {
+                "type": "string",
+                "title": "Reference Identifier",
+                "description": "Unique or Distinctive Reference Number, Job Number, File Number, Identifier, Label, Name, etc. as indicated on a report, file, etc",
+                "example": "XA1234"
+              },
+              "GeologicUnitInterpretationIDs": {
+                "type": "array",
+                "title": "GeologicUnitInterpretationIDs",
+                "description": "An array of StratigraphicUnitInterpretationIds associated to this interval of interest. Typically populated in an enrichment step using information from FormationName",
+                "items": {
+                  "type": "string",
+                  "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-GeologicUnitOccurrenceInterpretation:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                  "x-osdu-relationship": [
+                    {
+                      "GroupType": "work-product-component",
+                      "EntityType": "GeologicUnitOccurrenceInterpretation"
+                    }
+                  ]
+                }
+              },
+              "FormationName": {
+                "type": "string",
+                "title": "Formation Name",
+                "description": "Free text formation name. Use GeologicUnitInterpretationIDs, StratigraphicUnitInterpretations wherever possible",
+                "example": "Jurassic"
+              },
+              "WellboreIDs": {
+                "type": "array",
+                "title": "Wellbore IDs",
+                "description": "One or more wellbores associated with the sample/test location. Leave empty if the sample/test location is NOT a wellbore. General locations will inherited WPC spatial area or spatial point",
+                "items": {
+                  "type": "string",
+                  "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                  "x-osdu-relationship": [
+                    {
+                      "GroupType": "master-data",
+                      "EntityType": "Wellbore"
+                    }
+                  ]
+                }
+              },
+              "AnalysisMethodID": {
+                "type": "string",
+                "title": "Analysis Method ID",
+                "description": "Analytical method used by laboratory to complete analysis testing",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasAnalysisType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "SoilGasAnalysisType"
+                  }
+                ]
+              },
+              "DepthTag": {
+                "type": "string",
+                "title": "Depth Tag",
+                "description": "Free text string to classify different depth zones"
+              },
+              "ApplicationID": {
+                "type": "string",
+                "title": "ApplicationID",
+                "description": "What the application or situational setting that the data is being used for or acquired within, for example; carbon capture & storage, depleted oil or gas field, water reservoir, producing oil or gas, fracking, etc",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasApplication:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "SoilGasApplication"
+                  }
+                ]
+              },
+              "SamplingMethodID": {
+                "type": "string",
+                "title": "Sampling Method ID",
+                "description": "Methodology for how the sample was acquired",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-SoilGasSamplingMethod:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "SoilGasSamplingMethod"
+                  }
+                ]
+              },
+              "IsBaseline": {
+                "type": "boolean",
+                "title": "Is Baseline",
+                "description": "Is this the baseline measurements"
+              },
+              "AcquisitionDateRanges": {
+                "type": "array",
+                "title": "AcquisitionDateRanges",
+                "description": "An array which lists the start and end date of the acquisition data",
+                "x-osdu-indexing": {
+                  "type": "nested"
+                },
+                "items": {
+                  "type": "object",
+                  "title": "Acquisition Date Ranges",
+                  "description": "Defines the start and end date of data acquisition with a remark",
+                  "properties": {
+                    "StartDate": {
+                      "type": "string",
+                      "title": "Start Date",
+                      "description": "Start date of the data acquisition",
+                      "format": "date",
+                      "example": "2022-12-12",
+                      "x-osdu-frame-of-reference": "DateTime"
+                    },
+                    "EndDate": {
+                      "type": "string",
+                      "title": "End Date",
+                      "description": "End date of the data acquisition",
+                      "format": "date",
+                      "example": "2022-12-12",
+                      "x-osdu-frame-of-reference": "DateTime"
+                    },
+                    "Remark": {
+                      "type": "string",
+                      "title": "Remark",
+                      "description": "Optional free text description",
+                      "example": "Started and finished on the same day"
+                    }
+                  }
+                }
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-supported-file-formats": [
+      "csv",
+      "pdf"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      },
+      "data.VirtualProperties.DefaultLocation": {
+        "type": "object",
+        "priority": [
+          {
+            "path": "data.SpatialArea"
+          },
+          {
+            "path": "data.SpatialPoint"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "WorkProductComponent",
+        "kind": "osdu:wks:AbstractWPCGroupType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/work-product-component/TubularAssembly.1.2.0.json b/deployments/shared-schemas/osdu/work-product-component/TubularAssembly.1.2.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..19a307d73739dfc270b1d60c9862b1e2600f0e4f
--- /dev/null
+++ b/deployments/shared-schemas/osdu/work-product-component/TubularAssembly.1.2.0.json
@@ -0,0 +1,392 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "work-product-component--TubularAssembly",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 2,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:work-product-component--TubularAssembly:1.2.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/work-product-component/TubularAssembly.1.2.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:work-product-component--TubularAssembly:1.2.0",
+    "title": "TubularAssembly",
+    "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.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularAssembly:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:work-product-component--TubularAssembly:bd22ec40-c2e4-53d9-bd90-4a76b231a4c3"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:work-product-component--TubularAssembly:1.2.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWPCGroupType:1.1.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWorkProductComponent:1.1.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ParentWellboreID": {
+                "type": "string",
+                "description": "Identifier of the wellbore the Component is standing in.",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Wellbore"
+                  }
+                ]
+              },
+              "ParentAssemblyID": {
+                "type": "string",
+                "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.",
+                "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularAssembly:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "work-product-component",
+                    "EntityType": "TubularAssembly"
+                  }
+                ]
+              },
+              "TubularAssemblyStatus": {
+                "type": "object",
+                "title": "TubularAssemblyStatus",
+                "description": "Reflects the current status of the Assembly - as 'installed', 'pulled', 'planned',... - Applicable to tubing/completions as opposed to drillstrings. Historical states are recorded in TubularAssemblyStates.",
+                "properties": {
+                  "StatusTypeID": {
+                    "type": "string",
+                    "description": "SRN of a reference value status type",
+                    "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularAssemblyStatusType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                    "x-osdu-relationship": [
+                      {
+                        "GroupType": "reference-data",
+                        "EntityType": "TubularAssemblyStatusType"
+                      }
+                    ]
+                  },
+                  "Description": {
+                    "type": "string",
+                    "description": "Used to describe the reason of Activity - such as cut/pull, pulling,"
+                  },
+                  "Date": {
+                    "type": "string",
+                    "description": "Date the status has been established",
+                    "format": "date-time",
+                    "x-osdu-frame-of-reference": "DateTime"
+                  }
+                }
+              },
+              "TubularAssemblyStates": {
+                "type": "array",
+                "title": "Tubular Assembly States",
+                "description": "The full record of historical and current states of the Assembly. The current active state is recorded in TubularAssemblyStatus.",
+                "items": {
+                  "type": "object",
+                  "title": "TubularAssemblyStatus",
+                  "description": "Record that reflects the status of the Assembly - as 'installed', 'pulled', 'planned',... - Applicable to tubing/completions as opposed to drillstrings",
+                  "properties": {
+                    "StatusTypeID": {
+                      "type": "string",
+                      "description": "SRN of a reference value status type",
+                      "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularAssemblyStatusType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                      "x-osdu-relationship": [
+                        {
+                          "GroupType": "reference-data",
+                          "EntityType": "TubularAssemblyStatusType"
+                        }
+                      ]
+                    },
+                    "Description": {
+                      "type": "string",
+                      "description": "Used to describe the reason of Activity - such as cut/pull, pulling,"
+                    },
+                    "Date": {
+                      "type": "string",
+                      "description": "Date the status has been established",
+                      "format": "date-time",
+                      "x-osdu-frame-of-reference": "DateTime"
+                    }
+                  }
+                }
+              },
+              "VerticalMeasurement": {
+                "$ref": "{{schema-authority}}:wks:AbstractFacilityVerticalMeasurement:1.0.0",
+                "description": "Either a self-contained vertical reference for the depths in this TubularAssembly or a reference (VerticalReferenceID) to an element in data.VerticalMeasurements[] in the entity defined by VerticalReferenceEntityID."
+              },
+              "SuspensionPointMD": {
+                "type": "number",
+                "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.",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "TubularAssemblyNumber": {
+                "type": "integer",
+                "description": "Sequence of the TubularAssembly (Typically BHA sequence)"
+              },
+              "TubularAssemblyTypeID": {
+                "type": "string",
+                "description": "Type of tubular assembly.",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularAssemblyType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "TubularAssemblyType"
+                  }
+                ]
+              },
+              "StringClassID": {
+                "type": "string",
+                "description": "Descriptor for Assembly, e.g. Production, Surface, Conductor, Intermediate, Drilling",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-StringClass:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "StringClass"
+                  }
+                ]
+              },
+              "ActivityTypeID": {
+                "type": "string",
+                "description": "Used to describe if it belongs to a RunActivity or to a PullActivity",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ActivityType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "ActivityType"
+                  }
+                ]
+              },
+              "ActivityTypeReasonDescription": {
+                "type": "string",
+                "description": "Used to describe the reason of Activity - such as cut/pull, pulling,\u2026"
+              },
+              "ArtificialLiftTypeID": {
+                "type": "string",
+                "description": "Type of Artificial Lift used (could be \"Surface Pump\" / \"Submersible Pump\" / \"Gas Lift\"\u2026.)",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-ArtificialLiftType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "ArtificialLiftType"
+                  }
+                ]
+              },
+              "LinerTypeID": {
+                "type": "string",
+                "description": "This reference table describes the type of liner used in the borehole. For example, slotted, gravel packed or pre-perforated etc.",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-LinerType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "LinerType"
+                  }
+                ]
+              },
+              "MixedStringIndicator": {
+                "type": "string",
+                "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.",
+                "pattern": "^YES|NO$"
+              },
+              "ActiveIndicator": {
+                "type": "boolean",
+                "description": "Indicates if the Assembly is activated or not"
+              },
+              "TubularDirection": {
+                "type": "string",
+                "description": "Defines whether the sequence of child tubular components runs either top to bottom, or bottom to top.",
+                "pattern": "^TOPDOWN|BOTTOMUP$"
+              },
+              "TubularAssemblyNominalSize": {
+                "type": "number",
+                "description": "Nominal size (diameter) describing the whole assembly, e.g. 9.625\", 12.25",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "TubularAssemblyTotalLength": {
+                "type": "number",
+                "description": "Total Length of the whole assembly.",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "DriftDiameter": {
+                "type": "number",
+                "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.",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "MinimumInnerDiameter": {
+                "type": "number",
+                "description": "This is the minimum inner diameter of the whole assembly.",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "PilotHoleSize": {
+                "type": "number",
+                "description": "Diameter of the Pilot Hole",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "SeaFloorPenetrationLength": {
+                "type": "number",
+                "description": "the distance that the assembly has penetrated below the surface of the sea floor.",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "AssemblyTopMD": {
+                "type": "number",
+                "description": "The measured depth of the top from the whole assembly",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "AssemblyBaseMD": {
+                "type": "number",
+                "description": "The measured depth of the base from the whole assembly",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "AssemblyTopReportedTVD": {
+                "type": "number",
+                "description": "Depth of the top of the Assembly measured from the Well-Head",
+                "x-osdu-frame-of-reference": "UOM:length"
+              },
+              "AssemblyBaseReportedTVD": {
+                "type": "number",
+                "description": "Depth of the base of the Assembly measured from the Well-Head",
+                "x-osdu-frame-of-reference": "UOM:length"
+              }
+            },
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-supported-file-formats": [
+      "WITSML"
+    ],
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultLocation": {
+        "type": "object",
+        "priority": [
+          {
+            "path": "data.SpatialArea"
+          },
+          {
+            "path": "data.SpatialPoint"
+          }
+        ]
+      },
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "WorkProductComponent",
+        "kind": "osdu:wks:AbstractWPCGroupType:1.1.0"
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/deployments/shared-schemas/osdu/work-product-component/TubularExternalComponent.1.0.0.json b/deployments/shared-schemas/osdu/work-product-component/TubularExternalComponent.1.0.0.json
new file mode 100644
index 0000000000000000000000000000000000000000..dc7c5c0bd27b2f3778ba6012059809f1851eabfd
--- /dev/null
+++ b/deployments/shared-schemas/osdu/work-product-component/TubularExternalComponent.1.0.0.json
@@ -0,0 +1,335 @@
+{
+  "schemaInfo": {
+    "schemaIdentity": {
+      "authority": "{{schema-authority}}",
+      "source": "wks",
+      "entityType": "work-product-component--TubularExternalComponent",
+      "schemaVersionMajor": 1,
+      "schemaVersionMinor": 0,
+      "schemaVersionPatch": 0,
+      "id": "{{schema-authority}}:wks:work-product-component--TubularExternalComponent:1.0.0"
+    },
+    "createdBy": "OSDU Data Definition Group",
+    "scope": "SHARED",
+    "status": "PUBLISHED"
+  },
+  "schema": {
+    "x-osdu-license": "Copyright 2023, 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.",
+    "$id": "https://schema.osdu.opengroup.org/json/work-product-component/TubularExternalComponent.1.0.0.json",
+    "$schema": "http://json-schema.org/draft-07/schema#",
+    "x-osdu-schema-source": "osdu:wks:work-product-component--TubularExternalComponent:1.0.0",
+    "title": "TubularExternalComponent",
+    "description": "An External Component aka Jewellery is any equipment attached to the outside of a tubular assembly. Examples include Casing Centralizers or Scratchers, Friction Reduction Devices for a Drillstring, Clamps for Umbilical Lines.",
+    "type": "object",
+    "properties": {
+      "id": {
+        "description": "Previously called ResourceID or SRN which identifies this OSDU resource object without version.",
+        "title": "Entity ID",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularExternalComponent:[\\w\\-\\.\\:\\%]+$",
+        "example": "namespace:work-product-component--TubularExternalComponent:ba3ad08c-414d-5f07-8ac1-9e1b0f940440"
+      },
+      "kind": {
+        "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/.",
+        "title": "Entity Kind",
+        "type": "string",
+        "pattern": "^[\\w\\-\\.]+:[\\w\\-\\.]+:[\\w\\-\\.]+:[0-9]+.[0-9]+.[0-9]+$",
+        "example": "osdu:wks:work-product-component--TubularExternalComponent:1.0.0"
+      },
+      "version": {
+        "description": "The version number of this OSDU resource; set by the framework.",
+        "title": "Version Number",
+        "type": "integer",
+        "format": "int64",
+        "example": 1562066009929332
+      },
+      "acl": {
+        "description": "The access control tags associated with this entity.",
+        "title": "Access Control List",
+        "$ref": "{{schema-authority}}:wks:AbstractAccessControlList:1.0.0"
+      },
+      "legal": {
+        "description": "The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
+        "title": "Legal Tags",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalTags:1.0.0"
+      },
+      "tags": {
+        "title": "Tag Dictionary",
+        "description": "A generic dictionary of string keys mapping to string value. Only strings are permitted as keys and values.",
+        "type": "object",
+        "additionalProperties": {
+          "type": "string"
+        },
+        "example": {
+          "NameOfKey": "String value"
+        }
+      },
+      "createTime": {
+        "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.",
+        "title": "Resource Object Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:46:20.163Z"
+      },
+      "createUser": {
+        "title": "Resource Object Creation User Reference",
+        "description": "The user reference, which created the first version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "modifyTime": {
+        "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.",
+        "title": "Resource Object Version Creation DateTime",
+        "type": "string",
+        "format": "date-time",
+        "example": "2020-12-16T11:52:24.477Z"
+      },
+      "modifyUser": {
+        "title": "Resource Object Version Creation User Reference",
+        "description": "The user reference, which created this version of this resource object. Set by the System.",
+        "type": "string",
+        "example": "some-user@some-company-cloud.com"
+      },
+      "ancestry": {
+        "description": "The links to data, which constitute the inputs, from which this record instance is derived.",
+        "title": "Ancestry",
+        "$ref": "{{schema-authority}}:wks:AbstractLegalParentList:1.0.0"
+      },
+      "meta": {
+        "description": "The Frame of Reference meta data section linking the named properties to self-contained definitions.",
+        "title": "Frame of Reference Meta Data",
+        "type": "array",
+        "items": {
+          "$ref": "{{schema-authority}}:wks:AbstractMetaItem:1.0.0"
+        }
+      },
+      "data": {
+        "allOf": [
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractCommonResources:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWPCGroupType:1.0.0"
+          },
+          {
+            "$ref": "{{schema-authority}}:wks:AbstractWorkProductComponent:1.1.0"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ParentWellboreID": {
+                "type": "string",
+                "title": "Parent Wellbore Identifier",
+                "description": "Identifier of the Parent Wellbore",
+                "example": "namespace:master-data--Wellbore:100000040217:",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen",
+                "x-osdu-existing-standard": "Yes",
+                "pattern": "^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "master-data",
+                    "EntityType": "Wellbore"
+                  }
+                ]
+              },
+              "ParentAssemblyID": {
+                "type": "string",
+                "title": "Parent Tubular Assembly Identifier",
+                "description": "Identifier of the Parent Tubular Assembly",
+                "example": "namespace:work-product-component--TubularAssembly:100000040217.abcde:",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen",
+                "x-osdu-existing-standard": "Yes",
+                "pattern": "^[\\w\\-\\.]+:work-product-component\\-\\-TubularAssembly:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "work-product-component",
+                    "EntityType": "TubularAssembly"
+                  }
+                ]
+              },
+              "ExternalComponentTypeID": {
+                "type": "string",
+                "title": "External Component Type Identifier",
+                "description": "Identifier of the External Component Type",
+                "example": "namespace:reference-data--TubularExtCompType:BowCentralizer:",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen",
+                "x-osdu-existing-standard": "No",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompType:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "TubularExtCompType"
+                  }
+                ]
+              },
+              "Description": {
+                "type": "string",
+                "title": "Description",
+                "description": "External Component Description",
+                "example": "Bow Centralizers",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "NumberOfItems": {
+                "type": "integer",
+                "title": "Number of Items",
+                "description": "Number of Items",
+                "example": 1767,
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "TopMeasuredDepth": {
+                "type": "number",
+                "title": "Top Measured Depth",
+                "description": "Top of the Measured Depth interval where the External Components are installed",
+                "example": "5600 ft",
+                "x-osdu-frame-of-reference": "UOM:length",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "BaseMeasuredDepth": {
+                "type": "number",
+                "title": "Base Measured Depth",
+                "description": "Base of the Measured Depth interval where the External Components are installed",
+                "example": "10900 ft",
+                "x-osdu-frame-of-reference": "UOM:length",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "Spacing": {
+                "type": "number",
+                "title": "Spacing",
+                "description": "External Components spacing (length)",
+                "example": "40 ft",
+                "x-osdu-frame-of-reference": "UOM:length",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "AttachMechanismID": {
+                "type": "string",
+                "title": "Attach Mechanism ID",
+                "description": "Attach Mechanism",
+                "example": "namespace:reference-data--TubularExtCompAttachMechanism:Clamped:",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen",
+                "x-osdu-existing-standard": "No",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompAttachMechanism:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "TubularExtCompAttachMechanism"
+                  }
+                ]
+              },
+              "AttachPatternID": {
+                "type": "string",
+                "title": "Attach Pattern ID",
+                "description": "Attach pattern describing placement frequency",
+                "example": "namespace:reference-data--TubularExtCompAttachPattern:11:",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen",
+                "x-osdu-existing-standard": "No",
+                "pattern": "^[\\w\\-\\.]+:reference-data\\-\\-TubularExtCompAttachPattern:[\\w\\-\\.\\:\\%]+:[0-9]*$",
+                "x-osdu-relationship": [
+                  {
+                    "GroupType": "reference-data",
+                    "EntityType": "TubularExtCompAttachPattern"
+                  }
+                ]
+              },
+              "Weight": {
+                "type": "number",
+                "title": "External Component weight per item",
+                "description": "External Component weight per item",
+                "example": "5 lbm",
+                "x-osdu-frame-of-reference": "UOM:mass",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "Length": {
+                "type": "number",
+                "title": "External component length",
+                "description": "External component length of each item",
+                "example": "2 ft",
+                "x-osdu-frame-of-reference": "UOM:length",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "Remark": {
+                "type": "string",
+                "title": "Remarks",
+                "description": "Any additional comments/remarks",
+                "example": "Attached at connection",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              },
+              "OuterDiameter": {
+                "type": "number",
+                "title": "Outer Diameter",
+                "description": "The outer diameter of the external component.",
+                "example": "9.625 in",
+                "x-osdu-frame-of-reference": "UOM:length",
+                "x-osdu-attribution-authority": "OSDU",
+                "x-osdu-attribution-publication": "The OSDU Data Platform",
+                "x-osdu-attribution-revision": "Evergreen"
+              }
+            },
+            "required": [
+              "ParentWellboreID",
+              "ParentAssemblyID"
+            ],
+            "title": "IndividualProperties"
+          },
+          {
+            "type": "object",
+            "properties": {
+              "ExtensionProperties": {
+                "type": "object"
+              }
+            },
+            "title": "ExtensionProperties"
+          }
+        ]
+      }
+    },
+    "required": [
+      "kind",
+      "acl",
+      "legal"
+    ],
+    "additionalProperties": false,
+    "x-osdu-review-status": "Accepted",
+    "x-osdu-virtual-properties": {
+      "data.VirtualProperties.DefaultName": {
+        "type": "string",
+        "priority": [
+          {
+            "path": "data.Name"
+          }
+        ]
+      }
+    },
+    "x-osdu-inheriting-from-kind": [
+      {
+        "name": "WorkProductComponent",
+        "kind": "osdu:wks:AbstractWPCGroupType:1.0.0"
+      }
+    ]
+  }
+}
\ No newline at end of file