You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, in the json we have the ta properties, but they do not appear in RESTAPI. Is this parameter necessary?
I am trying to access to the ontology "https://w3id.org/edc/v0.0.1/ns/" but I only get a "The requested URL was not found on this server.". Is there any documentation regarding this that I can access?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are using the Samples code and we see that some json contains values that do not correspond to the API documentation. For example:
https://github.com/eclipse-edc/Samples/blob/main/transfer/transfer-00-prerequisites/resources/dataplane/register-data-plane-provider.json
Its content is the following:
But if I go to https://app.swaggerhub.com/apis/eclipse-edc-bot/management-api/0.5.1#/Dataplane%20Selector/addEntry and select the content of [/v2/dataplanes] I found:
And the detail of '#/components/schemas/DataPlaneInstanceSchema' is:
In short, in the json we have the ta properties, but they do not appear in RESTAPI. Is this parameter necessary?
I am trying to access to the ontology "https://w3id.org/edc/v0.0.1/ns/" but I only get a "The requested URL was not found on this server.". Is there any documentation regarding this that I can access?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions