Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SubmodelDescriptor/id optional #316

Open
1 task done
BirgitBoss opened this issue Sep 11, 2024 · 0 comments
Open
1 task done

Make SubmodelDescriptor/id optional #316

BirgitBoss opened this issue Sep 11, 2024 · 0 comments

Comments

@BirgitBoss
Copy link
Collaborator

What?

There are two valid ways to implement AAS registries:

  • AAS Registry including SubmodelDescriptors
  • AAS Registry containing AAS endpoint but no SubmodelDescriptors + separate Submodel Registry

In the first case the ID of the Submodel is not needed because it is implicitly contained in the endpoint. Many operators probably would also prefer to hide this (internal) Submodel/id.

How?

Make SubmodelDescriptors/id optional

  • add constraint for SubmodelRegistry that it is mandatory for it

Or

Make two SubmodelDescriptors classes, one for AAS registry and one for Submodel Registry

This change is backward compatible

  • I have signed the required Developer Certificate of Origin (DCO) already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant