Skip to content

Commit 4a7ac6e

Browse files
authored
Merge pull request #426 from admin-shell-io/SeBa/268-notes-for-aas-value-and-metadata
Add Note for Metadata and ValueOnly Representations of Asset Administration Shells
2 parents 5412d63 + 0474745 commit 4a7ac6e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

documentation/IDTA-01002-3/modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Minor Changes:
4141
* Clarification on how to handle duplicate query parameters
4242
* Replace "servers" clause in OpenAPI files
4343
* Add notes for base64url-encoded values and order of "assetIds" query parameters
44+
* 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])
4445

4546
=== Interface Changes w.r.t. V3.0.3 to V3.1
4647

documentation/IDTA-01002-3/modules/ROOT/pages/http-rest-api/http-rest-api.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Additional classes needed for payload of the HTTP/REST API specification can be
328328
[#modifier-constraints]
329329
== Modifier Constraints
330330

331-
// Previously pointing to Clause 12.5
331+
332332
To use link:https://admin-shell-io.github.io/aas-specs-antora/IDTA-01001/v3.1/mappings/mappings.html#_format_metadata_metadata_serialization[metadata objects] as described in xref:bibliography.adoc#bib1[[1]]., modifiers are implemented as HTTP query parameters or path suffixes.
333333
For example, a request for a specific submodel may look like: +
334334
GET /submodel/$value?level=deep&extent=withBlobValue
@@ -350,6 +350,10 @@ In addition, the modifiers can also be used for PUT operations.
350350
They define how the request content is delivered and have the same semantics as in the related GET operation.
351351
Only Content=Reference and Content=Path are not possible for PUT.
352352

353+
====
354+
Note: Although metadata and value-only representations of Asset Administration Shells are possible, they are not supported up to now.
355+
====
356+
353357
== Mapping of Operations
354358

355359
The following <<table-mapping-operations>> shows the mapping of the generic operations to the HTTP/REST API.

0 commit comments

Comments
 (0)