JSON Schema if payload is complex json

I have complex JSON in the payload I don’t know how to create JSON Schema for that JSON payload.
I know I can make schemas.enable=false but I won’t be able to because the s3 sink connector needs Schema to create a parquet file in s3.
below is sample JSON payload data-:
values can be string, or double. keys are always a string.
{ “key1”:“value1”,“key2”:“value2”…,“attributes”:{“aKey1”:“value1”…}}

any help is appreciated. thanks in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.