Is there any easy way to update the metadata within a project? I've been adding metadata so that I can define what is in the payload to make the intellisense work properly and use the 'preview' in my transform nodes. My metadata files are primarily .json files.
I have yet to find a 'good' way to update the metadata though. If I want to add a field to the json object I haven't found a good way to update it. I either have to:
- Remove the metadata object, re-add it with the new field, and then re-attach the metadata to all the places it's used.
- Edit the example files and the 'application-types' file