aas-core-works / aas-core3.0-python

Manipulate, verify and de/serialize asset administration shells in Python.
Other
4 stars 0 forks source link

Check explicitly for missing model type #35

Closed mristin closed 1 week ago

mristin commented 1 week ago

We add an explicit check for missing modelType to account for the case where a concrete class without descendants needs a model type for backwards compatibility even though the model type property is redundant.

The code corresponds to aas-core-codegen 84ccbb64, and the test data correspods to aas-core3.0-testgen 1b00dbe45.

Fixes #32.