Skip to content

Commit c772090

Browse files
committed
bugfix OperationRequestValueOnly and OperationResultValueOnly from SubmodelElementValue to ValueOnly
1 parent 27b1517 commit c772090

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Minor Changes:
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])
6969
* 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])
70+
* Adjusted the return type for the operations OperationRequestValueOnly and OperationResultValueOnly from the incorrect SubmodelElementValue to ValueOnly. No changes in the already correct OpenAPI files. (https://github.com/admin-shell-io/aas-specs-metamodel/pull/663[Part 1#663])
7071

7172

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

documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ h|semanticId* 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationRequestValu
748748

749749
h|Attribute h|Explanation h|Type h|Card.
750750

751-
|inputArguments a|Input argument | link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[SubmodelElementValue] |0..*
752-
|inoutputArguments a|InOutput argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[SubmodelElementValue] |0..*
751+
|inputArguments a|Input argument | link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[ValueOnly] |0..*
752+
|inoutputArguments a|InOutput argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[ValueOnly] |0..*
753753
|clientTimeoutDuration a|Duration indicating when the client suggests the server to have finished execution of the invoked operation. The server may take this value into account to decide on its effective timeout, however, the server may or may not use by its own discretion. |duration |0..1
754754
|===
755755

@@ -796,8 +796,8 @@ h|Inherits from 3+|BaseOperationResult
796796
h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationResultValueOnly/3/2`
797797

798798
h|Attribute h|Explanation h|Type h|Card.
799-
e|outputArguments |Output argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[SubmodelElementValue] |0..*
800-
e|inoutputArguments |InOutput argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[SubmodelElementValue] |0..*
799+
e|outputArguments |Output argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[ValueOnly] |0..*
800+
e|inoutputArguments |InOutput argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/mappings/mappings.html#json-schema-value-only[ValueOnly] |0..*
801801
|===
802802

803803
===== Enumeration ExecutionState

0 commit comments

Comments
 (0)