Skip to content

Commit d85fbf1

Browse files
authored
Merge branch 'IDTA-01002-3-2_working' into filter
2 parents c6734c2 + 468602a commit d85fbf1

12 files changed

Lines changed: 590 additions & 32 deletions

File tree

AssetAdministrationShellRepositoryServiceSpecification/V3.2_SSP-001.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ paths:
572572
required: true
573573
responses:
574574
'201':
575-
description: Submodel reference created successfully
575+
description: Submodel created successfully
576576
headers:
577577
Location:
578578
description: URL of the newly created resource
@@ -581,7 +581,7 @@ paths:
581581
content:
582582
application/json:
583583
schema:
584-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Reference'
584+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2#/components/schemas/Submodel'
585585
'204':
586586
description: Submodel updated successfully
587587
'400':

AssetAdministrationShellRepositoryServiceSpecification/V3.2_SSP-005.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ paths:
409409
required: true
410410
responses:
411411
'201':
412-
description: Submodel reference created successfully
412+
description: Submodel created successfully
413413
headers:
414414
Location:
415415
description: URL of the newly created resource
@@ -418,7 +418,7 @@ paths:
418418
content:
419419
application/json:
420420
schema:
421-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Reference'
421+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Submodel'
422422
'204':
423423
description: Submodel updated successfully
424424
'400':

DiscoveryServiceSpecification/V3.2_SSP-001.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ paths:
134134
items:
135135
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/SpecificAssetId'
136136
'400':
137-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
138-
'404':
139-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
140-
'409':
141-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/conflict'
137+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/bad-request'
142138
default:
143139
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
144140
delete:

Entire-API-Collection/V3.2.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3390,7 +3390,7 @@ paths:
33903390
put:
33913391
tags:
33923392
- Asset Administration Shell Repository API
3393-
summary: Updates the Submodel
3393+
summary: Creates or updates the Submodel
33943394
operationId: PutSubmodelById_AasRepository
33953395
x-semanticIds:
33963396
- https://admin-shell.io/aas/API/PutSubmodelById/3/2
@@ -3402,6 +3402,17 @@ paths:
34023402
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Submodel'
34033403
required: true
34043404
responses:
3405+
'201':
3406+
description: Submodel created successfully
3407+
headers:
3408+
Location:
3409+
description: URL of the newly created resource
3410+
schema:
3411+
type: string
3412+
content:
3413+
application/json:
3414+
schema:
3415+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/Submodel'
34053416
'204':
34063417
description: Submodel updated successfully
34073418
'400':
@@ -7058,9 +7069,7 @@ paths:
70587069
'400':
70597070
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
70607071
'403':
7061-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
7062-
'404':
7063-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
7072+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/forbidden'
70647073
'500':
70657074
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
70667075
default:
@@ -7417,11 +7426,7 @@ paths:
74177426
items:
74187427
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part1-MetaModel-Schemas/V3.2.0#/components/schemas/SpecificAssetId'
74197428
'400':
7420-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
7421-
'404':
7422-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
7423-
'409':
7424-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/conflict'
7429+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/bad-request'
74257430
default:
74267431
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/default'
74277432
delete:

SubmodelRegistryServiceSpecification/V3.2_SSP-001.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ paths:
3838
'400':
3939
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
4040
'403':
41-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
42-
'404':
43-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
41+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/forbidden'
4442
'500':
4543
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
4644
default:

SubmodelRegistryServiceSpecification/V3.2_SSP-002.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ paths:
3838
'400':
3939
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/bad-request'
4040
'403':
41-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/forbidden'
42-
'404':
43-
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/not-found'
41+
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.1.2#/components/responses/forbidden'
4442
'500':
4543
$ref: 'https://api.swaggerhub.com/domains/Plattform_i40/Part2-API-Schemas/V3.2.0#/components/responses/internal-server-error'
4644
default:

documentation/IDTA-01002-3/modules/ROOT/nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Shared .adoc file are used from https://github.com/admin-shell-io/aas-specs-meta
5050

5151
* xref:query-language.adoc[Query Language]
5252

53+
* xref:signatures.adoc[Signatures]
54+
5355
* API Specification
5456

5557
** xref:specification/interfaces.adoc[API Interfaces]
@@ -74,6 +76,8 @@ Shared .adoc file are used from https://github.com/admin-shell-io/aas-specs-meta
7476

7577
** xref:annex/serialization-modifier-examples.adoc[SerializationModifier Examples]
7678

79+
** xref:annex/dpp.adoc[Digital Product Passport]
80+
7781
** xref:annex/backus-naur-form.adoc[Backus Naur Form]
7882

7983
** xref:annex/uml-templates.adoc[Class Table Templates]

0 commit comments

Comments
 (0)