Skip to content
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ad3f44e
Remove redundant Regex Patterns (#479)
sebbader-sap Jul 9, 2025
79ccbdb
formatting of list (#480)
BirgitBoss Jul 9, 2025
af7a6dd
Added missing 404 return code (#476)
alexgordtop Jul 9, 2025
7e764a5
replace explanation in the PostAllAssetLinksByID detail table
sebbader-sap Jul 11, 2025
ae476fc
declare assetlink/name and assetlink/value as required in openapi
sebbader-sap Jul 11, 2025
695ce6a
upgraded semanticIds to v3.1
sebbader-sap Jul 11, 2025
e8c399b
add changelog for new 404 (#483)
sebbader-sap Jul 11, 2025
8bb4e3a
add 204 for delete thumbnails, mark 200 as deprecated
sebbader-sap Jul 11, 2025
f1b67cc
adding missing service specification profiles and fixing the example
sebbader-sap Jul 11, 2025
c4fc807
add missing entries also in swagger
sebbader-sap Jul 11, 2025
e86b5ff
Merge pull request #486 from admin-shell-io/SeBa/mandatory-assetlink-…
BirgitBoss Jul 14, 2025
cac48e3
Merge branch 'IDTA-01002-3-1-1_working' into SeBa/security-type-enum-…
BirgitBoss Jul 14, 2025
84c653c
Merge pull request #487 from admin-shell-io/SeBa/security-type-enum-v…
BirgitBoss Jul 14, 2025
a33ab92
Merge branch 'IDTA-01002-3-1-1_working' into SeBa/service-specificati…
BirgitBoss Jul 14, 2025
f3c9aa3
Merge pull request #489 from admin-shell-io/SeBa/service-specificatio…
BirgitBoss Jul 14, 2025
2e480ea
Merge branch 'IDTA-01002-3-1-1_working' into SeBa/delete-thumbnail-st…
sebbader-sap Jul 14, 2025
4a20ece
correct copy-paste error in subsection title
sebbader-sap Jul 14, 2025
92ad8f2
Update documentation/IDTA-01002-3/modules/ROOT/pages/specification/in…
sebbader-sap Jul 14, 2025
f97a785
fix PostAllAssetLinksById explanation
sebbader-sap Jul 14, 2025
61a2761
push all semantic IDs to V3.1
sebbader-sap Jul 14, 2025
0116745
Merge pull request #491 from admin-shell-io/SeBa/semanticids-for-3-1
BirgitBoss Jul 15, 2025
7de7fb5
Merge pull request #488 from admin-shell-io/SeBa/delete-thumbnail-sta…
BirgitBoss Jul 15, 2025
75cc08e
Merge pull request #485 from admin-shell-io/SeBa/PostAllAssetLinksByID
BirgitBoss Jul 15, 2025
8e0731c
Update README.md (#493)
BirgitBoss Jul 15, 2025
9c3faa8
update index.adoc with version info and date (#492)
BirgitBoss Jul 15, 2025
2cd9f09
Update version
juileetikekar Jul 25, 2025
98e3ce5
Version update to 3.1.1 (#494)
juileetikekar Jul 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions AasxFileServerServiceSpecification/V3.1_SSP-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
summary: Returns a list of available AASX packages at the server
operationId: GetAllAASXPackageIds
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/0
- https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1
parameters:
- name: aasId
in: query
Expand Down Expand Up @@ -60,7 +60,7 @@ paths:
summary: Stores the AASX package at the server
operationId: PostAASXPackage
x-semanticIds:
- https://admin-shell.io/aas/API/PostAASXPackage/3/0
- https://admin-shell.io/aas/API/PostAASXPackage/3/1
requestBody:
description: AASX package
content:
Expand Down Expand Up @@ -121,7 +121,7 @@ paths:
summary: Returns a specific AASX package from the server
operationId: GetAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/0
- https://admin-shell.io/aas/API/GetAASXByPackageId/3/1
responses:
'200':
description: Requested AASX package
Expand Down Expand Up @@ -153,7 +153,7 @@ paths:
summary: Creates or updates the AASX package at the server
operationId: PutAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/0
- https://admin-shell.io/aas/API/PutAASXByPackageId/3/1
requestBody:
description: AASX package
content:
Expand Down Expand Up @@ -204,7 +204,7 @@ paths:
summary: Deletes a specific AASX package from the server
operationId: DeleteAASXByPackageId
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/0
- https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/1
responses:
'204':
description: Deleted successfully
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ paths:
summary: Returns all Asset Administration Shell Descriptors
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand All @@ -52,7 +52,7 @@ paths:
summary: Creates a new Asset Administration Shell Descriptor, i.e. registers an AAS
operationId: PostAssetAdministrationShellDescriptor
x-semanticIds:
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/0
- https://admin-shell.io/aas/API/PostAssetAdministrationShellDescriptor/3/1
requestBody:
description: Asset Administration Shell Descriptor object
content:
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
summary: Returns a specific Asset Administration Shell Descriptor
operationId: GetAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -122,7 +122,7 @@ paths:
summary: Creates or updates an existing Asset Administration Shell Descriptor
operationId: PutAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/PutAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -167,7 +167,7 @@ paths:
summary: Deletes an Asset Administration Shell Descriptor, i.e. de-registers an AAS
operationId: DeleteAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -197,7 +197,7 @@ paths:
summary: Returns all Submodel Descriptors
operationId: GetAllSubmodelDescriptorsThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand All @@ -224,7 +224,7 @@ paths:
summary: Creates a new Submodel Descriptor, i.e. registers a submodel
operationId: PostSubmodelDescriptor-ThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/0
- https://admin-shell.io/aas/API/PostSubmodelDescriptor/3/1
requestBody:
description: Submodel Descriptor object
content:
Expand Down Expand Up @@ -266,7 +266,7 @@ paths:
summary: Returns a specific Submodel Descriptor
operationId: GetSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
responses:
'200':
description: Requested Submodel Descriptor
Expand All @@ -290,7 +290,7 @@ paths:
summary: Creates or updates an existing Submodel Descriptor
operationId: PutSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/PutSubmodelDescriptorById/3/1
requestBody:
description: Submodel Descriptor object
content:
Expand All @@ -316,6 +316,8 @@ paths:
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/bad-request'
'403':
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/forbidden'
'404':
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/not-found'
'500':
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/responses/internal-server-error'
default:
Expand All @@ -326,7 +328,7 @@ paths:
summary: Deletes a Submodel Descriptor, i.e. de-registers a submodel
operationId: DeleteSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/DeleteSubmodelDescriptorById/3/1
responses:
'204':
description: Submodel Descriptor deleted successfully
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ paths:
summary: Returns all Asset Administration Shell Descriptors
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down Expand Up @@ -53,7 +53,7 @@ paths:
summary: Returns a specific Asset Administration Shell Descriptor
operationId: GetAssetAdministrationShellDescriptorById
x-semanticIds:
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/0
- https://admin-shell.io/aas/API/GetAssetAdministrationShellDescriptorById/3/1
parameters:
- name: aasIdentifier
in: path
Expand Down Expand Up @@ -89,7 +89,7 @@ paths:
summary: Returns all Submodel Descriptors
operationId: GetAllSubmodelDescriptorsThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/0
- https://admin-shell.io/aas/API/GetAllSubmodelDescriptors/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down Expand Up @@ -120,7 +120,7 @@ paths:
summary: Returns a specific Submodel Descriptor
operationId: GetSubmodelDescriptorByIdThroughSuperpath
x-semanticIds:
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/0
- https://admin-shell.io/aas/API/GetSubmodelDescriptorById/3/1
responses:
'200':
description: Requested Submodel Descriptor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ paths:
operationId: GetAllAssetAdministrationShellDescriptors
x-semanticIds:
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/0
- https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptorsByAssetType/3/1
parameters:
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit'
- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Cursor'
Expand Down
Loading