admin-shell-io / aas-specs

Repository of the Asset Administration Shell Specification IDTA-01001 - Metamodel
https://industrialdigitaltwin.org/en/content-hub/aasspecifications
Creative Commons Attribution 4.0 International
45 stars 26 forks source link

[BUG] Resource/contentType and Resource/path inconsistent cardinality in Figure and Table #438

Open BirgitBoss opened 2 weeks ago

BirgitBoss commented 2 weeks ago

Describe the bug [A clear and concise description of what the bug is.]

Figure and Table are inconsistent. Is it

Resource/contentType 0..1 and Resource/path 1 or Resource/contentType 1 and Resource/path 0..1 ?

For File and Blob it is contentType 1 and path 0..1 (because of Submodel Templates)

In the JSON schema Resource/path is required.

Where V3.0 and (https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/Spec/IDTA-01001_Metamodel_Core.html#_asset_information_attributes)