Skip to content

Commit 1b5960c

Browse files
authored
fix wrong operationId for GetSelfDescription (#388)
* use correct operationId, and * use correct x-semanticId
1 parent dc0ceaa commit 1b5960c

File tree

27 files changed

+54
-54
lines changed

27 files changed

+54
-54
lines changed

AasxFileServerServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ paths:
216216
tags:
217217
- Description API
218218
summary: Returns the self-describing information of a network resource (ServiceDescription)
219-
operationId: GetDescription
219+
operationId: GetSelfDescription
220220
x-semanticIds:
221-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
221+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
222222
responses:
223223
'200':
224224
description: Requested Description

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ paths:
327327
tags:
328328
- Description API
329329
summary: Returns the self-describing information of a network resource (ServiceDescription)
330-
operationId: GetDescription
330+
operationId: GetSelfDescription
331331
x-semanticIds:
332-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
332+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
333333
responses:
334334
'200':
335335
description: Requested Description

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ paths:
145145
tags:
146146
- Description API
147147
summary: Returns the self-describing information of a network resource (ServiceDescription)
148-
operationId: GetDescription
148+
operationId: GetSelfDescription
149149
x-semanticIds:
150-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
150+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
151151
responses:
152152
'200':
153153
description: Requested Description

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-003.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ paths:
193193
summary: >-
194194
Returns the self-describing information of a network resource
195195
(ServiceDescription)
196-
operationId: GetDescription
196+
operationId: GetSelfDescription
197197
x-semanticIds:
198-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
198+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
199199
responses:
200200
'200':
201201
description: Requested Description

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-004.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ paths:
5555
tags:
5656
- Description API
5757
summary: Returns the self-describing information of a network resource (ServiceDescription)
58-
operationId: GetDescription
58+
operationId: GetSelfDescription
5959
x-semanticIds:
60-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
60+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
6161
responses:
6262
'200':
6363
description: Requested Description

AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,9 +1811,9 @@ paths:
18111811
tags:
18121812
- Description API
18131813
summary: Returns the self-describing information of a network resource (ServiceDescription)
1814-
operationId: GetDescription
1814+
operationId: GetSelfDescription
18151815
x-semanticIds:
1816-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
1816+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
18171817
responses:
18181818
'200':
18191819
description: Requested Description

AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-002.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,9 +862,9 @@ paths:
862862
tags:
863863
- Description API
864864
summary: Returns the self-describing information of a network resource (ServiceDescription)
865-
operationId: GetDescription
865+
operationId: GetSelfDescription
866866
x-semanticIds:
867-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
867+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
868868
responses:
869869
'200':
870870
description: Requested Description

AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-003.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ paths:
5555
tags:
5656
- Description API
5757
summary: Returns the self-describing information of a network resource (ServiceDescription)
58-
operationId: GetDescription
58+
operationId: GetSelfDescription
5959
x-semanticIds:
60-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
60+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
6161
responses:
6262
'200':
6363
description: Requested Description

AssetAdministrationShellServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,9 +1646,9 @@ paths:
16461646
tags:
16471647
- Description API
16481648
summary: Returns the self-describing information of a network resource (ServiceDescription)
1649-
operationId: GetDescription
1649+
operationId: GetSelfDescription
16501650
x-semanticIds:
1651-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
1651+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
16521652
responses:
16531653
'200':
16541654
description: Requested Description

AssetAdministrationShellServiceSpecification/V3.1_SSP-002.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,9 +762,9 @@ paths:
762762
tags:
763763
- Description API
764764
summary: Returns the self-describing information of a network resource (ServiceDescription)
765-
operationId: GetDescription
765+
operationId: GetSelfDescription
766766
x-semanticIds:
767-
- https://admin-shell.io/aas/API/Descriptor/GetDescription/3/0
767+
- https://admin-shell.io/aas/API/GetSelfDescription/3/1
768768
responses:
769769
'200':
770770
description: Requested Description

0 commit comments

Comments
 (0)