I’m trying to take advantage of the json import feature to import a diagram into lucidchart. Currently this fails with the following error:
'{"code":"badRequest","message":"Bad or malformed request","requestId":"0d3f44c4704c255b","details":{"error":"Count: 1, message: \'version\' is undefined on object. Available keys are \'id\', \'title\', \'product\', \'pages\', \'data\'","import_error_code":"invalid_file"}}'I have been able to import using the example files provided in the sample-lucid-rest-applications/standard-imports repo.
My understanding is that json documents can be imported as long as they in a folder and called document.json. I’ve done this, put this into a zip file and tried to submit but with the above error.
Any advice? I’m currently on a mac if that helps.

