Ensure JSON schema generated in client apps is identical to builder generated schema
This commit is contained in:
parent
5793cc3bbd
commit
6fd53b134a
|
@ -118,6 +118,7 @@ export const fetchDatasourceSchema = async dataSource => {
|
|||
Object.keys(jsonSchema).forEach(jsonKey => {
|
||||
jsonAdditions[`${fieldKey}.${jsonKey}`] = {
|
||||
type: jsonSchema[jsonKey].type,
|
||||
nestedJSON: true,
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue