eclipse-basyx / basyx-java-sdk

java-sdk
MIT License
25 stars 32 forks source link

Fixes empty Asset #283

Closed mdanish98 closed 1 year ago

mdanish98 commented 1 year ago

The AAS contains referenced Asset now: [ { "modelType": { "name": "AssetAdministrationShell" }, "idShort": "EmptyAAS", "identification": { "idType": "Custom", "id": "AssetAdministrationShell---3BA03D1D" }, "dataSpecification": [], "embeddedDataSpecifications": [], "submodels": [ { "keys": [ { "type": "AssetAdministrationShell", "local": false, "value": "AssetAdministrationShell---3BA03D1D", "idType": "Custom" }, { "type": "Submodel", "local": true, "value": "https://example.com/ids/sm/8424_0101_3032_4185", "idType": "IRI" } ] } ], "asset": { "keys": [ { "type": "Asset", "local": true, "value": "https://empty.com", "idType": "IRI" } ], "modelType": { "name": "Asset" }, "dataSpecification": [], "embeddedDataSpecifications": [], "idShort": "EmptyAsset", "identification": { "idType": "IRI", "id": "https://empty.com" }, "kind": "Instance" }, "views": [], "conceptDictionary": [], "assetRef": { "keys": [ { "type": "Asset", "local": true, "value": "https://empty.com", "idType": "IRI" } ] } } ]

Signed-off-by: Mohammad Ghazanfar Ali Danish ghazanfar.danish@iese.fraunhofer.de