You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Part2-API-Schemas/openapi.yaml
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -450,9 +450,8 @@ components:
450
450
- type: object
451
451
properties:
452
452
result:
453
-
type: array
454
-
items:
455
-
$ref: "#/components/schemas/SubmodelElementValue"
453
+
type: object
454
+
description: Since patternProperties and propertyNames are not supported by OpenApi yet, the ValueOnly serialization for this elements works with the key-attribute as the JSON-property name and the value-attribute as the corresponding value.
Copy file name to clipboardExpand all lines: documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc
+28-5Lines changed: 28 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
Note: Changes in Metamodel (IDTA-01001) will not be listed here, although they have an impact on the payload of many operations.
10
10
====
11
11
12
-
== Changes w.r.t. V3.0.3 to V3.1
12
+
== Changes w.r.t. V3.0.4 to V3.1
13
13
14
14
Major Changes:
15
15
@@ -47,7 +47,7 @@ Minor Changes:
47
47
* xref:http-rest-api/http-rest-api.adoc#design-decisions[Design Decisions for the HTTP API]: Clarify that padding is not allowed for base64url-encoded values (https://github.com/admin-shell-io/aas-specs-api/issues/423[#423])
48
48
* xref:http-rest-api/http-rest-api.adoc#modifier-constraints[HTTP Modifier Constraints]: adding note for metadata and value-only representations of Asset Administration Shells (https://github.com/admin-shell-io/aas-specs-api/issues/268[#268])
@@ -130,7 +130,7 @@ added new API-operation SearchAllAssetAdministrationShellIdsByAssetLink
130
130
|all |new a| Added version 3.1 for all existing profiles
131
131
|===
132
132
133
-
=== Class Changes w.r.t. V3.0.3 to V3.1
133
+
=== Class Changes w.r.t. V3.0.4 to V3.1
134
134
135
135
.Changes in Data Types for Payload
136
136
[cols="5%,42%,48%",options="header",]
@@ -163,6 +163,29 @@ added new API-operation SearchAllAssetAdministrationShellIdsByAssetLink
163
163
|===
164
164
165
165
166
+
== Changes w.r.t. V3.0.3 to V3.0.4
167
+
168
+
Major:
169
+
* Change: paging_metadata is required in OpenAPI to match the definition in this document.
170
+
* Change: ValueOnly classes changed from array to object for AnnotatedRelationshipElementValue/value, EntityValue/statements
171
+
* Change: Return type of the OpenAPI classes GetSubmodelsValueResult and GetSubmodelElementsValueResult from array to object (https://github.com/admin-shell-io/aas-specs-api/issues/251[#251])
172
+
173
+
174
+
=== Interface Changes w.r.t. V3.0.3 to V3.0.4
175
+
176
+
None.
177
+
178
+
=== Operation Changes w.r.t. V3.0.3 to V3.0.4
179
+
180
+
181
+
|===
182
+
|*Operation Change Old* |*Operation Change New* |*Kind of Change* |*Comment*
183
+
| PostAllAssetLinksById had cardinality of the payload of “1” | payload cardinality is “1..*” | Change |
0 commit comments