How can I create a schema on Javascript pulsar client? When sinking, I can’t map the messages to my Astra table and I think it’s because of the absence of schema. Though on pulsar docs, I saw that the Javascript client doesn’t support schema. What’s the best way to go about this?