Replies: 4 comments 1 reply
-
Could you report the call you are doing and posting the json response? I'm not understanding a lot from the attached screenshots. |
Beta Was this translation helpful? Give feedback.
-
We are posting something like the following.
It seems that 0.1.0 gets exactly what we sent at the createAsset endpoint whilst in 0.2.1 the message If I copy paste the received JSON to an JSON editor it looks like In any case last week we adapted our connector to the new logic of 0.2.1 |
Beta Was this translation helpful? Give feedback.
-
If the behavior that I describe is the expected ... I will close the discussion |
Beta Was this translation helpful? Give feedback.
-
Ok. Then what we get is what is expected. Closing the discussion. Thanks. |
Beta Was this translation helpful? Give feedback.
-
We have a java project that is based on EDC.
When we are using EDC 0.1.0 (as dependency) which actually uses v2 asset API everything works as expected.
We are sending a JSON_LD and by using breakpoints we see that it is received at the createAsset endpoint exactly as sent
When we switch to 0.2.0 (or 0.2.1) and send the same JSON_LD the createAsset endpoint (v2 or v3) receives something different
For example @context has been removed and EDC has ceated arrays.
In all cases we inspect the received JSON-LD by adding a breakpoint at
public JsonObject createAsset(...)
and we check the content of JsonObject.
Any idea what is happening? It is very weird.
Beta Was this translation helpful? Give feedback.
All reactions