Forum Discussion

andrew_holbrook's avatar
andrew_holbrook
New Contributor III
8 years ago

Example of defineInputSchema for multi-level inputs

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 y...