Issue
Product API documentation has examples for creating data products.
There are parameters dataContext
and parameterContext
with dummy values as https://example.com/v1/Context/Data.
Where can I find some real context jsonIds for these?
I have tried https://api-sandbox.oftrust.net/contexts/v1/ but dataProducts
is an empty array there in response.
Are these context specific for translators?
Solution
The values for the contexts are not actually used or checked, so you need to deploy the translator and give the URL to that (and whatever the other mandatory arguments are). We encourage you to consult this multi-connector git repo to see how context of output is configured there to be returned by connector.
DataProducts contexts started to be defined in standards v2 . They are continuously extending based on business needs.
dataContext should have as value the OutputContext
parameterContext should have as value the ParametersContext
Answered By - ra_tester Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.