eclipse-basyx / basyx-java-server-sdk

MIT License
55 stars 45 forks source link

[BUG] Discovery Service Does Not Return A Profile For /description #419

Open geso02 opened 1 month ago

geso02 commented 1 month ago

Describe the bug

The endpoint /description for The Basic Discovery Service returns an empty profiles array: {"profiles" : []}

To Reproduce Start the service and do a GET-Request on /description

Expected behavior I would expect to get the following result:

{
  "profiles" : { "https://admin-shell.io/aas/API/3/0/DiscoveryServiceSpecification/SSP-001"}
}

I think a component like the one used for the repository needs to be registered here.

BaSyx (please complete the following information):

System (please complete the following information):