Closed mristin closed 2 years ago
The class AssetAdministrationShell inherits from Referable and thus need not to specify the modelType in the @serialization explicitly.
AssetAdministrationShell
Referable
modelType
@serialization
See: https://github.com/aas-core-works/aas-core-meta/blob/7663ba0c80b56758ce66d9960a99787a895f602f/aas_core_meta/v3rc2.py#L1825
Same applies to ConceptDescription.
ConceptDescription
Related to #100 .
Fixed by #104 .
The class
AssetAdministrationShell
inherits fromReferable
and thus need not to specify themodelType
in the@serialization
explicitly.See: https://github.com/aas-core-works/aas-core-meta/blob/7663ba0c80b56758ce66d9960a99787a895f602f/aas_core_meta/v3rc2.py#L1825
Same applies to
ConceptDescription
.Related to #100 .