diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc index 648bf0f0..0a67d8e9 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc @@ -18,6 +18,7 @@ Major Changes: Minor Changes: * changed: Removed second regex pattern from Blob/contentType, File/contentType, File/value, Referable/idShort, Resource/path, and Resource/contentType attributes in the Part1-MetaModel-Schemas OpenAPI file. The first regex pattern is sufficient to cover all valid content types. While this is not directly fixing a bug, many downstream tools report issues, e.g. during code generation, when two regex patterns are defined for the same attribute. (https://github.com/admin-shell-io/aas-specs-api/issues/481[#481]) +* changed: Upgraded semanticIds of ProtocolInformation, SecurityAttributeObject, SecurityTypeEnum, and the items of the SecurityTypeEnum to V3.1 (https://github.com/admin-shell-io/aas-specs-api/issues/470[#470]) * new: Add 404 'Not Found' to the PutSubmodelDescriptorByIdThroughSuperpath operation in the OpenAPI file for the AssetAdministrationShellRegistryServiceSpecification/SSP-001 profile. diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc index 2e64d453..249a92cd 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc @@ -194,7 +194,7 @@ Required changes need to be made by the related DIN working group. h|Inherits from 3+|-- -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/ProtocolInformation/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/ProtocolInformation/3/1` h|Attribute h|Explanation h|Type h|Card. e|href |The endpoint address as a URL |xref:LocatorType[LocatorType] |1 @@ -245,7 +245,7 @@ Required changes need to be made by the related DIN working group. h|Inherits from 3+|-- -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/SecurityAttributeObject/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/SecurityAttributeObject/3/1` h|Attribute h|Explanation h|Type h|Card. e|type |Enum security type or standard |xref:SecurityTypeEnum[SecurityTypeEnum] |1 @@ -265,18 +265,18 @@ This class is not part of the metamodel. The information in this table is derived from DIN SPEC 16593-2. Required changes need to be made by the related DIN working group. -h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/3/0` +h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/3/1` .2+h|Literal h| ID h|Explanation -.2+e|NONE |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/NONE/3/0` +.2+e|NONE |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/NONE/3/1` a|No predefined security type available -.2+e|RFC_TLSA |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/RFC_TLSA/3/0` +.2+e|RFC_TLSA |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/RFC_TLSA/3/1` a|TLSA according to RFC 6698 -.2+e|W3C_DID |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/W3C_DID/3/0` +.2+e|W3C_DID |`\https://admin-shell.io/aas/API/DataTypes/SecurityTypeEnum/W3C_DID/3/1` a|Decentralized Identifiers according to the W3C Recommendation xref:bibliography.adoc#bib7[[7\]] |===