Skip to content
← Back to Changelog

Friday, February 4th 2022

Schema autocomplete and validation for vercel.json

Posted by

Avatar for schniz

Gal Schlezinger

Software Engineer, Infrastructure

Avatar for javivelasco

Javi Velasco

Software Engineer, Infrastructure

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.

Post