Forum Discussion
6 Replies
No RepliesBe the first to reply
Hi,
I’m trying to create an input schema for my data source. Here is an example input data format:
{ “data”: { “name”:“Andrew”, “value”:1}}
How do I represent this “layered” schema? Can you provide an example?