Closed Frosty2500 closed 4 months ago
Reference objects are not being deserialized, they are just returned in serialized JSON representation.
For example this is what we get when we print an aas_reference object that we get with the client:
{'keys': [{'type': 'AssetAdministrationShell', 'value': 'https://acplt.org/Test_AssetAdministrationShell'}], 'referred_semantic_id': None, 'type': 'ModelReference'}
Fixed in 0b25e8774be8ae8d1c9b671584d45d97e1d5d883
Reference objects are not being deserialized, they are just returned in serialized JSON representation.
For example this is what we get when we print an aas_reference object that we get with the client: