Skip to content

Commit 52718c0

Browse files
committed
Update schema store
1 parent 15818a3 commit 52718c0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1655859928711}
1+
{"timestamp":1655945728986}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@
241241
"description": "A JSON Schema for validating AsyncAPI documentation files",
242242
"fileMatch": [
243243
"asyncapi.json",
244-
"*.asyncapi.json",
244+
"*asyncapi.json",
245245
"asyncapi.yml",
246-
".asyncapi.yml",
246+
"*asyncapi.yml",
247247
"asyncapi.yaml",
248-
".asyncapi.yaml"
248+
"*asyncapi.yaml"
249249
],
250250
"url": "https://asyncapi.com/schema-store/2.4.0.json",
251251
"versions": {
@@ -1987,6 +1987,8 @@
19871987
"fileMatch": [
19881988
"app.outblocks.yaml",
19891989
"app.outblocks.yml",
1990+
"*.app.outblocks.yaml",
1991+
"*.app.outblocks.yml",
19901992
"outblocks.yaml",
19911993
"outblocks.yml"
19921994
],

0 commit comments

Comments
 (0)