- HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty)
- Hibernate Validator Engine (from )
- Hibernate Validator Engine (from )
- High Performance Primitive Collections (from https://github.com/carrotsearch/hppc)
- IBM COS Java SDK for Amazon S3 (from https://github.com/ibm/ibm-cos-sdk-java)
- IBM COS Java SDK for COS KMS (from https://github.com/ibm/ibm-cos-sdk-java)
- IBM COS SDK For Java (from https://github.com/ibm/ibm-cos-sdk-java)
...
...
@@ -371,15 +370,15 @@ The following software have components provided under the terms of this license:
- Jackson 2 extensions to the Google HTTP Client Library for Java. (from https://github.com/google/google-http-java-client.git/google-http-client-jackson2)
- Jackson dataformat: CBOR (from http://github.com/FasterXML/jackson-dataformats-binary)
- Jackson dataformat: CBOR (from http://github.com/FasterXML/jackson-dataformats-binary)
- Jackson dataformat: Smile (from http://github.com/FasterXML/jackson-dataformats-binary)
- Jackson datatype: JSR310 (from http://wiki.fasterxml.com/JacksonModuleJSR310)
- Jackson datatype: jdk8 (from https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8)
- Jackson module: Afterburner (from https://github.com/FasterXML/jackson-modules-base)
"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":"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... \n[Without inheritance, combined specializations.]",
"properties":{
"ObjectParameterKey":{
"type":"string",
"title":"Object Parameter Key",
"description":"Relationship to an object ID, which acts as the 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"
},
"ParameterKindID":{
"type":"string",
"description":"[Added to cover lack of inheritance]",
"description":"Reference data describing how the parameter was used by the activity, such as input, output, control, constraint, agent, predecessor activity, successor activity.",
"description":"A system-specified unique identifier of a Facility.",
"title":"External Facility Identifier",
"description":"Native identifier from a Master Data Management System or other trusted source external to OSDU - stored here in order to allow for multi-system connection and synchronization. If used, the \"Source\" property should identify that source system.",
"description":"A system-specified unique identifier of a Project.",
"title":"External Project Identifier",
"description":"Native identifier from a Master Data Management System or other trusted source external to OSDU - stored here in order to allow for multi-system connection and synchronization. If used, the \"Source\" property should identify that source system.",
"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":"General parameter value used in one instance of activity. Includes reference to data objects which are inputs and outputs of the activity.",
"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":"A nested object holding the relationship to a PropertyType by id (uuid) and a derived, human-readable name.",
"type":"object",
"properties":{
"PropertyTypeID":{
"type":"string",
"title":"Property Type ID",
"description":"The relationship to the PropertyType reference data item, typically containing an Energistics PWLS 3 uuid. For better traceability and usability the property name is to be populated in the Name property.",
"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 purpose of this schema is best understood in the context of a columnar dataset: the AbstractReferencePropertyType describes a column in a columnar dataset by declaring its value type (number, string), a UnitQuantity if the value type is a number, a kind if the string value is actually a relationship to a e.g. reference-data type.",
"type":"object",
"properties":{
"ValueType":{
"type":"string",
"title":"Value Type",
"description":"The type of value to expect for this reference property, either \"number\" (floating point number), \"integer\", \"string\", or \"boolean\".",
"example":"string"
},
"ValueCount":{
"type":"integer",
"title":"Value Count",
"description":"The number of values in a tuple, e.g. For coordinates. The default is 1.",
"example":1,
"default":1
},
"UnitQuantityID":{
"type":"string",
"title":"Unit Quantity ID",
"description":"Only populated of the ValueType is \"number\". It holds the UnitQuantity associated with this reference property type. It is a relationship to UnitQuantity record.",
"description":"It holds the PropertyType associated with this reference property type, further defining the semantics of the value. It contains a relationship to PropertyType record and its (de-normalized) name. String or number values can represent e.g. A date or a time by referring to the respective PropertyType record id.",
"description":"Only populated if ValueType==\"string\" and the values are expected to represent record ids, e.g. to a reference-data type, then this value holds the kind (optionally without the semantic version number).",
"description":"Surrogate key to uniquely identify an instance in a domain list.",
"title":"External Identifier",
"description":"Native identifier from a Master Data Management System or other trusted source external to OSDU - stored here in order to allow for multi-system connection and synchronization. If used, the \"Source\" property should identify that source system.",