Skip to content

Commit

Permalink
Add vercel.json schema to the catalog (#2045)
Browse files Browse the repository at this point in the history
using the public schema at https://openapi.vercel.sh/vercel.json

This fixes #1942
  • Loading branch information
Schniz authored Jan 26, 2022
1 parent e820d41 commit 7bae643
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,14 @@
],
"url": "https://json.schemastore.org/codeship-steps.json"
},
{
"name": "Vercel",
"description": "Vercel configuration file",
"fileMatch": [
"vercel.json"
],
"url": "https://openapi.vercel.sh/vercel.json"
},
{
"name": "VSCode Code Snippets",
"description": "Schema for code snippet files in visual studio code extensions",
Expand Down

0 comments on commit 7bae643

Please sign in to comment.