Existing implementation of registry-integration stays on the repository
Registries should be specified (RegistrySpecification) as either a tuple of AasRegistry and SmRegistry or a single AasRegistry (smDescriptor will be saved in the AasRegistry)
Acceptance Criteria
Should allow configuration of multiple registries
Should allow the specification of additional registries via a REST endpoint. E.g.:
createConnectedAas(Aas, RegistrySpecification)createConnectedSubmodel(Submodel, RegistrySpecification)
Design Considerations
Rules
Acceptance Criteria
createConnectedAas(Aas, RegistrySpecification)
createConnectedSubmodel(Submodel, RegistrySpecification)