diff --git a/packages/client/src/api/datasources.js b/packages/client/src/api/datasources.js index c65ae88a55..28325b29e4 100644 --- a/packages/client/src/api/datasources.js +++ b/packages/client/src/api/datasources.js @@ -118,6 +118,7 @@ export const fetchDatasourceSchema = async dataSource => { Object.keys(jsonSchema).forEach(jsonKey => { jsonAdditions[`${fieldKey}.${jsonKey}`] = { type: jsonSchema[jsonKey].type, + nestedJSON: true, } }) }