-
### Contact Details
_No response_
### Describe the bug
Invoking `GET /shells/aHR0cDovL2N1c3RvbWVyLmNvbS9hYXMvOTE3NV83MDEzXzcwOTFfOTE2OA==` returns
```json
{
"idShort": "ExampleMotor",
"id…
-
# What?
In practice identifier are typically created by a system and not created manually. So when registering a new AAS we should distinguish:
logicalID (AssetAdministrationShell/id) from custo…
-
**Is your feature request related to a problem? Please describe.**
Up to V3.0 all elements got a new version, e.g. `https://admin-shell.io/aas/3/1/AssetAdministrationShell` even if there was no chang…
-
# What happens?
I'm trying to generate a C# client with NSwag from the provided AAS Repository document, but it fails with an error message.
Steps to reproduce:
1. https://app.swaggerhub.com/apis…
-
# What happens?
Given a valid base64url-encoded value, the current pattern in OpenAPI enforces a validation error. Example: https://app.swaggerhub.com/apis/Plattform_i40/DiscoveryServiceSpecificati…
-
# What?
An AAS contains references to its submodels. At the same time, an AAS descriptor contains submodel descriptors, thus implicitly providing information about the submodels associated with the A…
-
When instantiating an `AssetAdministrationShell`-object, we hand over `ConceptDictionary`s in any kind of `Iterable` (See [here](https://github.com/eclipse-basyx/basyx-python-sdk/blob/7289de09d96942fb…
-
**Describe the bug**
We have a submodel which uses the SubmodelElementList. There we want to update the information of one given submodel element in that list.
When trying to do the PUT we get the f…
-
**Describe the bug**
An error occurs when selecting an AAS that references a submodel not located in the Submodel Repository.
**To Reproduce**
Steps to reproduce the behavior:
In the AAS Envir…
-
Right now this project is not usable within browser engines, e.g Firefox. As the import/export statements are missing file extensions, e.g. `import * as AasComon from "./common"`.
With the resulting…