Not sure if the right channel, if not please guide me.
I was checking tap-jira and got across the endpoint which gives schema for fields in an issue.
context: for each issue in jira you have fixed fields (attributes) from jira but users can add custom field and define schema for it. Would be super helpful if we can make a sort of auto schema generator based on this endpoint. While the endpoint is currently working as a stream.
Question: if I want to make a schema generator; is this done in any other tap if not what would be the best way to go for it.