dbt-labs / dbt-jsonschema

Apache License 2.0
109 stars 40 forks source link

Register the JSON schemas to schemastore.org #54

Closed yu-iskw closed 1 year ago

yu-iskw commented 1 year ago

schemastore.org is one of the largest JSON schema collections. Many IDEs enable us to use JSON schemas served by schemastore.org by default. By serving the JSON schemas of dbt YAML, dbt users don't have to set up custom configurations with the URLs of the schemas on their IDEs.

https://www.schemastore.org/json/

joellabes commented 1 year ago

Thanks @yu-iskw! Closing this as a dupe of #3 - we intend to get around to this sometime soon 🤞

yu-iskw commented 1 year ago

@joellabes Sorry for creating a duplicated issue. And thank you for sharing the information. I look forward to the registration.