-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSON Schema files #50
Comments
Yup would be nice if you compile your schemas into json in like a
🤓 |
Any updates on this @anatrajkovska? |
A problem request has been opened to add support for vercel.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👋 - One thing I used for Peril that has been really useful is to export a JSON schema in the repo for the app settings file. This is auto-generated from the objects in the repo.
Then you can use this arbitrarily in any JSON file by using
"$schema": "[url]"
:Now I've got validations + docs inline in my editor.
The text was updated successfully, but these errors were encountered: