Hi everyone! I hope you're all fine,
I'm trying to perform some data import automations and I'm facing some problems with the JSON Object Schema
I'm following the next documentation: Import Rest API Guide
When I try to perform a PATCH call (step 5a: Submit schema and mapping configuration)
I get the next error:
With a 400 status code, the next result:
Yes, the errors are quite descriptive, so it means my JSON Object Schema file is outdated
So, I started to look around how to get one, but, I haven't been able to find a way to get a JSON like the showed in the Import REST API Guide...
I found this (REST API Object Schema), but, yes, returns info about the schema, but not like the import one
I hope you could help me out, please
Btw, I'm using Python 3
Thanks in advance,
Best regards.