We have a scenario where we're creating a Redshift external table from some JSON files in an S3 bucket. Those JSON files conform to a JSON-Schema file that we've created. What I'm wondering is if there is a way to pull that JSON-Schema file in to define the nested metadata in the "Create External Table" component instead of having to manually add/remove fields any time the JSON schema changes?