@@ -3070,6 +3070,37 @@ paths:
30703070 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
30713071 default :
30723072 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
3073+ /shells/{aasIdentifier}/$signed :
3074+ parameters :
3075+ - $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/AssetAdministrationShellIdentifier'
3076+ get :
3077+ tags :
3078+ - Asset Administration Shell Repository API
3079+ summary : Returns a specific Asset Administration Shell as a JWS string
3080+ operationId : GetAssetAdministrationShellByIdSigned
3081+ x-semanticIds :
3082+ - https://admin-shell.io/aas/API/GetAssetAdministrationShellByIdSigned/3/2
3083+ responses :
3084+ ' 200 ' :
3085+ description : Requested Asset Administration Shell as a JWS string.
3086+ content :
3087+ text/plain :
3088+ schema :
3089+ type : string
3090+ format : jwt
3091+ description : A JWS string containing the requested Asset Administration Shell
3092+ ' 400 ' :
3093+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
3094+ ' 401 ' :
3095+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/unauthorized'
3096+ ' 403 ' :
3097+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
3098+ ' 404 ' :
3099+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
3100+ ' 500 ' :
3101+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
3102+ default :
3103+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
30733104 /shells/{aasIdentifier}/asset-information :
30743105 parameters :
30753106 - $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/AssetAdministrationShellIdentifier'
@@ -5141,6 +5172,37 @@ paths:
51415172 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
51425173 default :
51435174 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
5175+ /submodels/{submodelIdentifier}/$signed :
5176+ parameters :
5177+ - $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/SubmodelIdentifier'
5178+ get :
5179+ tags :
5180+ - Submodel Repository API
5181+ summary : Returns a specific Submodel as a JWS string
5182+ operationId : GetSubmodelByIdSigned
5183+ x-semanticIds :
5184+ - https://admin-shell.io/aas/API/GetSubmodelByIdSigned/3/2
5185+ responses :
5186+ ' 200 ' :
5187+ description : Requested Submodel as a JWS string.
5188+ content :
5189+ text/plain :
5190+ schema :
5191+ type : string
5192+ format : jwt
5193+ description : A JWS string containing the requested Submodel
5194+ ' 400 ' :
5195+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
5196+ ' 401 ' :
5197+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/unauthorized'
5198+ ' 403 ' :
5199+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
5200+ ' 404 ' :
5201+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
5202+ ' 500 ' :
5203+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
5204+ default :
5205+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
51445206 /submodels/{submodelIdentifier}/$path :
51455207 parameters :
51465208 - $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/parameters/SubmodelIdentifier'
@@ -6373,7 +6435,42 @@ paths:
63736435 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
63746436 default :
63756437 $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
6376-
6438+ /concept-descriptions/{cdIdentifier}/$signed :
6439+ get :
6440+ tags :
6441+ - Concept Description Repository API
6442+ summary : Returns a specific Concept Description as a JWS string.
6443+ operationId : GetConceptDescriptionByIdSigned
6444+ x-semanticIds :
6445+ - https://admin-shell.io/aas/API/GetConceptDescriptionByIdSigned/3/2
6446+ parameters :
6447+ - name : cdIdentifier
6448+ in : path
6449+ description : The Concept Description’s unique id (UTF8-BASE64-URL-encoded)
6450+ required : true
6451+ style : simple
6452+ explode : true
6453+ schema :
6454+ type : string
6455+ responses :
6456+ ' 200 ' :
6457+ description : Requested Concept Description as a JWS string.
6458+ content :
6459+ text/plain :
6460+ schema :
6461+ type : string
6462+ format : jwt
6463+ description : A JWS string containing the requested Concept Description.
6464+ ' 400 ' :
6465+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
6466+ ' 403 ' :
6467+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
6468+ ' 404 ' :
6469+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
6470+ ' 500 ' :
6471+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
6472+ default :
6473+ $ref : ' https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
63776474
63786475 /query/concept-descriptions :
63796476 post :
0 commit comments