Skip to content

Commit

Permalink
v1.0.138
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent 82403d8 commit 613e762
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastore",
"displayName": "JSON Schema Store Catalog",
"version": "1.0.137",
"version": "1.0.138",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -1769,6 +1769,10 @@
"resume.json"
]
},
{
"url": "https://raw.githubusercontent.com/kaitai-io/ksy_schema/master/ksy_schema.json",
"fileMatch": "*.ksy"
},
{
"url": "https://raw.githubusercontent.com/karakum-team/karakum/master/schema/karakum-schema.json",
"fileMatch": "karakum.config.json"
Expand Down
3 changes: 3 additions & 0 deletions schemas/aiproj.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"$ref": "https://json.schemastore.org/aiproj-1.2.json"
},
{
"$ref": "https://json.schemastore.org/aiproj-1.3.json"
}
]
}

0 comments on commit 613e762

Please sign in to comment.