aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

Remove `matches_RFC_8089_path` invariant from `Path_type` #333

Closed s-heppner closed 2 months ago

s-heppner commented 2 months ago

Currently, the regex for Path type is non-compliant to the specification v3.0.1, as it does not allow for AASX packages to be written.

As a temporary bugfix in v3.0.1, it was decided to remove the invariant check, as changing the pattern would result in a breaking change. This is of course no final solution, there will be a better fix for version 3.1.

See also admin-shell-io/aas-specs#299