Open royscheeren opened 7 months ago
Open manifest.json and check if it is a remote or local uri:
"manifest:data": [
{
"@type": "manifest:Link",
"manifest:relativePath": {
**"@value": "./data/Gaia_X_Example_Asset_TestfeldNiedersachsen_ALKS_ODR.xodr"**,
"@type": "xsd:anyURI"
},
"manifest:type": "Data",
"manifest:format": "xodr",
"manifest:accessRole": "owner"
},
{
"@type": "manifest:Link",
"manifest:relativePath": {
**"@value": "./data/Gaia_X_Example_Asset_TestfeldNiedersachsen_ALKS_ODR_offset.xodr",**
"@type": "xsd:anyURI"
},
"manifest:type": "Data",
"manifest:format": "xodr",
"manifest:accessRole": "owner"
}
],
Important: The process definition and necessary software/libraries for "incremental authorization" need to be available and documented because the owner of the REMOTE is responsible to provide access to the file through this process. The same way ENVITED is providing the access for the self-hosted data
Scope
We need to know where the asset file is going to live.
Definition of done