Skip to content

Commit

Permalink
update upstream schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 20, 2024
1 parent 6bba40a commit 657d4b9
Showing 1 changed file with 84 additions and 4 deletions.
88 changes: 84 additions & 4 deletions lsp-json-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fileMatch": [
"/.aiproj.json"
],
"uri": "https://json.schemastore.org/aiproj-1.3.json"
"uri": "https://json.schemastore.org/aiproj-1.4.json"
},
{
"fileMatch": [
Expand Down Expand Up @@ -205,6 +205,13 @@
],
"uri": "https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/archetype_override.json"
},
{
"fileMatch": [
"/biome.json",
"/biome.jsonc"
],
"uri": "https://biomejs.dev/schemas/latest/schema.json"
},
{
"fileMatch": [
"/cv.json",
Expand All @@ -219,6 +226,13 @@
],
"uri": "https://raw.githubusercontent.com/codifyCLI/codify-schemas/main/src/schemastore/codify-schema.json"
},
{
"fileMatch": [
"/cloudcannon.config.json",
"/*.cloudcannon.config.json"
],
"uri": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
},
{
"fileMatch": [
"/lobe-agent.json"
Expand Down Expand Up @@ -409,6 +423,13 @@
],
"uri": "https://raw.githubusercontent.com/eliashaeussler/cache-warmup/main/res/cache-warmup-config.schema.json"
},
{
"fileMatch": [
"/cannonfile.json",
"/*.cannonfile.json"
],
"uri": "https://raw.githubusercontent.com/usecannon/cannon/main/packages/lsp/src/schema.json"
},
{
"uri": "https://carafe.fm/schema/draft-02/bundle.schema.json"
},
Expand Down Expand Up @@ -915,14 +936,21 @@
"fileMatch": [
"/app.json"
],
"uri": "https://json.schemastore.org/expo-46.0.0.json"
"uri": "https://json.schemastore.org/expo-52.0.0.json"
},
{
"fileMatch": [
"/eas.json"
],
"uri": "https://raw.githubusercontent.com/expo/eas-cli/main/packages/eas-json/schema/eas.schema.json"
},
{
"fileMatch": [
"/*.easyvcr",
"/**/cassettes/*.json"
],
"uri": "https://json.schemastore.org/easyvcr-net.json"
},
{
"fileMatch": [
"/ezd.json"
Expand Down Expand Up @@ -1248,7 +1276,7 @@
"/jsonCustom.json",
"/jsonTab.json"
],
"uri": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json"
"uri": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
},
{
"fileMatch": [
Expand Down Expand Up @@ -1472,6 +1500,12 @@
],
"uri": "https://json.schemastore.org/lsdlschema.json"
},
{
"fileMatch": [
"/.luaurc"
],
"uri": "https://json.schemastore.org/luaurc.json"
},
{
"fileMatch": [
"/.map.json"
Expand Down Expand Up @@ -1725,6 +1759,9 @@
{
"uri": "https://json.schemastore.org/nuget-project.json"
},
{
"uri": "https://json.schemastore.org/nuejs-site.json"
},
{
"fileMatch": [
"/nswag.json"
Expand All @@ -1750,6 +1787,12 @@
],
"uri": "https://json.schemastore.org/ocelot.json"
},
{
"fileMatch": [
"/okteto.json"
],
"uri": "https://raw.githubusercontent.com/okteto/okteto/refs/heads/master/schema.json"
},
{
"fileMatch": [
"/omnisharp.json"
Expand Down Expand Up @@ -1871,6 +1914,9 @@
],
"uri": "https://json.schemastore.org/plagiarize-me.json"
},
{
"uri": "https://raw.githubusercontent.com/nwithan8/plex-prerolls/main/.schema/config.schema.json"
},
{
"fileMatch": [
"/portman-config.json",
Expand Down Expand Up @@ -2585,7 +2631,7 @@
"fileMatch": [
"/*.vtesttree.json"
],
"uri": "https://json.schemastore.org/vtesttree-schema.json"
"uri": "https://json.schemastore.org/vtesttree-schema-v2.3.0.json"
},
{
"fileMatch": [
Expand Down Expand Up @@ -2652,6 +2698,13 @@
],
"uri": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
},
{
"fileMatch": [
"/*.netkan",
"/*.frozen"
],
"uri": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/NetKAN.schema"
},
{
"uri": "https://json-schema.org/draft-04/schema"
},
Expand Down Expand Up @@ -2761,6 +2814,9 @@
],
"uri": "https://json.schemastore.org/httpmockrc.json"
},
{
"uri": "https://nitro.margelo.com/nitro.schema.json"
},
{
"fileMatch": [
"/.nl.json",
Expand Down Expand Up @@ -3311,5 +3367,29 @@
"/ccmod.json"
],
"uri": "https://raw.githubusercontent.com/CCDirectLink/CCModDB/refs/heads/master/ccmod-json-schema.json"
},
{
"fileMatch": [
"/*.bitmovin.json"
],
"uri": "https://raw.githubusercontent.com/bitmovin/bitmovin-api-sdk-examples/main/bitmovin-encoding-template.json"
},
{
"fileMatch": [
"/dtool-dataset.json"
],
"uri": "https://json.schemastore.org/dtool-dataset-metadata-1.0.json"
},
{
"fileMatch": [
"/**/environments/cha-template.json"
],
"uri": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/template-schema.json"
},
{
"fileMatch": [
"/**/environments/*-cha.json"
],
"uri": "https://raw.githubusercontent.com/gerardorodriguezdev/chamaleon/refs/heads/master/schemas/environment-schema.json"
}
]

0 comments on commit 657d4b9

Please sign in to comment.