-
Hi,
I noticed an inconsistency between the XML serialization and the class name in the book. Namely, the class is called `Identifier` in the book:
https://www.plattform-i40.de/IP/Redaktion/DE/Downlo…
-
# Feature Request
Data is often shared via REST APIs that exist independent from a connector/IDS, an AAS e.g. https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShell-REST-API/Final-Dra…
-
When parsing an AssetAdministrationShell from json `_construct_asset_administration_shell` is expecting a type `dict` in `asset` element:
```python
def _construct_asset_administration_shell(
…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Export AAS json file from package explore
2. Convert AAS json file …
-
In release [1.2.0 the release notes](https://projects.eclipse.org/projects/dt.basyx/releases/1.2.0-java) said, that the bug "Fixes submodel element values serialization when getting "/values"" is solv…
-
**Is your task related to a problem? Please describe.**
The Asset Administration Shell (AAS) and its information model [1] is a widely recognized standard developed by the Industrial Digital Twin Ass…
-
Given this test, the Property p1111 inside SubmodelElementCollection sec111 is rendered in json within a map instead of within a list...
Applies to development branch.
```
import java.util.Arra…
-
Added tags as described in https://docs.microsoft.com/en-us/azure/digital-twins/how-to-use-tags
-
# Feature Request
The public dataplane api catches all incoming http calls but drops the path information before calling the actual service in the backend. Query params and http method get already pa…
-
I've set up a AAS server and request all submodels. I generate it like this using https://github.com/eclipse-basyx/basyx-python-sdk
```python
submodel = model.Submodel(
identification=model.…