Changelog
Friday, February 4th 2022
Schema autocomplete and validation for vercel.json

Posted by

You can now add autocompletion, type checking, schema validation, and in-editor documentation to any vercel.json
file.
Add https://openapi.vercel.sh/vercel.json
as the $schema
key at the top of your file. The schema file is autogenerated similar to our automatic REST API documentation.
Check out the documentation as well.