Skip to content

Commit 0116745

Browse files
authored
Merge pull request #491 from admin-shell-io/SeBa/semanticids-for-3-1
Consistent 3.1 SemanticIDs
2 parents f3c9aa3 + 61a2761 commit 0116745

File tree

27 files changed

+732
-731
lines changed

27 files changed

+732
-731
lines changed

AasxFileServerServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ paths:
2525
summary: Returns a list of available AASX packages at the server
2626
operationId: GetAllAASXPackageIds
2727
x-semanticIds:
28-
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/0
28+
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1
2929
parameters:
3030
- name: aasId
3131
in: query
@@ -60,7 +60,7 @@ paths:
6060
summary: Stores the AASX package at the server
6161
operationId: PostAASXPackage
6262
x-semanticIds:
63-
- https://admin-shell.io/aas/API/PostAASXPackage/3/0
63+
- https://admin-shell.io/aas/API/PostAASXPackage/3/1
6464
requestBody:
6565
description: AASX package
6666
content:
@@ -121,7 +121,7 @@ paths:
121121
summary: Returns a specific AASX package from the server
122122
operationId: GetAASXByPackageId
123123
x-semanticIds:
124-
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/0
124+
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/1
125125
responses:
126126
'200':
127127
description: Requested AASX package
@@ -153,7 +153,7 @@ paths:
153153
summary: Creates or updates the AASX package at the server
154154
operationId: PutAASXByPackageId
155155
x-semanticIds:
156-
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/0
156+
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/1
157157
requestBody:
158158
description: AASX package
159159
content:
@@ -204,7 +204,7 @@ paths:
204204
summary: Deletes a specific AASX package from the server
205205
operationId: DeleteAASXByPackageId
206206
x-semanticIds:
207-
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/0
207+
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/1
208208
responses:
209209
'204':
210210
description: Deleted successfully

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ paths:
2424
summary: Returns all Asset Administration Shell Descriptors
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
27-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
27+
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
28+
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
2929
parameters:
3030
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
3131
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
@@ -52,7 +52,7 @@ paths:
5252
summary: Creates a new Asset Administration Shell Descriptor, i.e. registers an AAS
5353
operationId: PostAssetAdministrationShellDescriptor
5454
x-semanticIds:
55-
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/0
55+
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/1
5656
requestBody:
5757
description: Asset Administration Shell Descriptor object
5858
content:
@@ -89,7 +89,7 @@ paths:
8989
summary: Returns a specific Asset Administration Shell Descriptor
9090
operationId: GetAssetAdministrationShellDescriptorById
9191
x-semanticIds:
92-
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
92+
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
9393
parameters:
9494
- name: aasIdentifier
9595
in: path
@@ -122,7 +122,7 @@ paths:
122122
summary: Creates or updates an existing Asset Administration Shell Descriptor
123123
operationId: PutAssetAdministrationShellDescriptorById
124124
x-semanticIds:
125-
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/0
125+
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/1
126126
parameters:
127127
- name: aasIdentifier
128128
in: path
@@ -167,7 +167,7 @@ paths:
167167
summary: Deletes an Asset Administration Shell Descriptor, i.e. de-registers an AAS
168168
operationId: DeleteAssetAdministrationShellDescriptorById
169169
x-semanticIds:
170-
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/0
170+
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/1
171171
parameters:
172172
- name: aasIdentifier
173173
in: path
@@ -197,7 +197,7 @@ paths:
197197
summary: Returns all Submodel Descriptors
198198
operationId: GetAllSubmodelDescriptorsThroughSuperpath
199199
x-semanticIds:
200-
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
200+
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
201201
parameters:
202202
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
203203
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
@@ -224,7 +224,7 @@ paths:
224224
summary: Creates a new Submodel Descriptor, i.e. registers a submodel
225225
operationId: PostSubmodelDescriptor-ThroughSuperpath
226226
x-semanticIds:
227-
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/0
227+
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/1
228228
requestBody:
229229
description: Submodel Descriptor object
230230
content:
@@ -266,7 +266,7 @@ paths:
266266
summary: Returns a specific Submodel Descriptor
267267
operationId: GetSubmodelDescriptorByIdThroughSuperpath
268268
x-semanticIds:
269-
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
269+
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
270270
responses:
271271
'200':
272272
description: Requested Submodel Descriptor
@@ -290,7 +290,7 @@ paths:
290290
summary: Creates or updates an existing Submodel Descriptor
291291
operationId: PutSubmodelDescriptorByIdThroughSuperpath
292292
x-semanticIds:
293-
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/0
293+
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/1
294294
requestBody:
295295
description: Submodel Descriptor object
296296
content:
@@ -328,7 +328,7 @@ paths:
328328
summary: Deletes a Submodel Descriptor, i.e. de-registers a submodel
329329
operationId: DeleteSubmodelDescriptorByIdThroughSuperpath
330330
x-semanticIds:
331-
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/0
331+
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/1
332332
responses:
333333
'204':
334334
description: Submodel Descriptor deleted successfully

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ paths:
2424
summary: Returns all Asset Administration Shell Descriptors
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
27-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
27+
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
28+
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
2929
parameters:
3030
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
3131
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
@@ -53,7 +53,7 @@ paths:
5353
summary: Returns a specific Asset Administration Shell Descriptor
5454
operationId: GetAssetAdministrationShellDescriptorById
5555
x-semanticIds:
56-
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
56+
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
5757
parameters:
5858
- name: aasIdentifier
5959
in: path
@@ -89,7 +89,7 @@ paths:
8989
summary: Returns all Submodel Descriptors
9090
operationId: GetAllSubmodelDescriptorsThroughSuperpath
9191
x-semanticIds:
92-
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
92+
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
9393
parameters:
9494
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
9595
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
@@ -120,7 +120,7 @@ paths:
120120
summary: Returns a specific Submodel Descriptor
121121
operationId: GetSubmodelDescriptorByIdThroughSuperpath
122122
x-semanticIds:
123-
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
123+
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
124124
responses:
125125
'200':
126126
description: Requested Submodel Descriptor

AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-005.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ paths:
2525
operationId: GetAllAssetAdministrationShellDescriptors
2626
x-semanticIds:
2727
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
28-
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
28+
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
2929
parameters:
3030
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
3131
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'

0 commit comments

Comments
 (0)