"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.",
"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":"List of sources to listen for new messages. If not explicitely provided, then the streams admin service can make an attempt to derive them from other parameters.",
"description":"List of sinks to route output messages to after the stream processing. If not explicitely provided, then the stream admin service will create a new sink.",
"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.",