Skip to content

Commit c402692

Browse files
committed
Update schema store
1 parent 0890aa6 commit c402692

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

schemastore/json.schemastore.org/github-workflow.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"http://json-schema.org/draft-07/schema","$comment":"https://www.jetbrains.com/help/qodana/qodana-yaml.html","title":"Qodana","additionalProperties":true,"type":"object","properties":{"version":{"const":"1.0"},"profile":{"$ref":"#/definitions/profile"},"failThreshold":{"type":"integer","minimum":0},"script":{"$ref":"#/definitions/script"},"exclude":{"type":"array","minItems":0,"items":{"$ref":"#/definitions/exclude"}},"include":{"type":"array","minItems":0,"items":{"$ref":"#/definitions/include"}},"bootstrap":{"type":"string"}},"required":["version"],"definitions":{"profile":{"type":"object","oneOf":[{"properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},{"properties":{"path":{"type":"string"}},"required":["path"],"additionalProperties":false}],"additionalProperties":true},"include":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"],"additionalProperties":false},"exclude":{"type":"object","properties":{"name":{"type":"string"},"paths":{"type":"array","minItems":0,"items":{"type":"string"}}},"required":["name"],"additionalProperties":false},"script":{"type":"object","additionalProperties":false,"properties":{"name":{"enum":["default","php-migration"]},"parameters":{"type":"object","additionalProperties":true}}}}}

schemastore/timestamp.json

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

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4015,6 +4015,15 @@
40154015
".shopware-extension.yml"
40164016
],
40174017
"url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
4018+
},
4019+
{
4020+
"name": "Qodana",
4021+
"description": "A standard qodana.yaml (or qodana.yml) format for Qodana (https://jetbrains.com/qodana) configuration.",
4022+
"fileMatch": [
4023+
"qodana.yaml",
4024+
"qodana.yml"
4025+
],
4026+
"url": "https://json.schemastore.org/qodana-1.0.json"
40184027
}
40194028
]
40204029
}

0 commit comments

Comments
 (0)