"description":"List of geographic entities which provide context to the master data. This may include multiple types or multiple values of the same type.",
"description":"The history of expenditure approvals.",
"type":"array",
"x-osdu-indexing":{
"type":"nested"
},
"items":{
"type":"object",
"properties":{
...
...
@@ -116,6 +119,9 @@
"Contractors":{
"description":"References to organisations which supplied services to the Project.",
"type":"array",
"x-osdu-indexing":{
"type":"flattened"
},
"items":{
"type":"object",
"properties":{
...
...
@@ -151,6 +157,9 @@
"Personnel":{
"description":"List of key individuals supporting the Project. This could be Abstracted for re-use, and could reference a separate Persons master data object.",
"type":"array",
"x-osdu-indexing":{
"type":"flattened"
},
"items":{
"type":"object",
"properties":{
...
...
@@ -186,6 +195,9 @@
"ProjectSpecifications":{
"description":"General parameters defining the configuration of the Project. In the case of a seismic acquisition project it is like receiver interval, source depth, source type. In the case of a processing project, it is like replacement velocity, reference datum above mean sea level.",
"type":"array",
"x-osdu-indexing":{
"type":"flattened"
},
"items":{
"type":"object",
"properties":{
...
...
@@ -248,6 +260,9 @@
"ProjectStates":{
"description":"The history of life cycle states that the Project has been through..",
"x-osdu-license":"Copyright 2021, The Open Group \\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.",
"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/.",
"description":"The entity's legal tags and compliance status. The actual contents associated with the legal tags is managed by the Compliance Service.",
"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.",
"description":"An array of Artefacts - each artefact has a Role, Resource tuple. An artefact is distinct from the file, in the sense certain valuable information is generated during loading process (Artefact generation process). Examples include retrieving location data, performing an OCR which may result in the generation of artefacts which need to be preserved distinctly",
"description":"Defines relationships with other objects (any kind of Resource) upon which this work product component depends. The assertion is directed only from the asserting WPC to ancestor objects, not children. It should not be used to refer to files or artefacts within the WPC -- the association within the WPC is sufficient and Artefacts are actually children of the main WPC file. They should be recorded in the Data.Artefacts[] array.",
"description":"An array of Artefacts - each artefact has a Role, Resource tuple. An artefact is distinct from the file, in the sense certain valuable information is generated during loading process (Artefact generation process). Examples include retrieving location data, performing an OCR which may result in the generation of artefacts which need to be preserved distinctly",
"description":"Reference to the general class of obligation, such as nondisclosure, termination of use, non-assignment, export restriction, limitation on derivatives.",
"description":"The set of processing geometries comprising the 2D Interpretation Survey (often referred to as survey in the context of an interpretation application but not a survey in the context of acquisition).",