Skip to content

Commit 27b1517

Browse files
committed
fix SupplementalSemanticId vs. SupplementalSemanticIds
1 parent ed158cb commit 27b1517

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Part2-API-Schemas/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ components:
10921092
pattern: "^([\\x09\\x0a\\x0d\\x20-\\ud7ff\\ue000-\\ufffd]|\\ud800[\\udc00-\\udfff]|[\\ud801-\\udbfe][\\udc00-\\udfff]|\\udbff[\\udc00-\\udfff])*$"
10931093
semanticId:
10941094
$ref: "https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Reference"
1095-
supplementalSemanticId:
1095+
supplementalSemanticIds:
10961096
type: array
10971097
items:
10981098
$ref: "https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Reference"

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Minor Changes:
6666
* remove: Remove TREE. (https://github.com/admin-shell-io/aas-specs-api/issues/537)
6767
* Remove the requirement to have "clientTimeoutDuration" for asynchronous operation invocations in the OpenAPI files. This is a change in the OpenAPI files only, as the "clientTimeoutDuration" parameter was already optional in the definition of the OperationRequestAsync class in the OpenAPI schema. (https://github.com/admin-shell-io/aas-specs-api/issues/563[#563])
6868
* Fixing the values of the ServiceSpecificationProfileEnum to correctly contain minor versions. (https://github.com/admin-shell-io/aas-specs-api/issues/526[#526])
69+
* Changed SupplementalSemanticId to SupplementalSemanticIds in the OpenAPI files to align with the definition in the OpenAPI schema. (https://github.com/admin-shell-io/aas-specs-api/issues/553[#553])
6970

7071

7172
== Changes w.r.t. V3.1 to V3.1.1

0 commit comments

Comments
 (0)