Skip to content

Commit

Permalink
Fix unresolved xrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Dec 5, 2024
1 parent 63eba91 commit 0c83745
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ h|Name h|Description h|Mand. h|Type h|Card.
|inoutputArgument |Inoutput argument |no |link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#OperationVariable[OperationVariable] |1..*
5+h|Output Parameter
|statusCode |Status code |yes |xref:specification/interfaces-payload.adoc#StatusCode[StatusCode] |1
|payload |The Operation Result |yes |xref:OperationResult[OperationResult] |1
|payload |The Operation Result |yes |xref:specification/interfaces-payload.adoc#OperationResult[OperationResult] |1
|===

==== Operation InvokeOperationAsync
Expand Down Expand Up @@ -604,10 +604,10 @@ h|semanticId 4+|`\https://admin-shell.io/aas/API/GetOperationAsnycStatus/3/0`

h|Name h|Description h|Mand. h|Type h|Card.
5+h|Input Parameter
|operationHandle |The returned handle of an operation’s asynchronous invocation used to request the current state of the operation’s execution |yes |xref:OperationHandle[OperationHandle] |1
|operationHandle |The returned handle of an operation’s asynchronous invocation used to request the current state of the operation’s execution |yes |xref:specification/interfaces-payload.adoc#OperationHandle[OperationHandle] |1
5+h|Output Parameter
|statusCode |Status code |yes |xref:specification/interfaces-payload.adoc#StatusCode[StatusCode] |1
|payload |Execution state of the operation |yes | xref:BaseOperationResult[BaseOperationResult] |1
|payload |Execution state of the operation |yes | xref:specification/interfaces-payload.adoc#BaseOperationResult[BaseOperationResult] |1
|===

==== Operation GetOperationAsyncResult
Expand All @@ -624,7 +624,7 @@ h|Name h|Description h|Mand. h|Type h|Card.
|operationHandle |The returned handle of an operation’s asynchronous invocation used to request the current state of the operation’s execution |yes |OperationHandle |1
5+h|Output Parameter
|statusCode |Status code |yes |xref:specification/interfaces-payload.adoc#StatusCode[StatusCode] |1
|payload |Operation Result |yes |xref:OperationResult[OperationResult] |1
|payload |Operation Result |yes |xref:specification/interfaces-payload.adoc#OperationResult[OperationResult] |1
|===

=== Serialization Interface and Operations
Expand Down

0 comments on commit 0c83745

Please sign in to comment.