Is it possible to update schemas using the json ?
I want to duplicate a schema from an app to another. To do so, I’m trying to copy paste the json.
When I try to synchronise, “Nothing has been changed” appears, and the code turns up to the previous basic json one. Is it normal ?
Even when I try to update the json directly, without copy-paste, it does the same. For example when I try to turn ““isPublished”: true” to ““isPublished”: false”, the synchronise button doesn’t work and the previous code replace my modifications.