I'm writing a script to construct the correct prismic import json from the wordpress api, which all goes well. However, when I import the documents on the prismic platform, there are error messages in the json which aren't super specific as far as where they're occurring and there isn't anything obviously off with the json (screenshot of error attached). The json is valid and there aren't any notable discrepancies between the problematic json and any other successful json document (both are generated in the same way). The error is always the same message, and always points to simply the beginning of the slices array in the json. I've checked the obvious, there don't seem to be missing "text" fields.
I am also able to successfully see a preview of the entire post that the json would create while it's uploading, before it fails, with all of the slices that the json is supposed to generate intact.
Wondering if anyone else has seen this one single error I've come across so far, and if so what it's referring to.
If someone from Prismic sees this I'd be happy to forward the actual json file, but even just knowing the general issue the error is referring to would be helpful.
Thank you!