Skip to content

Commit

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

This fixes SchemaStore#1942
  • Loading branch information
Schniz committed Jan 26, 2022
1 parent 76be8e5 commit 2d651ce
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 2d651ce

Please sign in to comment.