diff --git a/AasxFileServerServiceSpecification/V3.1_SSP-001.yaml b/AasxFileServerServiceSpecification/V3.1_SSP-001.yaml index dc84f1ea..513c2fc9 100644 --- a/AasxFileServerServiceSpecification/V3.1_SSP-001.yaml +++ b/AasxFileServerServiceSpecification/V3.1_SSP-001.yaml @@ -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 @@ -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: @@ -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 @@ -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: @@ -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 diff --git a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml index accc56e4..c5ee0d10 100644 --- a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml +++ b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-001.yaml @@ -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' @@ -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: @@ -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 @@ -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 @@ -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 @@ -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' @@ -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: @@ -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 @@ -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: @@ -328,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 diff --git a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml index 16557c4f..488427ee 100644 --- a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml +++ b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-002.yaml @@ -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' @@ -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 @@ -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' @@ -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 diff --git a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-005.yaml b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-005.yaml index ac3abda9..16d98aaf 100644 --- a/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-005.yaml +++ b/AssetAdministrationShellRegistryServiceSpecification/V3.1_SSP-005.yaml @@ -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' diff --git a/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-001.yaml b/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-001.yaml index 9ac87679..7bef9c1d 100644 --- a/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-001.yaml +++ b/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-001.yaml @@ -25,9 +25,9 @@ paths: summary: Returns all Asset Administration Shells operationId: GetAllAssetAdministrationShells x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -56,7 +56,7 @@ paths: summary: Creates a new Asset Administration Shell operationId: PostAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/PostAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/PostAssetAdministrationShell/3/1 requestBody: description: Asset Administration Shell object content: @@ -95,9 +95,9 @@ paths: summary: Returns References to all Asset Administration Shells operationId: GetAllAssetAdministrationShells-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -129,7 +129,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -155,7 +155,7 @@ paths: summary: Creates or updates an existing Asset Administration Shell operationId: PutAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/PutAssetAdministrationShellById/3/1 requestBody: description: Asset Administration Shell object content: @@ -193,7 +193,7 @@ paths: summary: Deletes an Asset Administration Shell operationId: DeleteAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/DeleteAssetAdministrationShellById/3/1 responses: '204': description: Asset Administration Shell deleted successfully @@ -224,7 +224,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShellById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -253,7 +253,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -279,7 +279,7 @@ paths: summary: Updates the Asset Information operationId: PutAssetInformation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetInformation/3/0 + - https://admin-shell.io/aas/API/PutAssetInformation/3/1 requestBody: description: Asset Information object content: @@ -310,7 +310,7 @@ paths: - Asset Administration Shell Repository API operationId: GetThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -336,7 +336,7 @@ paths: - Asset Administration Shell Repository API operationId: PutThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutThumbnail/3/0 + - https://admin-shell.io/aas/API/PutThumbnail/3/1 requestBody: description: Thumbnail to upload content: @@ -373,7 +373,7 @@ paths: - Asset Administration Shell Repository API operationId: DeleteThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteThumbnail/3/0 + - https://admin-shell.io/aas/API/DeleteThumbnail/3/1 responses: '200': description: Thumbnail deletion successful @@ -398,7 +398,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -427,7 +427,7 @@ paths: summary: Creates a submodel reference at the Asset Administration Shell operationId: PostSubmodelReference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelReference/3/0 + - https://admin-shell.io/aas/API/PostSubmodelReference/3/1 requestBody: description: Reference to the Submodel content: @@ -471,7 +471,7 @@ paths: summary: Deletes the submodel reference from the Asset Administration Shell. Does not delete the submodel itself! operationId: DeleteSubmodelReference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/1 responses: '204': description: Submodel reference deleted successfully @@ -497,7 +497,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -526,7 +526,7 @@ paths: summary: Creates or updates the Submodel operationId: PutSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 requestBody: description: Submodel object content: @@ -566,7 +566,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodel_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -607,7 +607,7 @@ paths: summary: Deletes the submodel from the Asset Administration Shell and the Repository. operationId: DeleteSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -633,7 +633,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel @@ -659,7 +659,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodelById-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 requestBody: description: Submodel object content: @@ -692,7 +692,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -721,7 +721,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodelById-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: - name: level in: query @@ -765,7 +765,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel as a Reference @@ -796,7 +796,7 @@ paths: summary: Returns the elements of this submodel in path notation. operationId: GetSubmodelById-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -830,7 +830,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -861,7 +861,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -905,7 +905,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -938,7 +938,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -972,7 +972,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElements-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -1016,7 +1016,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -1053,7 +1053,7 @@ paths: path operationId: GetSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -1082,7 +1082,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -1122,7 +1122,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -1162,7 +1162,7 @@ paths: summary: Updates an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1193,7 +1193,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -1221,7 +1221,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -1247,7 +1247,7 @@ paths: summary: Updates the metadata attributes of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: The updated metadata attributes of the submodel element content: @@ -1282,7 +1282,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -1311,7 +1311,7 @@ paths: summary: Updates the value of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1347,7 +1347,7 @@ paths: summary: Returns the Reference of a specific submodel element from the Submodel at a specified path operationId: GetSubmodelElementByPath-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -1390,7 +1390,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1425,7 +1425,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -1458,7 +1458,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -1496,7 +1496,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -1523,7 +1523,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1561,7 +1561,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1599,7 +1599,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1633,7 +1633,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1668,7 +1668,7 @@ paths: summary: Returns the Operation status of an asynchronous invoked Operation operationId: GetOperationAsyncStatus_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -1702,7 +1702,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1734,7 +1734,7 @@ paths: summary: Returns the ValueOnly notation of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1763,7 +1763,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-002.yaml b/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-002.yaml index b4f8d813..165d7f8e 100644 --- a/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-002.yaml +++ b/AssetAdministrationShellRepositoryServiceSpecification/V3.1_SSP-002.yaml @@ -25,9 +25,9 @@ paths: summary: Returns all Asset Administration Shells operationId: GetAllAssetAdministrationShells x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -57,9 +57,9 @@ paths: summary: Returns References to all Asset Administration Shells operationId: GetAllAssetAdministrationShells-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -91,7 +91,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -120,7 +120,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShellById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -149,7 +149,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -177,7 +177,7 @@ paths: - Asset Administration Shell Repository API operationId: GetThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -207,7 +207,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -240,7 +240,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -273,7 +273,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel @@ -303,7 +303,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -336,7 +336,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel as a Reference @@ -367,7 +367,7 @@ paths: summary: Returns the elements of the submodel in path notation. operationId: GetSubmodelById-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -401,7 +401,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -436,7 +436,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -469,7 +469,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -503,7 +503,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElements-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -547,7 +547,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -584,7 +584,7 @@ paths: path operationId: GetSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -619,7 +619,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -651,7 +651,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -685,7 +685,7 @@ paths: summary: Returns the Reference of a specific submodel element from the Submodel at a specified path operationId: GetSubmodelElementByPath-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -728,7 +728,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -763,7 +763,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -798,7 +798,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/AssetAdministrationShellServiceSpecification/V3.1_SSP-001.yaml b/AssetAdministrationShellServiceSpecification/V3.1_SSP-001.yaml index 78604ee2..0198dc89 100644 --- a/AssetAdministrationShellServiceSpecification/V3.1_SSP-001.yaml +++ b/AssetAdministrationShellServiceSpecification/V3.1_SSP-001.yaml @@ -23,7 +23,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/1 responses: '200': description: Requested Asset Administration Shell @@ -47,7 +47,7 @@ paths: summary: Updates an existing Asset Administration Shell operationId: PutAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/1 requestBody: description: Asset Administration Shell object content: @@ -75,7 +75,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShell-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/1 responses: '200': description: Requested Asset Administration Shell @@ -100,7 +100,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -124,7 +124,7 @@ paths: summary: Updates the Asset Information operationId: PutAssetInformation x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetInformation/3/0 + - https://admin-shell.io/aas/API/PutAssetInformation/3/1 requestBody: description: Asset Information object content: @@ -152,7 +152,7 @@ paths: - Asset Administration Shell API operationId: GetThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -178,7 +178,7 @@ paths: - Asset Administration Shell API operationId: PutThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/PutThumbnail/3/0 + - https://admin-shell.io/aas/API/PutThumbnail/3/1 requestBody: description: Thumbnail to upload content: @@ -215,7 +215,7 @@ paths: - Asset Administration Shell API operationId: DeleteThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/DeleteThumbnail/3/0 + - https://admin-shell.io/aas/API/DeleteThumbnail/3/1 responses: '200': description: Thumbnail deletion successful @@ -238,7 +238,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -265,7 +265,7 @@ paths: summary: Creates a submodel reference at the Asset Administration Shell operationId: PostSubmodelReference x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelReference/3/0 + - https://admin-shell.io/aas/API/PostSubmodelReference/3/1 requestBody: description: Reference to the Submodel content: @@ -306,7 +306,7 @@ paths: summary: Deletes the submodel reference from the Asset Administration Shell. Does not delete the submodel itself! operationId: DeleteSubmodelReference x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/1 responses: '204': description: Submodel reference deleted successfully @@ -331,7 +331,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -360,7 +360,7 @@ paths: summary: Updates the Submodel operationId: PutSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -399,7 +399,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -440,7 +440,7 @@ paths: summary: Deletes the submodel from the Asset Administration Shell. operationId: DeleteSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -465,7 +465,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -491,7 +491,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodelByIdMetadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 requestBody: description: Submodel object content: @@ -523,7 +523,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -552,7 +552,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -596,7 +596,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - name: level in: query @@ -638,7 +638,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -671,7 +671,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -702,7 +702,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -745,7 +745,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -777,7 +777,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -811,7 +811,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElementsReference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -854,7 +854,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElementsPath x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -889,7 +889,7 @@ paths: path operationId: GetSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -918,7 +918,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -958,7 +958,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -998,7 +998,7 @@ paths: summary: Updates an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1029,7 +1029,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -1056,7 +1056,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -1082,7 +1082,7 @@ paths: summary: Updates the metadata attributes of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: The updated metadata attributes of the submodel element content: @@ -1116,7 +1116,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1144,7 +1144,7 @@ paths: summary: Updates the value of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPathValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1180,7 +1180,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element in its ValueOnly representation @@ -1210,7 +1210,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1244,7 +1244,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -1277,7 +1277,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -1315,7 +1315,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -1341,7 +1341,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1378,7 +1378,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1415,7 +1415,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1448,7 +1448,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1483,7 +1483,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -1517,7 +1517,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1549,7 +1549,7 @@ paths: summary: Returns the value of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1577,7 +1577,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/AssetAdministrationShellServiceSpecification/V3.1_SSP-002.yaml b/AssetAdministrationShellServiceSpecification/V3.1_SSP-002.yaml index ec42ca17..e1c37f62 100644 --- a/AssetAdministrationShellServiceSpecification/V3.1_SSP-002.yaml +++ b/AssetAdministrationShellServiceSpecification/V3.1_SSP-002.yaml @@ -24,7 +24,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/1 responses: '200': description: Requested Asset Administration Shell @@ -49,7 +49,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShell-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/1 responses: '200': description: Requested Asset Administration Shell @@ -74,7 +74,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -99,7 +99,7 @@ paths: - Asset Administration Shell API operationId: GetThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -127,7 +127,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -157,7 +157,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -189,7 +189,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -218,7 +218,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -250,7 +250,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - name: level in: query @@ -292,7 +292,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -325,7 +325,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -359,7 +359,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -391,7 +391,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -425,7 +425,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElementsReference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -468,7 +468,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElementsPath x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -503,7 +503,7 @@ paths: path operationId: GetSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -537,7 +537,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -568,7 +568,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -601,7 +601,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element in its ValueOnly representation @@ -631,7 +631,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -665,7 +665,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -699,7 +699,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/ConceptDescriptionRepositoryServiceSpecification/V3.1_SSP-001.yaml b/ConceptDescriptionRepositoryServiceSpecification/V3.1_SSP-001.yaml index 75dd699f..9d193eb9 100644 --- a/ConceptDescriptionRepositoryServiceSpecification/V3.1_SSP-001.yaml +++ b/ConceptDescriptionRepositoryServiceSpecification/V3.1_SSP-001.yaml @@ -25,10 +25,10 @@ paths: summary: Returns all Concept Descriptions operationId: GetAllConceptDescriptions x-semanticIds: - - https://admin-shell.io/aas/API/GetAllConceptDescriptions/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIdShort/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIsCaseOf/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByDataSpecificationReference/3/0 + - https://admin-shell.io/aas/API/GetAllConceptDescriptions/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIdShort/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIsCaseOf/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByDataSpecificationReference/3/1 parameters: - name: idShort in: query @@ -77,7 +77,7 @@ paths: summary: Creates a new Concept Description operationId: PostConceptDescription x-semanticIds: - - https://admin-shell.io/aas/API/PostConceptDescription/3/0 + - https://admin-shell.io/aas/API/PostConceptDescription/3/1 requestBody: description: Concept Description object content: @@ -114,7 +114,7 @@ paths: summary: Returns a specific Concept Description operationId: GetConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/GetConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/GetConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -147,7 +147,7 @@ paths: summary: Creates or updates an existing Concept Description operationId: PutConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/PutConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/PutConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -192,7 +192,7 @@ paths: summary: Deletes a Concept Description operationId: DeleteConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/DeleteConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -222,7 +222,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/DiscoveryServiceSpecification/V3.1_SSP-001.yaml b/DiscoveryServiceSpecification/V3.1_SSP-001.yaml index dc069f7d..41aae3b4 100644 --- a/DiscoveryServiceSpecification/V3.1_SSP-001.yaml +++ b/DiscoveryServiceSpecification/V3.1_SSP-001.yaml @@ -26,7 +26,7 @@ paths: summary: Returns a list of Asset Administration Shell IDs linked to specific asset identifiers or the global asset ID operationId: GetAllAssetAdministrationShellIdsByAssetLink x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellIdsByAssetLink/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellIdsByAssetLink/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit' @@ -94,7 +94,7 @@ paths: summary: Returns a list of specific asset identifiers based on an Asset Administration Shell ID to edit discoverable content. The global asset ID is returned as specific asset ID with "name" equal to "globalAssetId" (see Constraint AASd-116). operationId: GetAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/1 responses: '200': description: Requested specific Asset identifiers (including the global asset ID represented by a specific asset ID) @@ -114,7 +114,7 @@ paths: summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content operationId: PostAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/PostAllAssetLinksById/3/1 requestBody: description: A set of specific asset identifiers content: @@ -147,7 +147,7 @@ paths: summary: "Deletes specified specific asset identifiers linked to an Asset Administration Shell: discovery via these specific asset IDs shall not be supported any longer" operationId: DeleteAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/DeleteAllAssetLinksById/3/1 responses: '204': description: Specific asset identifiers deleted successfully diff --git a/DiscoveryServiceSpecification/V3.1_SSP-002.yaml b/DiscoveryServiceSpecification/V3.1_SSP-002.yaml index 2292a081..aa0e5772 100644 --- a/DiscoveryServiceSpecification/V3.1_SSP-002.yaml +++ b/DiscoveryServiceSpecification/V3.1_SSP-002.yaml @@ -65,7 +65,7 @@ paths: summary: Returns a list of specific Asset identifiers based on an Asset Administration Shell id to edit discoverable content operationId: GetAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/1 responses: '200': description: Requested specific Asset identifiers diff --git a/Entire-API-Collection/V3.1.yaml b/Entire-API-Collection/V3.1.yaml index be5718fa..af724b71 100644 --- a/Entire-API-Collection/V3.1.yaml +++ b/Entire-API-Collection/V3.1.yaml @@ -26,7 +26,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/1 responses: '200': description: Requested Asset Administration Shell @@ -50,7 +50,7 @@ paths: summary: Creates or updates an existing Asset Administration Shell operationId: PutAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/1 requestBody: description: Asset Administration Shell object content: @@ -80,7 +80,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShell-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShel/3/1 responses: '200': description: Requested Asset Administration Shell @@ -105,7 +105,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -129,7 +129,7 @@ paths: summary: Updates the Asset Information operationId: PutAssetInformation x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetInformation/3/0 + - https://admin-shell.io/aas/API/PutAssetInformation/3/1 requestBody: description: Asset Information object content: @@ -157,7 +157,7 @@ paths: - Asset Administration Shell API operationId: GetThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -183,7 +183,7 @@ paths: - Asset Administration Shell API operationId: PutThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/PutThumbnail/3/0 + - https://admin-shell.io/aas/API/PutThumbnail/3/1 requestBody: description: Thumbnail to upload content: @@ -220,7 +220,7 @@ paths: - Asset Administration Shell API operationId: DeleteThumbnail x-semanticIds: - - https://admin-shell.io/aas/API/DeleteThumbnail/3/0 + - https://admin-shell.io/aas/API/DeleteThumbnail/3/1 responses: '200': description: Thumbnail deletion successful @@ -243,7 +243,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -270,7 +270,7 @@ paths: summary: Creates a submodel reference at the Asset Administration Shell operationId: PostSubmodelReference x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelReference/3/0 + - https://admin-shell.io/aas/API/PostSubmodelReference/3/1 requestBody: description: Reference to the Submodel content: @@ -311,7 +311,7 @@ paths: summary: Deletes the submodel reference from the Asset Administration Shell. Does not delete the submodel itself! operationId: DeleteSubmodelReference x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/1 responses: '204': description: Submodel reference deleted successfully @@ -336,7 +336,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -365,7 +365,7 @@ paths: summary: Updates the Submodel operationId: PutSubmodelById_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -404,7 +404,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodelById_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -445,7 +445,7 @@ paths: summary: Deletes the submodel from the Asset Administration Shell. operationId: DeleteSubmodelById_AAS x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -470,7 +470,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -496,7 +496,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodeByIdMetadata_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -540,7 +540,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -569,7 +569,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodelById-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -613,7 +613,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - name: level in: query @@ -655,7 +655,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Path_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -688,7 +688,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -719,7 +719,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -762,7 +762,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -794,7 +794,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -828,7 +828,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElementsReference_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -871,7 +871,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElementsPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -906,7 +906,7 @@ paths: path operationId: GetSubmodelElementByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -935,7 +935,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -975,7 +975,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -1015,7 +1015,7 @@ paths: summary: Updates an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1046,7 +1046,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -1073,7 +1073,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -1099,7 +1099,7 @@ paths: summary: Updates the metadata attributes of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-Metadata_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1135,7 +1135,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1163,7 +1163,7 @@ paths: summary: Updates the value of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPathValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -1199,7 +1199,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-Reference_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element in its ValueOnly representation @@ -1229,7 +1229,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1263,7 +1263,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -1296,7 +1296,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -1334,7 +1334,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_AAS x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -1360,7 +1360,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync_AAS x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1397,7 +1397,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1434,7 +1434,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync_AAS x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1467,7 +1467,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1502,7 +1502,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -1536,7 +1536,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1568,7 +1568,7 @@ paths: summary: Returns the value of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly_AAS x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1597,7 +1597,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -1624,7 +1624,7 @@ paths: summary: Updates the Submodel operationId: PutSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodel/3/0 + - https://admin-shell.io/aas/API/PutSubmodel/3/1 parameters: - name: level in: query @@ -1662,7 +1662,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -1702,7 +1702,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodel-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -1726,7 +1726,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodel-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: - name: level in: query @@ -1765,7 +1765,7 @@ paths: summary: Returns the Submodel in the ValueOnly representation operationId: GetSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -1792,7 +1792,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: - name: level in: query @@ -1831,7 +1831,7 @@ paths: summary: Returns the Reference of the Submodel operationId: GetSubmodel-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - name: level in: query @@ -1868,7 +1868,7 @@ paths: summary: Returns the Submodel in the Path notation operationId: GetSubmodel-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1897,7 +1897,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -1926,7 +1926,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -1965,7 +1965,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -1993,7 +1993,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -2023,7 +2023,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -2062,7 +2062,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -2094,7 +2094,7 @@ paths: path operationId: GetSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -2123,7 +2123,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -2163,7 +2163,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -2214,7 +2214,7 @@ paths: summary: Updates an existing SubmodelElement operationId: PatchSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -2254,7 +2254,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -2280,7 +2280,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -2306,7 +2306,7 @@ paths: summary: Updates the metadata attributes an existing SubmodelElement operationId: PatchSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: Metadata attributes of the SubmodelElement content: @@ -2339,7 +2339,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -2368,7 +2368,7 @@ paths: summary: Updates the value of an existing SubmodelElement operationId: PatchSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -2412,7 +2412,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -2454,7 +2454,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -2487,7 +2487,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -2526,7 +2526,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -2570,7 +2570,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -2595,7 +2595,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -2637,7 +2637,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -2679,7 +2679,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -2717,7 +2717,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -2756,7 +2756,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -2788,7 +2788,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -2818,7 +2818,7 @@ paths: summary: Returns the value of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -2847,9 +2847,9 @@ paths: summary: Returns all Asset Administration Shells operationId: GetAllAssetAdministrationShells x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -2878,7 +2878,7 @@ paths: summary: Creates a new Asset Administration Shell operationId: PostAssetAdministrationShell x-semanticIds: - - https://admin-shell.io/aas/API/PostAssetAdministrationShell/3/0 + - https://admin-shell.io/aas/API/PostAssetAdministrationShell/3/1 requestBody: description: Asset Administration Shell object content: @@ -2917,9 +2917,9 @@ paths: summary: Returns References to all Asset Administration Shells operationId: GetAllAssetAdministrationShells-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/0 - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShells/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByAssetId/3/1 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -2951,7 +2951,7 @@ paths: summary: Returns a specific Asset Administration Shell operationId: GetAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -2977,7 +2977,7 @@ paths: summary: Creates or updates an existing Asset Administration Shell operationId: PutAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/PutAssetAdministrationShellById/3/1 requestBody: description: Asset Administration Shell object content: @@ -3015,7 +3015,7 @@ paths: summary: Deletes an Asset Administration Shell operationId: DeleteAssetAdministrationShellById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/DeleteAssetAdministrationShellById/3/1 responses: '204': description: Asset Administration Shell deleted successfully @@ -3046,7 +3046,7 @@ paths: summary: Returns a specific Asset Administration Shell as a Reference operationId: GetAssetAdministrationShellById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/0 + - https://admin-shell.io/aas/API/GetAssetAdministrationShellById/3/1 responses: '200': description: Requested Asset Administration Shell @@ -3075,7 +3075,7 @@ paths: summary: Returns the Asset Information operationId: GetAssetInformation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAssetInformation/3/0 + - https://admin-shell.io/aas/API/GetAssetInformation/3/1 responses: '200': description: Requested Asset Information @@ -3101,7 +3101,7 @@ paths: summary: Updates the Asset Information operationId: PutAssetInformation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutAssetInformation/3/0 + - https://admin-shell.io/aas/API/PutAssetInformation/3/1 requestBody: description: Asset Information object content: @@ -3132,7 +3132,7 @@ paths: - Asset Administration Shell Repository API operationId: GetThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetThumbnail/3/0 + - https://admin-shell.io/aas/API/GetThumbnail/3/1 responses: '200': description: The thumbnail of the Asset Information. @@ -3158,7 +3158,7 @@ paths: - Asset Administration Shell Repository API operationId: PutThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutThumbnail/3/0 + - https://admin-shell.io/aas/API/PutThumbnail/3/1 requestBody: description: Thumbnail to upload content: @@ -3195,7 +3195,7 @@ paths: - Asset Administration Shell Repository API operationId: DeleteThumbnail_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteThumbnail/3/0 + - https://admin-shell.io/aas/API/DeleteThumbnail/3/1 responses: '200': description: Thumbnail deletion successful @@ -3220,7 +3220,7 @@ paths: summary: Returns all submodel references operationId: GetAllSubmodelReferences_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelReferences/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' @@ -3249,7 +3249,7 @@ paths: summary: Creates a submodel reference at the Asset Administration Shell operationId: PostSubmodelReference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelReference/3/0 + - https://admin-shell.io/aas/API/PostSubmodelReference/3/1 requestBody: description: Reference to the Submodel content: @@ -3293,7 +3293,7 @@ paths: summary: Deletes the submodel reference from the Asset Administration Shell. Does not delete the submodel itself! operationId: DeleteSubmodelReference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelReference/3/1 responses: '204': description: Submodel reference deleted successfully @@ -3319,7 +3319,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -3348,7 +3348,7 @@ paths: summary: Updates the Submodel operationId: PutSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 requestBody: description: Submodel object content: @@ -3377,7 +3377,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodel_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -3418,7 +3418,7 @@ paths: summary: Deletes the submodel from the Asset Administration Shell and the Repository. operationId: DeleteSubmodelById_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -3444,7 +3444,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -3470,7 +3470,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodelById-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -3515,7 +3515,7 @@ paths: summary: Returns the Submodel's ValueOnly representation operationId: GetSubmodelById-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -3544,7 +3544,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodelById-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -3589,7 +3589,7 @@ paths: summary: Returns the Submodel as a Reference operationId: GetSubmodelById-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel as a Reference @@ -3620,7 +3620,7 @@ paths: summary: Returns the Submodel's metadata elements operationId: GetSubmodelById-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -3654,7 +3654,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -3685,7 +3685,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -3729,7 +3729,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -3762,7 +3762,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -3796,7 +3796,7 @@ paths: summary: Returns all submodel elements as a list of References operationId: GetAllSubmodelElements-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -3840,7 +3840,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -3877,7 +3877,7 @@ paths: path operationId: GetSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -3906,7 +3906,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -3946,7 +3946,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -3986,7 +3986,7 @@ paths: summary: Updates an existing submodel element value at a specified path within the submodel elements hierarchy operationId: PatchSubmodelElementValueByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -4017,7 +4017,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -4045,7 +4045,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -4071,7 +4071,7 @@ paths: summary: Updates the metadata attributes of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: The updated metadata attributes of the submodel element content: @@ -4106,7 +4106,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -4135,7 +4135,7 @@ paths: summary: Updates the value of an existing submodel element value at a specified path within submodel elements hierarchy operationId: PatchSubmodelElementValueByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' requestBody: @@ -4171,7 +4171,7 @@ paths: summary: Returns the Reference of a specific submodel element from the Submodel at a specified path operationId: GetSubmodelElementByPath-Reference_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -4214,7 +4214,7 @@ paths: summary: Returns a specific submodel element from the Submodel at a specified path in the Path notation operationId: GetSubmodelElementByPath-Path_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -4249,7 +4249,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -4282,7 +4282,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -4320,7 +4320,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -4347,7 +4347,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -4385,7 +4385,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -4423,7 +4423,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -4457,7 +4457,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -4492,7 +4492,7 @@ paths: summary: Returns the Operation status of an asynchronous invoked Operation operationId: GetOperationAsyncStatus_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -4526,7 +4526,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -4558,7 +4558,7 @@ paths: summary: Returns the ValueOnly notation of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly_AasRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -4622,9 +4622,9 @@ paths: summary: Returns all Submodels operationId: GetAllSubmodels x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -4655,7 +4655,7 @@ paths: summary: Creates a new Submodel operationId: PostSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodel/3/0 + - https://admin-shell.io/aas/API/PostSubmodel/3/1 requestBody: description: Submodel object content: @@ -4694,9 +4694,9 @@ paths: summary: Returns the metadata attributes of all Submodels operationId: GetAllSubmodels-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -4726,9 +4726,9 @@ paths: summary: Returns all Submodels in their ValueOnly representation operationId: GetAllSubmodels-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -4762,9 +4762,9 @@ paths: summary: Returns the References for all Submodels operationId: GetAllSubmodels-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -4805,9 +4805,9 @@ paths: summary: Returns all Submodels in the Path notation operationId: GetAllSubmodels-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -4840,7 +4840,7 @@ paths: summary: Returns a specific Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -4869,7 +4869,7 @@ paths: summary: Creates or updates an existing Submodel operationId: PutSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 requestBody: description: Submodel object content: @@ -4907,7 +4907,7 @@ paths: summary: Updates an existing Submodel operationId: PatchSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -4947,7 +4947,7 @@ paths: summary: Deletes a Submodel operationId: DeleteSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -4972,7 +4972,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -4998,7 +4998,7 @@ paths: summary: Updates the metadata attributes of an existing Submodel operationId: PatchSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -5041,7 +5041,7 @@ paths: summary: Returns a specific Submodel in the ValueOnly representation operationId: GetSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -5070,7 +5070,7 @@ paths: summary: Updates the values of an existing Submodel operationId: PatchSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -5113,7 +5113,7 @@ paths: summary: Returns the Reference of a specific Submodel operationId: GetSubmodelById-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -5142,7 +5142,7 @@ paths: summary: Returns a specific Submodel in the Path notation operationId: GetSubmodelById-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -5175,7 +5175,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -5210,7 +5210,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -5253,7 +5253,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -5285,7 +5285,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -5319,7 +5319,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -5362,7 +5362,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -5397,7 +5397,7 @@ paths: path operationId: GetSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -5426,7 +5426,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -5466,7 +5466,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -5517,7 +5517,7 @@ paths: summary: Updates an existing SubmodelElement operationId: PatchSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -5557,7 +5557,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -5584,7 +5584,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -5610,7 +5610,7 @@ paths: summary: Updates the metadata attributes an existing SubmodelElement operationId: PatchSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: Metadata attributes of the SubmodelElement content: @@ -5644,7 +5644,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -5673,7 +5673,7 @@ paths: summary: Updates the value of an existing SubmodelElement operationId: PatchSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -5718,7 +5718,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -5749,7 +5749,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -5783,7 +5783,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -5822,7 +5822,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -5866,7 +5866,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -5892,7 +5892,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -5936,7 +5936,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation-ValueOnly_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -5973,7 +5973,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -6013,7 +6013,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -6047,7 +6047,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -6080,7 +6080,7 @@ paths: summary: Returns the Operation result of an asynchronously invoked Operation operationId: GetOperationAsyncResult_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -6111,7 +6111,7 @@ paths: summary: Returns the Operation result of an asynchronously invoked Operation operationId: GetOperationAsyncResult-ValueOnly_SubmodelRepository x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Value of the operation result object @@ -6175,10 +6175,10 @@ paths: summary: Returns all Concept Descriptions operationId: GetAllConceptDescriptions x-semanticIds: - - https://admin-shell.io/aas/API/GetAllConceptDescriptions/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIdShort/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIsCaseOf/3/0 - - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByDataSpecificationReference/3/0 + - https://admin-shell.io/aas/API/GetAllConceptDescriptions/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIdShort/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByIsCaseOf/3/1 + - https://admin-shell.io/aas/API/GetAllConceptDescriptionsByDataSpecificationReference/3/1 parameters: - name: idShort in: query @@ -6227,7 +6227,7 @@ paths: summary: Creates a new Concept Description operationId: PostConceptDescription x-semanticIds: - - https://admin-shell.io/aas/API/PostConceptDescription/3/0 + - https://admin-shell.io/aas/API/PostConceptDescription/3/1 requestBody: description: Concept Description object content: @@ -6264,7 +6264,7 @@ paths: summary: Returns a specific Concept Description operationId: GetConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/GetConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/GetConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -6297,7 +6297,7 @@ paths: summary: Creates or updates an existing Concept Description operationId: PutConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/PutConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/PutConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -6342,7 +6342,7 @@ paths: summary: Deletes a Concept Description operationId: DeleteConceptDescriptionById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteConceptDescriptionById/3/0 + - https://admin-shell.io/aas/API/DeleteConceptDescriptionById/3/1 parameters: - name: cdIdentifier in: path @@ -6410,8 +6410,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' @@ -6438,7 +6438,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: @@ -6475,7 +6475,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 @@ -6508,7 +6508,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 @@ -6553,7 +6553,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 @@ -6583,7 +6583,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' @@ -6610,7 +6610,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: @@ -6652,7 +6652,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 @@ -6676,7 +6676,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: @@ -6714,7 +6714,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 @@ -6931,7 +6931,7 @@ paths: summary: Returns all Submodel Descriptors operationId: GetAllSubmodelDescriptors 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' @@ -6958,7 +6958,7 @@ paths: summary: Creates a new Submodel Descriptor, i.e. registers a submodel operationId: PostSubmodelDescriptor 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: @@ -6995,7 +6995,7 @@ paths: summary: Returns a specific Submodel Descriptor operationId: GetSubmodelDescriptorById 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 @@ -7019,7 +7019,7 @@ paths: summary: Creates or updates an existing Submodel Descriptor operationId: PutSubmodelDescriptorById 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: @@ -7055,7 +7055,7 @@ paths: summary: Deletes a Submodel Descriptor, i.e. de-registers a submodel operationId: DeleteSubmodelDescriptorById 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 @@ -7196,7 +7196,7 @@ paths: summary: Returns a list of Asset Administration Shell IDs linked to specific asset identifiers or the global asset ID operationId: GetAllAssetAdministrationShellIdsByAssetLink x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellIdsByAssetLink/3/0 + - https://admin-shell.io/aas/API/GetAllAssetAdministrationShellIdsByAssetLink/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/AssetIds' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Limit' @@ -7264,7 +7264,7 @@ paths: summary: Returns a list of specific asset identifiers based on an Asset Administration Shell ID to edit discoverable content. The global asset ID is returned as specific asset ID with "name" equal to "globalAssetId" (see Constraint AASd-116). operationId: GetAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/GetAllAssetLinksById/3/1 responses: '200': description: Requested specific Asset identifiers (including the global asset ID represented by a specific asset ID) @@ -7284,7 +7284,7 @@ paths: summary: Creates specific asset identifiers linked to an Asset Administration Shell to edit discoverable content operationId: PostAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/PostAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/PostAllAssetLinksById/3/1 requestBody: description: A set of specific asset identifiers content: @@ -7317,7 +7317,7 @@ paths: summary: "Deletes specified specific asset identifiers linked to an Asset Administration Shell: discovery via these specific asset IDs shall not be supported any longer" operationId: DeleteAllAssetLinksById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteAllAssetLinksById/3/0 + - https://admin-shell.io/aas/API/DeleteAllAssetLinksById/3/1 responses: '204': description: Specific asset identifiers deleted successfully @@ -7334,7 +7334,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 @@ -7369,7 +7369,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: @@ -7430,7 +7430,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 @@ -7462,7 +7462,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: @@ -7513,7 +7513,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 @@ -7538,7 +7538,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/Part2-API-Schemas/openapi.yaml b/Part2-API-Schemas/openapi.yaml index e2445f2c..a220bde2 100644 --- a/Part2-API-Schemas/openapi.yaml +++ b/Part2-API-Schemas/openapi.yaml @@ -944,8 +944,8 @@ components: example: >- { "profiles": [ - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-002", - "https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-002" + "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002", + "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" ] } properties: @@ -955,49 +955,49 @@ components: items: type: string example: - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002" - - "https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002" - - "https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-003" + - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-003" - "https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-003" - - "https://admin-shell.io/aas/API/3/0/AasxFileServerServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-003" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-004" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-005" - - "https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-003" - "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-004" - - "https://admin-shell.io/aas/API/3/0/DiscoveryServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-002" - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-002" - "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-003" - - "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-001" - - "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-002" - - "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-003" + - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-002" + - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-003" - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-003" - - "https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-004" + - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-004" - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-004" - "https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-005" - - "https://admin-shell.io/aas/API/3/0/ConceptDescriptionRepositoryServiceSpecification/SSP-001" + - "https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001" - "https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-002" type: object diff --git a/SubmodelRegistryServiceSpecification/V3.1_SSP-001.yaml b/SubmodelRegistryServiceSpecification/V3.1_SSP-001.yaml index d4c4a81c..8d53f28e 100644 --- a/SubmodelRegistryServiceSpecification/V3.1_SSP-001.yaml +++ b/SubmodelRegistryServiceSpecification/V3.1_SSP-001.yaml @@ -24,7 +24,7 @@ paths: summary: Returns all Submodel Descriptors operationId: GetAllSubmodelDescriptors 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' @@ -51,7 +51,7 @@ paths: summary: Creates a new Submodel Descriptor, i.e. registers a submodel operationId: PostSubmodelDescriptor 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: @@ -88,7 +88,7 @@ paths: summary: Returns a specific Submodel Descriptor operationId: GetSubmodelDescriptorById 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 @@ -112,7 +112,7 @@ paths: summary: Creates or updates an existing Submodel Descriptor operationId: PutSubmodelDescriptorById 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: @@ -148,7 +148,7 @@ paths: summary: Deletes a Submodel Descriptor, i.e. de-registers a submodel operationId: DeleteSubmodelDescriptorById 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 diff --git a/SubmodelRegistryServiceSpecification/V3.1_SSP-002.yaml b/SubmodelRegistryServiceSpecification/V3.1_SSP-002.yaml index 17d1b9a3..40f4df36 100644 --- a/SubmodelRegistryServiceSpecification/V3.1_SSP-002.yaml +++ b/SubmodelRegistryServiceSpecification/V3.1_SSP-002.yaml @@ -24,7 +24,7 @@ paths: summary: Returns all Submodel Descriptors operationId: GetAllSubmodelDescriptors 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' @@ -54,7 +54,7 @@ paths: summary: Returns a specific Submodel Descriptor operationId: GetSubmodelDescriptorById 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 diff --git a/SubmodelRepositoryServiceSpecification/V3.1_SSP-001.yaml b/SubmodelRepositoryServiceSpecification/V3.1_SSP-001.yaml index 9f303b15..78d35f5e 100644 --- a/SubmodelRepositoryServiceSpecification/V3.1_SSP-001.yaml +++ b/SubmodelRepositoryServiceSpecification/V3.1_SSP-001.yaml @@ -24,9 +24,9 @@ paths: summary: Returns all Submodels operationId: GetAllSubmodels x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -57,7 +57,7 @@ paths: summary: Creates a new Submodel operationId: PostSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodel/3/0 + - https://admin-shell.io/aas/API/PostSubmodel/3/1 requestBody: description: Submodel object content: @@ -96,9 +96,9 @@ paths: summary: Returns the metadata attributes of all Submodels operationId: GetAllSubmodels-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -128,9 +128,9 @@ paths: summary: Returns all Submodels in their ValueOnly representation operationId: GetAllSubmodels-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -164,9 +164,9 @@ paths: summary: Returns the References for all Submodels operationId: GetAllSubmodels-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -207,9 +207,9 @@ paths: summary: Returns all Submodels in the Path notation operationId: GetAllSubmodels-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -242,7 +242,7 @@ paths: summary: Returns a specific Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -271,7 +271,7 @@ paths: summary: Creates or updates an existing Submodel operationId: PutSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 requestBody: description: Submodel object content: @@ -309,7 +309,7 @@ paths: summary: Updates an existing Submodel operationId: PatchSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -349,7 +349,7 @@ paths: summary: Deletes a Submodel operationId: DeleteSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -374,7 +374,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -400,7 +400,7 @@ paths: summary: Updates the metadata attributes of an existing Submodel operationId: PatchSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -443,7 +443,7 @@ paths: summary: Returns a specific Submodel in the ValueOnly representation operationId: GetSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -472,7 +472,7 @@ paths: summary: Updates the values of an existing Submodel operationId: PatchSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -515,7 +515,7 @@ paths: summary: Returns the Reference of a specific Submodel operationId: GetSubmodelById-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -544,7 +544,7 @@ paths: summary: Returns a specific Submodel in the Path notation operationId: GetSubmodelById-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -577,7 +577,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -612,7 +612,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -655,7 +655,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -687,7 +687,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -721,7 +721,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -764,7 +764,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -799,7 +799,7 @@ paths: path operationId: GetSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -828,7 +828,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -868,7 +868,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -919,7 +919,7 @@ paths: summary: Updates an existing SubmodelElement operationId: PatchSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -959,7 +959,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -986,7 +986,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -1012,7 +1012,7 @@ paths: summary: Updates the metadata attributes an existing SubmodelElement operationId: PatchSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: Metadata attributes of the SubmodelElement content: @@ -1046,7 +1046,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -1075,7 +1075,7 @@ paths: summary: Updates the value of an existing SubmodelElement operationId: PatchSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -1120,7 +1120,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -1151,7 +1151,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -1185,7 +1185,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -1224,7 +1224,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -1268,7 +1268,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -1294,7 +1294,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1338,7 +1338,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1375,7 +1375,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1415,7 +1415,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1449,7 +1449,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -1482,7 +1482,7 @@ paths: summary: Returns the Operation result of an asynchronously invoked Operation operationId: GetOperationAsyncResult x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1513,7 +1513,7 @@ paths: summary: Returns the Operation result of an asynchronously invoked Operation operationId: GetOperationAsyncResult-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Value of the operation result object @@ -1540,7 +1540,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelRepositoryServiceSpecification/V3.1_SSP-002.yaml b/SubmodelRepositoryServiceSpecification/V3.1_SSP-002.yaml index 5ace5048..0fcb4210 100644 --- a/SubmodelRepositoryServiceSpecification/V3.1_SSP-002.yaml +++ b/SubmodelRepositoryServiceSpecification/V3.1_SSP-002.yaml @@ -24,9 +24,9 @@ paths: summary: Returns all Submodels operationId: GetAllSubmodels x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -58,9 +58,9 @@ paths: summary: Returns the metadata attributes of all Submodels operationId: GetAllSubmodels-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -90,9 +90,9 @@ paths: summary: Returns all Submodels in their ValueOnly representation operationId: GetAllSubmodels-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -126,9 +126,9 @@ paths: summary: Returns the References for all Submodels operationId: GetAllSubmodels-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -169,9 +169,9 @@ paths: summary: Returns all Submodels in the Path notation operationId: GetAllSubmodels-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -204,7 +204,7 @@ paths: summary: Returns a specific Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -236,7 +236,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -265,7 +265,7 @@ paths: summary: Returns a specific Submodel in the ValueOnly representation operationId: GetSubmodelById-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -297,7 +297,7 @@ paths: summary: Returns the Reference of a specific Submodel operationId: GetSubmodelById-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel @@ -326,7 +326,7 @@ paths: summary: Returns a specific Submodel in the Path notation operationId: GetSubmodelById-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -359,7 +359,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -397,7 +397,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -429,7 +429,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -463,7 +463,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -506,7 +506,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -541,7 +541,7 @@ paths: path operationId: GetSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -575,7 +575,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -606,7 +606,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -640,7 +640,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -671,7 +671,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -705,7 +705,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -745,7 +745,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelRepositoryServiceSpecification/V3.1_SSP-003.yaml b/SubmodelRepositoryServiceSpecification/V3.1_SSP-003.yaml index 078caf0b..1a3b0f81 100644 --- a/SubmodelRepositoryServiceSpecification/V3.1_SSP-003.yaml +++ b/SubmodelRepositoryServiceSpecification/V3.1_SSP-003.yaml @@ -24,9 +24,9 @@ paths: summary: Returns all Submodels operationId: GetAllSubmodels x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -57,7 +57,7 @@ paths: summary: Creates a new Submodel operationId: PostSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodel/3/0 + - https://admin-shell.io/aas/API/PostSubmodel/3/1 requestBody: description: Submodel object content: @@ -96,9 +96,9 @@ paths: summary: Returns the metadata attributes of all Submodels operationId: GetAllSubmodels-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -128,9 +128,9 @@ paths: summary: Returns all Submodels in their ValueOnly representation operationId: GetAllSubmodels-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -166,7 +166,7 @@ paths: summary: Returns a specific Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -195,7 +195,7 @@ paths: summary: Creates or updates an existing Submodel operationId: PutSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelById/3/0 + - https://admin-shell.io/aas/API/PutSubmodelById/3/1 requestBody: description: Submodel object content: @@ -233,7 +233,7 @@ paths: summary: Updates an existing Submodel operationId: PatchSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -273,7 +273,7 @@ paths: summary: Deletes a Submodel operationId: DeleteSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelById/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelById/3/1 responses: '204': description: Submodel deleted successfully @@ -298,7 +298,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -324,7 +324,7 @@ paths: summary: Updates the metadata attributes of an existing Submodel operationId: PatchSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 requestBody: description: The metadata attributes of the Submodel object content: @@ -356,7 +356,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -391,7 +391,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -434,7 +434,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -468,7 +468,7 @@ paths: path operationId: GetSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -497,7 +497,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -537,7 +537,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -588,7 +588,7 @@ paths: summary: Updates an existing SubmodelElement operationId: PatchSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -628,7 +628,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -655,7 +655,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -681,7 +681,7 @@ paths: summary: Updates the metadata attributes an existing SubmodelElement operationId: PatchSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: Metadata attributes of the SubmodelElement content: @@ -715,7 +715,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -744,7 +744,7 @@ paths: summary: Updates the value of an existing SubmodelElement operationId: PatchSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -789,7 +789,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -820,7 +820,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -854,7 +854,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -893,7 +893,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -937,7 +937,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -960,7 +960,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelRepositoryServiceSpecification/V3.1_SSP-004.yaml b/SubmodelRepositoryServiceSpecification/V3.1_SSP-004.yaml index 14808470..4b6ac881 100644 --- a/SubmodelRepositoryServiceSpecification/V3.1_SSP-004.yaml +++ b/SubmodelRepositoryServiceSpecification/V3.1_SSP-004.yaml @@ -24,9 +24,9 @@ paths: summary: Returns all Submodels operationId: GetAllSubmodels x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -58,9 +58,9 @@ paths: summary: Returns the metadata attributes of all Submodels operationId: GetAllSubmodels-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -90,9 +90,9 @@ paths: summary: Returns all Submodels in their ValueOnly representation operationId: GetAllSubmodels-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodels/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/0 - - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodels/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsBySemanticId/3/1 + - https://admin-shell.io/aas/API/GetAllSubmodelsByIdShort/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/SemanticId' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/IdShort' @@ -128,7 +128,7 @@ paths: summary: Returns a specific Submodel operationId: GetSubmodelById x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -160,7 +160,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodelById-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -189,7 +189,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -227,7 +227,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -261,7 +261,7 @@ paths: path operationId: GetSubmodelElementByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -295,7 +295,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -326,7 +326,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -360,7 +360,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Requested submodel element @@ -391,7 +391,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -425,7 +425,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath_SubmodelRepo x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -465,7 +465,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelServiceSpecification/V3.1_SSP-001.yaml b/SubmodelServiceSpecification/V3.1_SSP-001.yaml index 445fcbfd..93d8b2a6 100644 --- a/SubmodelServiceSpecification/V3.1_SSP-001.yaml +++ b/SubmodelServiceSpecification/V3.1_SSP-001.yaml @@ -25,7 +25,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -52,7 +52,7 @@ paths: summary: Updates the Submodel operationId: PutSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodel/3/0 + - https://admin-shell.io/aas/API/PutSubmodel/3/1 parameters: - name: level in: query @@ -90,7 +90,7 @@ paths: summary: Updates the Submodel operationId: PatchSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: #- $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - name: level @@ -130,7 +130,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodel-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -154,7 +154,7 @@ paths: summary: Updates the metadata attributes of the Submodel operationId: PatchSubmodel-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 requestBody: description: The metadata attributes of the Submodel object content: @@ -182,7 +182,7 @@ paths: summary: Returns the Submodel in the ValueOnly representation operationId: GetSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -209,7 +209,7 @@ paths: summary: Updates the values of the Submodel operationId: PatchSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodel/3/0 + - https://admin-shell.io/aas/API/PatchSubmodel/3/1 parameters: - name: level in: query @@ -248,7 +248,7 @@ paths: summary: Returns the Reference of the Submodel operationId: GetSubmodel-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - name: level in: query @@ -285,7 +285,7 @@ paths: summary: Returns the Submodel in the Path notation operationId: GetSubmodel-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -314,7 +314,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -343,7 +343,7 @@ paths: summary: Creates a new submodel element operationId: PostSubmodelElement x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElement/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElement/3/1 requestBody: description: Requested submodel element content: @@ -382,7 +382,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -410,7 +410,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -440,7 +440,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -479,7 +479,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -511,7 +511,7 @@ paths: path operationId: GetSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -540,7 +540,7 @@ paths: summary: Creates a new submodel element at a specified path within submodel elements hierarchy operationId: PostSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1 requestBody: description: Requested submodel element content: @@ -580,7 +580,7 @@ paths: summary: Creates or updates an existing submodel element at a specified path within submodel elements hierarchy operationId: PutSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -631,7 +631,7 @@ paths: summary: Updates an existing SubmodelElement operationId: PatchSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelById/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelById/3/1 parameters: - name: level in: query @@ -671,7 +671,7 @@ paths: summary: Deletes a submodel element at a specified path within the submodel elements hierarchy operationId: DeleteSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1 responses: '204': description: Submodel element deleted successfully @@ -697,7 +697,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -723,7 +723,7 @@ paths: summary: Updates the metadata attributes an existing SubmodelElement operationId: PatchSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 requestBody: description: Metadata attributes of the SubmodelElement content: @@ -756,7 +756,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -785,7 +785,7 @@ paths: summary: Updates the value of an existing SubmodelElement operationId: PatchSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -829,7 +829,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -871,7 +871,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -904,7 +904,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -943,7 +943,7 @@ paths: summary: Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy operationId: PutFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/PutFileByPath/3/0 + - https://admin-shell.io/aas/API/PutFileByPath/3/1 requestBody: description: File to upload content: @@ -987,7 +987,7 @@ paths: summary: Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy operationId: DeleteFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/DeleteFileByPath/3/0 + - https://admin-shell.io/aas/API/DeleteFileByPath/3/1 responses: '200': description: Submodel element updated successfully @@ -1012,7 +1012,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1054,7 +1054,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -1096,7 +1096,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1134,7 +1134,7 @@ paths: summary: Asynchronously invokes an Operation at a specified path operationId: InvokeOperationAsync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationAsync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationAsync/3/1 requestBody: description: Operation request object content: @@ -1173,7 +1173,7 @@ paths: summary: Returns the status of an asynchronously invoked Operation operationId: GetOperationAsyncStatus x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncStatus/3/1 responses: '200': description: Operation result object containing information that the 'executionState' is still 'Running' @@ -1205,7 +1205,7 @@ paths: summary: Returns the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1235,7 +1235,7 @@ paths: summary: Returns the value of the Operation result of an asynchronous invoked Operation operationId: GetOperationAsyncResult-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/0 + - https://admin-shell.io/aas/API/GetOperationAsyncResult/3/1 responses: '200': description: Operation result object @@ -1263,7 +1263,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelServiceSpecification/V3.1_SSP-002.yaml b/SubmodelServiceSpecification/V3.1_SSP-002.yaml index 220ba6f9..0fbc1cd8 100644 --- a/SubmodelServiceSpecification/V3.1_SSP-002.yaml +++ b/SubmodelServiceSpecification/V3.1_SSP-002.yaml @@ -25,7 +25,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -53,7 +53,7 @@ paths: summary: Returns the metadata attributes of a specific Submodel operationId: GetSubmodel-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 responses: '200': description: Requested Submodel in the metadata representation @@ -78,7 +78,7 @@ paths: summary: Returns the Submodel in the ValueOnly representation operationId: GetSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -106,7 +106,7 @@ paths: summary: Returns the Reference of the Submodel operationId: GetSubmodel-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - name: level in: query @@ -143,7 +143,7 @@ paths: summary: Returns the Submodel in the Path notation operationId: GetSubmodel-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -172,7 +172,7 @@ paths: summary: Returns all submodel elements including their hierarchy operationId: GetAllSubmodelElements x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -202,7 +202,7 @@ paths: summary: Returns the metadata attributes of all submodel elements including their hierarchy operationId: GetAllSubmodelElements-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -230,7 +230,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the ValueOnly representation operationId: GetAllSubmodelElements-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -260,7 +260,7 @@ paths: summary: Returns the References of all submodel elements operationId: GetAllSubmodelElements-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -299,7 +299,7 @@ paths: summary: Returns all submodel elements including their hierarchy in the Path notation operationId: GetAllSubmodelElements-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 + - https://admin-shell.io/aas/API/GetAllSubmodelElements/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' @@ -331,7 +331,7 @@ paths: path operationId: GetSubmodelElementByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -364,7 +364,7 @@ paths: path operationId: GetSubmodelElementByPath-Metadata x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 responses: '200': description: Metadata attributes of the requested submodel element @@ -394,7 +394,7 @@ paths: path in the ValueOnly representation operationId: GetSubmodelElementByPath-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -427,7 +427,7 @@ paths: path operationId: GetSubmodelElementByPath-Reference x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - name: level in: query @@ -469,7 +469,7 @@ paths: path in the Path notation operationId: GetSubmodelElementByPath-Path x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0 + - https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' responses: @@ -502,7 +502,7 @@ paths: summary: Downloads file content from a specific submodel element from the Submodel at a specified path operationId: GetFileByPath x-semanticIds: - - https://admin-shell.io/aas/API/GetFileByPath/3/0 + - https://admin-shell.io/aas/API/GetFileByPath/3/1 responses: '200': description: Requested file @@ -543,7 +543,7 @@ paths: summary: Returns an appropriate serialization based on the specified format (see SerializationFormat) operationId: GenerateSerializationByIds x-semanticIds: - - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0 + - https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1 parameters: - name: aasIds in: query diff --git a/SubmodelServiceSpecification/V3.1_SSP-003.yaml b/SubmodelServiceSpecification/V3.1_SSP-003.yaml index eb60b242..8cd1c92b 100644 --- a/SubmodelServiceSpecification/V3.1_SSP-003.yaml +++ b/SubmodelServiceSpecification/V3.1_SSP-003.yaml @@ -25,7 +25,7 @@ paths: summary: Returns the Submodel operationId: GetSubmodel x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodel/3/0 + - https://admin-shell.io/aas/API/GetSubmodel/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -53,7 +53,7 @@ paths: summary: Returns the Submodel in the ValueOnly representation operationId: GetSubmodel-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/GetSubmodelById/3/0 + - https://admin-shell.io/aas/API/GetSubmodelById/3/1 parameters: - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Level' - $ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.0#/components/parameters/Extent' @@ -83,7 +83,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperation x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: @@ -125,7 +125,7 @@ paths: summary: Synchronously invokes an Operation at a specified path operationId: InvokeOperationSync-ValueOnly x-semanticIds: - - https://admin-shell.io/aas/API/InvokeOperationSync/3/0 + - https://admin-shell.io/aas/API/InvokeOperationSync/3/1 requestBody: description: Operation request object content: diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc index e6c0e9aa..75b4ecf6 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc @@ -16,6 +16,7 @@ Major Changes: * Extending the ServiceSpecificationProfileEnum to include all v3.1 profiles and correcting the example (https://github.com/admin-shell-io/aas-specs-api/issues/473[#473]) * Make the AssetLink properties "name" and "value" mandatory in the OpenAPI files. This is a bugfix, as the AssetLink class already defines these properties as mandatory. (https://github.com/admin-shell-io/aas-specs-api/issues/471[#471]) +* changed: Push all semantic IDs to V3.1 (https://github.com/admin-shell-io/aas-specs-api/issues/490[#490]) Minor Changes: @@ -295,7 +296,7 @@ Minor: |*BWC* |*Interface Change* |*Kind of Change* |*Comment* | | GetOperationAsnycStatus | Changed | Replace payload type ‘OperationResult’ with ‘BaseOperationResult’ that OpenAPI descriptions already contained ‘BaseOperationResult’ from V3.0 on. | | ServiceSpecificationProfileEnum | Remove | -Removed profiles https://admin-shell.io/aas/API/3/0/RepositoryServiceSpecification/SSP-001 and https://admin-shell.io/aas/API/3/0/RepositoryServiceSpecification/SSP-002. +Removed profiles https://admin-shell.io/aas/API/3/1/RepositoryServiceSpecification/SSP-001 and https://admin-shell.io/aas/API/3/1/RepositoryServiceSpecification/SSP-002. Both profiles were not included in the V3.0.1 ServiceDescription class in the OpenAPI definition and only left-overs from previous drafts. | | PutAssetAdministrationShell | Change | Output parameter "payload" changed from "mandatory=yes" to "mandatory=no" diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/general.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/general.adoc index 81411fbd..025eccab 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/general.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/general.adoc @@ -202,7 +202,7 @@ Examples for valid identifiers: [example] * \https://admin-shell.io/aas/API/GetSubmodel/1/23 * \https://admin-shell.io/aas/API/GetAllSubmodelElements/1/0/RC03 -* \https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0 +* \https://admin-shell.io/aas/API/GetAllSubmodelElements/3/1 Examples for invalid identifiers: diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/service-specifications-and-profiles.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/service-specifications-and-profiles.adoc index 15b8fb03..ea2d44ad 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/service-specifications-and-profiles.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/service-specifications-and-profiles.adoc @@ -64,7 +64,7 @@ The name of the service specification ends with "ServiceSpecification". The supported service specification or profile can be discovered at the /description endpoint. This endpoint will return the related profile string. It is sufficient to only expose the latest service specification identifier in case a server supports different minor versions of a service specification at the same time. -For instance, if both "https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-002" and "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" are supported, the server may only include "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" in its profiles list. +For instance, if both "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" and "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" are supported, the server may only include "https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002" in its profiles list. Clients shall understand that lower minor versions of service specifications are supported even if only one service specification identifier is provided. @@ -73,7 +73,7 @@ Different to minor versions, it is not sufficient to only expose the latest majo Additional profiles might be introduced in future versions of this document. ==== -Note: in the following, only the last part (/SSP-) is used in the text for better readability, e.g. “AssetAdministrationShellServiceSpecification/SSP-001” instead of “https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-001”. +Note: in the following, only the last part (/SSP-) is used in the text for better readability, e.g. “AssetAdministrationShellServiceSpecification/SSP-001” instead of “https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001”. ==== [#asset-administration-shell-service-specification] @@ -94,7 +94,7 @@ The Asset Administration Shell service specification with all its features and e [%autowidth,width="100%",cols="27%,73%",options="header",] |=== h|Name: h|AAS Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001` h|Feature h|Appearance |APIs and API Operations a| _Asset Administration Shell API:_ + @@ -205,7 +205,7 @@ The submodel service specification with all its features and endpoints is repres [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-001` h|Feature h|Appearance |APIs and API Operations a| _Submodel API:_ + @@ -254,7 +254,7 @@ The submodel service specification with its minimal feature set is represented t [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-002` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002` h|Feature h|Appearance |API and API Operations a| _Submodel API:_ + @@ -290,7 +290,7 @@ The submodel service specification with a reduced feature set is represented thr [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Value Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-003` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-003` h|Feature h|Appearance |APIs and API Operations a| __Submodel API:__ + @@ -328,7 +328,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: |AASX File Server Full Profile -h|Profile Identifier |`\https://admin-shell.io/aas/API/3/0/AasxFileServerServiceSpecification/SSP-001` +h|Profile Identifier |`\https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001` h|Feature h|Appearance |APIs and API Operations a| _File Server API:_ + @@ -371,7 +371,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: |Asset Administration Shell Registry Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001` h|Feature h|Appearance |APIs and API Operations a| _AAS Registry API:_ + @@ -404,7 +404,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRegis [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|AAS Registry Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-002` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002` h|Feature h|Appearance |APIs and API Operations a| _AAS Registry API:_ + @@ -431,7 +431,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRegis [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|AAS Registry Bulk Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-003` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-003` h|Feature h|Appearance |APIs and API Operations a| _AAS Registry API:_ + @@ -455,7 +455,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRegis [%autowidth, width="100%", cols="36%,64%",options="header",] |=== h|Name: h|AAS Registry Bulk Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-004` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-004` h|Feature h|Appearance |APIs and API Operations a| _AAS Registry API:_ + @@ -478,7 +478,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRegis [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|AAS Registry Minimal Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-005` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-005` h|Feature h|Appearance |APIs and API Operations a| _AAS Registry API:_ + @@ -515,7 +515,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Registry Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001` h|Feature h|Appearance |APIs and API Operations a| __Submodel Registry API:__ + @@ -541,7 +541,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/SubmodelRegistryServiceSpecif [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|[[Submodel-Registry-Read-Profile]]Submodel Registry Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-002` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002` h|Feature h|Appearance |APIs and API Operations a| __Submodel Registry API:__ + @@ -564,7 +564,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/SubmodelRegistryServiceSpecif [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Registry Bulk Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-003` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-003` h|Feature h|Appearance |APIs and API Operations a| __Submodel Registry API:__ + @@ -682,7 +682,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="30%,70%",options="header",] |=== h|Name: h|AAS Repository Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-001` h|Feature h|Appearance |API and API Operations a| _AAS Repository API:_ + @@ -756,7 +756,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRepos [%autowidth,width="100%",cols="30%,70%",options="header",] |=== h|Name: h|AAS Repository Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-002` h|Feature h|Appearance |API and API Operations a| _AAS Repository API:_ + @@ -808,7 +808,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/AssetAdministrationShellRepos [%autowidth, width="100%", cols="30%,70%",options="header",] |=== h|Name: h|AAS Repository Query Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-003` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-003` h|Feature h|Appearance |API and API Operations a| _AAS Repository API:_ + @@ -844,7 +844,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Repository Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-001` h|Feature h|Appearance |API and API Operations a| __Submodel Repository API:__ + @@ -898,7 +898,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/SubmodelRepositoryServiceSpec [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: |Submodel Repository Read Profile -h|Profile Identifier |`\https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-002` +h|Profile Identifier |`\https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002` h|Feature h|Appearance |API and API Operations a| _Submodel Repository API:_ + @@ -952,7 +952,7 @@ Note 2: future versions may introduce a Submodel Repository Instance Profile. [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Repository Template Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-003` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-003` h|Feature h|Appearance |API and API Operations a| __Submodel Repository API:__ + @@ -1013,7 +1013,7 @@ SubmodelServiceSpecification/SSP-002 as SubmodelServiceSpecification/SSP-001 or [%autowidth,width="100%",cols="36%,64%",options="header",] |=== h|Name: h|Submodel Repository Template Read Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-004` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-004` h|Feature h|Appearance |API and API Operations a| __Submodel Repository API:__ + @@ -1053,7 +1053,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/SubmodelRepositoryServiceSpec [%autowidth, width="100%", cols="30%,70%",options="header",] |=== h|Name: h|Submodel Repository Query Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-005` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-005` h|Feature h|Appearance |API and API Operations a| _AAS Repository API:_ + @@ -1085,7 +1085,7 @@ h|Service Specification / Profiles h|Description [%autowidth,width="100%",cols="30%,70%",options="header",] |=== h|Name: h|Concept Description Repository Full Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/ConceptDescriptionRepositoryServiceSpecification/SSP-001` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001` h|Feature h|Appearance |API and API Operations a| _ConceptDescription Repository API:_ + @@ -1117,7 +1117,7 @@ See: https://app.swaggerhub.com/apis/Plattform_i40/ConceptDescriptionRepositoryS [%autowidth, width="100%", cols="30%,70%",options="header",] |=== h|Name: h|Concept Description Repository Query Profile -h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/0/ConceptDescriptionRepositoryServiceSpecification/SSP-002` +h|Profile Identifier: |`\https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-002` h|Feature h|Appearance |API and API Operations a| _ConceptDescription Repository API:_ + diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc index 9833b96e..26b45582 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces-payload.adoc @@ -326,49 +326,49 @@ See also Clause xref:http-rest-api/service-specifications-and-profiles.adoc#serv h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/ServiceSpecificationProfileEnum/3/1` h|Literal h|Explanation -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Asset Administration Shell Service Specification Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Submodel Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Submodel Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-001 |Indicates that the server implemented all features of the Submodel Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Submodel Service Specification Value Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Submodel Service Specification Value Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-002 |Indicates that the server implemented all features of the Submodel Service Specification Value Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelServiceSpecification/SSP-003 |Indicates that the server implemented all features of the Submodel Service Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-003 |Indicates that the server implemented all features of the Submodel Service Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelServiceSpecification/SSP-003 |Indicates that the server implemented all features of the Submodel Service Specification Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AasxFileServerServiceSpecification/SSP-001 |Indicates that the server implemented all details of the AASX File Server Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001 |Indicates that the server implemented all details of the AASX File Server Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AasxFileServerServiceSpecification/SSP-001 |Indicates that the server implemented all details of the AASX File Server Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Read Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Bulk Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-004 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Query Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-005 |Indicates that the server implemented all details of the Asset Administration Shell Registry Service Specification Minimal Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Registry Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Registry Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Registry Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Registry Service Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Registry Service Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Registry Service Specification Read Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Submodel Registry Service Specification Bulk Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/SubmodelRegistryServiceSpecification/SSP-004 |Indicates that the server implemented all details of the Submodel Registry Service Specification Query Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/DiscoveryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Discovery Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Discovery Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Discovery Service Specification Full Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Discovery Service Specification Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Read Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRepositoryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Asset Administration Shell Repository Service Specification Query Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Service Repository Specification Full Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Service Repository Specification Full Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Submodel Service Repository Specification Full Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-003 |Indicates that the server implemented all details of the Submodel Service Repository Specification Read Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/SubmodelRepositoryServiceSpecification/SSP-004 |Indicates that the server implemented all details of the Submodel Service Repository Specification Template Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-004 |Indicates that the server implemented all details of the Submodel Service Repository Specification Template Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-004 |Indicates that the server implemented all details of the Submodel Service Repository Specification Template Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/SubmodelRepositoryServiceSpecification/SSP-005 |Indicates that the server implemented all details of the Submodel Service Repository Specification Query Profile in version 3.1. -e|https://admin-shell.io/aas/API/3/0/ConceptDescriptionRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Concept Description Repository Service Specification Profile in version 3.0. +e|https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Concept Description Repository Service Specification Profile in version 3.0. e|https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-001 |Indicates that the server implemented all details of the Concept Description Repository Service Specification Profile in version 3.1. e|https://admin-shell.io/aas/API/3/1/ConceptDescriptionRepositoryServiceSpecification/SSP-002 |Indicates that the server implemented all details of the Concept Description Repository Service Specification Query Profile in version 3.1. |=== @@ -379,7 +379,7 @@ An example ServiceDescription object might look like the following, indicating t ---- { "profiles": [ - "https://admin-shell.io/aas/API/3/0/DiscoveryServiceSpecification/SSP-001", + "https://admin-shell.io/aas/API/3/1/DiscoveryServiceSpecification/SSP-001", "https://admin-shell.io/aas/API/3/1/AssetAdministrationShellRegistryServiceSpecification/SSP-001" ] } @@ -645,7 +645,7 @@ In case of a failed operation execution, a result object [.underline]#shall be r h|Class Name 3+e|[[Result]]Result h|Explanation 3+a|The result object h|Inherits from 3+|-- -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/Result/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/Result/3/1` h|Attribute h|Explanation h|Type h|Card. e|message a|Additional message containing information for the requester |xref:Message[Message] |0..* @@ -657,7 +657,7 @@ e|message a|Additional message containing information for the requester |xref:Me h|Class Name 3+e|[[Message]]Message h|Explanation 3+a|A message containing more information for the requester about a certain happening in the backend h|Inherits from 3+|-- -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/Message/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/Message/3/1` h|Attribute h|Explanation h|Type h|Card. e|messageType a|The message type |xref:MessageTypeEnum[MessageTypeEnum] |1 @@ -672,7 +672,7 @@ e|timestamp a|Timestamp of the message |dateTime |0..1 |=== h|Enumeration e|[[MessageTypeEnum]]MessageTypeEnum h|Explanation a|The message type -h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/MessageTypeEnum/3/0` +h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/MessageTypeEnum/3/1` h|Literal h|Explanation @@ -694,7 +694,7 @@ The following type definitions are used to call and handle the requests and resp h|Class Name 3+e|[[OperationRequest]]OperationRequest h|Explanation 3+a|The operation request object h|Inherits from 3+|-- -h|semanticId* 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationRequest/3/0` +h|semanticId* 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationRequest/3/1` h|Attribute h|Explanation h|Type h|Card. @@ -744,7 +744,7 @@ e|success |Flag indicating whether the business operation behind the operation w h|Class Name 3+e|[[OperationResult]]OperationResult h|Explanation 3+a|The operation’s invocation result object h|Inherits from 3+|BaseOperationResult -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationResult/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationResult/3/1` h|Attribute h|Explanation h|Type h|Card. e|outputArguments |Output argument |link:https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/submodel-elements.html#OperationVariable[OperationVariable] |0..* @@ -775,7 +775,7 @@ e|inoutputArguments |InOutput argument |link:https://industrialdigitaltwin.io/aa |=== h|Enumeration e|[[ExecutionState]]ExecutionState h|Explanation |The operation’s invocation result state -h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/ExecutionState/3/0` +h|semanticId |`\https://admin-shell.io/aas/API/DataTypes/ExecutionState/3/1` h|Literal h|Explanation e|Initiated a|The operation is ready to be executed (initial state) @@ -795,7 +795,7 @@ e|Timeout a|The operation has timed out due to given client or server timeout h|Class Name 3+e|[[OperationHandle]]OperationHandle h|Explanation 3+a|The returned handle of an operation’s asynchronous invocation used to request the current state of the operation’s execution h|Inherits from 3+|-- -h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationHandle/3/0` +h|semanticId 3+|`\https://admin-shell.io/aas/API/DataTypes/OperationHandle/3/1` h|Attribute h|Explanation h|Type h|Card. e|handleId |Handle ID |xref:ShortIdType[ShortIdType] |1 diff --git a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc index 9d47ede8..48b385ac 100644 --- a/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc +++ b/documentation/IDTA-01002-3/modules/ROOT/pages/specification/interfaces.adoc @@ -54,7 +54,7 @@ e|xref:DeleteThumbnail[DeleteThumbnail] a|Deletes the thumbnail |=== h|Operation Name 4+e|[[GetAssetAdministrationShell]]GetAssetAdministrationShell h|Explanation 4+a|Returns the Asset Administration Shell -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAssetAdministrationShell/3/1` h|Name h|Description h|Mand. h|Type h|Card. @@ -72,7 +72,7 @@ e|payload a|Requested Asset Administration Shell |yes | link:https://industriald |=== h|*Operation Name* 4+e|[[PutAssetAdministrationShell]]PutAssetAdministrationShell h|Explanation 4+a|Replaces the Asset Administration Shell -h|*semanticId* 4+|`\https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/0` +h|*semanticId* 4+|`\https://admin-shell.io/aas/API/PutAssetAdministrationShell/3/1` h|Name h|*Description* h|*Mand.* h|*Type* h|*Card.* 5+h|Input Parameter @@ -89,7 +89,7 @@ e|payload a|AssetAdministrationShell |no |Replaced link:https://industrialdigita |=== h|Operation Name 4+e|[[GetAllSubmodelReferences]]GetAllSubmodelReferences h|Explanation 4+a|Returns all Submodel References -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllSubmodelReferences/3/1` h|Name h|Description h|Mand. h|Type h|Card. @@ -109,7 +109,7 @@ e|payload a|Requested Submodel References |yes |link:https://industrialdigitaltw |=== h|Operation Name 4+e|[[PostSubmodelReference]]PostSubmodelReference h|Explanation 4+a|Creates a Submodel Reference at the Asset Administration Shell -h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelReference/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelReference/3/1` h|Name h| Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -126,7 +126,7 @@ e|payload | Created Submodel Reference |yes |link:https://industrialdigitaltwin. |=== h|Operation Name 4+e|[[DeleteSubmodelReference]]DeleteSubmodelReference h|Explanation 4+a|Deletes the Submodel Reference from the Asset Administration Shell -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteSubmodelReference/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteSubmodelReference/3/1` h|Name h| Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -142,7 +142,7 @@ e|statusCode | Status code |yes |xref:specification/interfaces-payload.adoc#Stat |=== h|Operation Name 4+e|[[GetAssetInformation]]GetAssetInformation h|Explanation 4+a|Returns the Asset Information -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAssetInformation/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAssetInformation/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -158,7 +158,7 @@ e|payload a|Requested Asset Information |yes |link:https://industrialdigitaltwin |=== h|*Operation Name* 4+e|[[PutAssetInformation]]PutAssetInformation h|Explanation 4+a|Replaces the Asset Information -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAssetInformation/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAssetInformation/3/1` h|Name h|Description h|Mand. h|Type h|Card. @@ -178,7 +178,7 @@ e|statusCode a|Status code |yes |xref:specification/interfaces-payload.adoc#Stat |=== h|Operation Name 4+e|[[GetThumbnail]]GetThumbnail h|Explanation 4+a|Returns the thumbnail file -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetThumbnail/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetThumbnail/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -194,7 +194,7 @@ e|payload a|Requested thumbnail file |yes | xref:specification/interfaces-payloa |=== h|Operation Name 4+e|[[PutThumbnail]]PutThumbnail h|Explanation 4+a|Replaces the thumbnail file -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutThumbnail/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutThumbnail/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -210,7 +210,7 @@ e|statusCode a|Status code |yes |xref:specification/interfaces-payload.adoc#Stat |=== h|Operation Name 4+e|[[DeleteThumbnail]]DeleteThumbnail h|Explanation 4+a|Deletes the thumbnail file -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteThumbnail/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteThumbnail/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -254,7 +254,7 @@ e|xref:GetOperationAsyncResult[GetOperationAsyncResult] a|Returns the OperationR |=== h|Operation Name 4+e|[[GetSubmodel]]GetSubmodel h|Explanation 4+a|Returns the Submodel -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodel/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodel/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -271,7 +271,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[GetAllSubmodelElements]]GetAllSubmodelElements h|Explanation 4+a|Returns all submodel elements including their hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllSubmodelElements/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllSubmodelElements/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -290,7 +290,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[GetSubmodelElementByPath]]GetSubmodelElementByPath h|Explanation 4+a|Returns a specific submodel element from the Submodel at a specified path -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodelElementByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -308,7 +308,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[GetFileByPath]]GetFileByPath h|Explanation 4+a|Returns a specific file from the Submodel at a specified path -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetFileByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetFileByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -325,7 +325,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[PutFileByPath]]PutFileByPath h|Explanation 4+a|Replaces the file of an existing submodel element at a specified path within the submodel element hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutFileByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutFileByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -342,7 +342,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[DeleteFileByPath]]DeleteFileByPath h|Explanation 4+a|Deletes the file of an existing submodel element at a specified path within the submodel element hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteFileByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteFileByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -358,7 +358,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[PutSubmodel]]PutSubmodel h|Explanation 4+a|Replaces the Submodel -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutSubmodel/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutSubmodel/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -375,7 +375,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[PatchSubmodel]]PatchSubmodel h|Explanation 4+a|Updates the Submodel -h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodel/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodel/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -411,7 +411,7 @@ Note: the creation of the idShort is out of scope and must be handled in a propr ==== -h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelElement/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelElement/3/1` h|Name h|Description h|Mand. h|Type h|Card. @@ -441,7 +441,7 @@ Note: the creation of the idShort is out of scope and must be handled in a propr ==== -h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PostSubmodelElementByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -463,7 +463,7 @@ Note: if the PostSubmodelElementByPath is executed towards a SubmodelElementList |=== h|Operation Name 4+e|[[PutSubmodelElementByPath]]PutSubmodelElementByPath h|Explanation 4+a|Replaces an existing submodel element or creates a new submodel element at a specified path within the submodel element hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutSubmodelElementByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -481,7 +481,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[PatchSubmodelElementByPath]]PatchSubmodelElementByPath h|Explanation 4+a|Updates an existing submodel element at a specified path within the submodel element hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodelElementByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -513,7 +513,7 @@ Note: values remain unchanged with content=metadata. h|Operation Name 4+e|[[GetSubmodelElementValueByPath]]GetSubmodelElementValueByPath h|Explanation 4+a|Returns a specific submodel element value from the Submodel at a specified path according to the ValueOnly-serialization as defined in xref:bibliography.adoc#bib1[[1]] // Previously pointing to Clause 11.4.1 -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodelElementValueByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetSubmodelElementValueByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -531,7 +531,7 @@ h|Name h|Description h|Mand. h|Type h|Card. h|Operation Name 4+e|[[PatchSubmodelElementValueByPath]]PatchSubmodelElementValueByPath h|Explanation 4+a|Sets the value of the submodel element at a specified path according to the ValueOnly-serialization as defined in xref:bibliography.adoc#bib1[[1]] // Previously pointing to Clause 11.4.1 -h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodelElementValueByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PatchSubmodelElementValueByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -548,7 +548,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[DeleteSubmodelElementByPath]]DeleteSubmodelElementByPath h|Explanation 4+a|Deletes a submodel element at a specified path within the submodel elements hierarchy -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteSubmodelElementByPath/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -583,7 +583,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[InvokeOperationAsync]]InvokeOperationAsync h|Explanation 4+a|Asynchronously invokes an Operation at a specified path -h|semanticId 4+|`\https://admin-shell.io/aas/API/InvokeOperationAsync/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/InvokeOperationAsync/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -648,7 +648,7 @@ h|Operation Name h|[[Description]]Description |=== h|Operation Name 4+e|[[GenerateSerializationByIds]]GenerateSerializationByIds h|Explanation 4+a|Returns an appropriate serialization based on the specified format (see xref:specification/interfaces.adoc#SerializationFormat[SerializationFormat]). -h|semanticId 4+|`\https://admin-shell.io/aas/API/GenerateSerializationByIds/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GenerateSerializationByIds/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -696,7 +696,7 @@ e|xref:DeleteAASXByPackageId[DeleteAASXByPackageId] |Deletes a specific AASX pac |=== h|Operation Name 4+e|[[GetAllAASXPackageIds]]GetAllAASXPackageIds h|Explanation 4+a|Returns a list of available AASX packages at the server -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllAASXPackageIds/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -715,7 +715,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[GetAASXByPackageId]]GetAASXByPackageId h|Explanation 4+a|Returns a specific AASX package from the server -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAASXByPackageId/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAASXByPackageId/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -733,7 +733,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[PostAASXPackage]]PostAASXPackage h|Explanation 4+a|Creates an AASX package at the server -h|semanticId 4+|`\https://admin-shell.io/aas/API/PostAASXPackage/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PostAASXPackage/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -762,7 +762,7 @@ Servers may simply store the AASX files with their related given aasIds. |=== h|Operation Name 4+e|[[PutAASXByPackageId]]PutAASXByPackageId h|Explanation 4+a|Replaces or creates the AASX package at the server -h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAASXByPackageId/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/PutAASXByPackageId/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -791,7 +791,7 @@ Servers may simply store the AASX files with their related given aasIds. |=== h|Operation Name 4+e|[[DeleteAASXByPackageId]]DeleteAASXByPackageId h|Explanation 4+a|Deletes a specific AASX package from the server -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAASXByPackageId/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -840,7 +840,7 @@ h|Operation Name h|Description |=== h|Operation Name 4+e|[[GetAllAssetAdministrationShellDescriptors]]GetAllAssetAdministrationShellDescriptors h|Explanation 4+a|Returns all Asset Administration Shell Descriptors -h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/GetAllAssetAdministrationShellDescriptors/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter @@ -944,7 +944,7 @@ h|Name h|Description h|Mand. h|Type h|Card. |=== h|Operation Name 4+e|[[DeleteAssetAdministrationShellDescriptorById]]DeleteAssetAdministrationShellDescriptorById h|Explanation 4+a|Deletes an Asset Administration Shell Descriptor, i.e., de-registers an AAS -h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/0` +h|semanticId 4+|`\https://admin-shell.io/aas/API/DeleteAssetAdministrationShellDescriptorById/3/1` h|Name h|Description h|Mand. h|Type h|Card. 5+h|Input Parameter