I'm writing a custom source connector. It is an REST API. I'm having issues with the schema. The problem is that this is a "custom field" so the attributes are rarely consistent between one object to the next. I would like it to leave it as an json object in the destination. Can I just put the type as "{"type": ["null", "object"]}" and will it still work?