Skip to content

Commit 0f5aa47

Browse files
committed
Update schema store
1 parent e606e70 commit 0f5aa47

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://json.schemastore.org/codecov","title":"JSON schema for Codecov configuration files","type":"object","definitions":{"flag":{"type":"object","properties":{"joined":{"type":"boolean"},"required":{"type":"boolean"},"ignore":{"type":"array","items":{"type":"string"}},"paths":{"type":"array","items":{"type":"string"}},"assume":{"type":["boolean","array"],"items":{"type":"string"}}}},"layout":{"anyOf":[true,{"enum":["header","footer","diff","file","files","flag","flags","reach","sunburst","uncovered"]}]},"notification":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}}},"properties":{"codecov":{"type":"object","properties":{"url":{"type":"string"},"slug":{"type":"string"},"bot":{"type":"string"},"branch":{"type":"string"},"ci":{"type":"array","items":{"type":"string"}},"assume_all_flags":{"type":"boolean"},"strict_yaml_branch":{"type":"string"},"max_report_age":{"type":["string","integer","boolean"]},"disable_default_path_fixes":{"type":"boolean"},"require_ci_to_pass":{"type":"boolean"},"allow_pseudo_compare":{"type":"boolean"},"archive":{"type":"object","properties":{"uploads":{"type":"boolean"}}},"notify":{"type":"object","properties":{"after_n_builds":{"type":"integer"},"countdown":{"type":"integer"},"delay":{"type":"integer"},"wait_for_ci":{"type":"boolean"}}},"ui":{"type":"object","properties":{"hide_density":{"type":["boolean","array"],"items":{"type":"string"}},"hide_complexity":{"type":["boolean","array"],"items":{"type":"string"}},"hide_contextual":{"type":"boolean"},"hide_sunburst":{"type":"boolean"},"hide_search":{"type":"boolean"}}}}},"coverage":{"type":"object","properties":{"precision":{"type":"integer","minimum":0,"maximum":5},"round":{"enum":["down","up","nearest"]},"range":{"type":"string"},"notify":{"type":"object","properties":{"irc":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"channel":{"type":"string"},"password":{"type":"string"},"nickserv_password":{"type":"string"},"notice":{"type":"boolean"}}},"slack":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"attachments":{"$ref":"#/definitions/layout"}}},"gitter":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}},"hipchat":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"card":{"type":"boolean"},"notify":{"type":"boolean"}}},"webhook":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}},"email":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"layout":{"$ref":"#/definitions/layout"},"+to":{"type":"array","items":{"type":"string"}}}}}},"status":{"type":["boolean","object"],"properties":{"project":{"type":["boolean","object"]},"patch":{"type":["boolean","object"]},"changes":{"type":["boolean","object"]}}}}},"ignore":{"type":"array","items":{"type":"string"}},"fixes":{"type":"array","items":{"type":"string"}},"flags":{"oneOf":[{"type":"array","items":{"$ref":"#/definitions/flag"}},{"type":"object","additionalProperties":{"$ref":"#/definitions/flag"}}]},"comment":{"oneOf":[{"type":"object","properties":{"layout":{"$ref":"#/definitions/layout"},"require_changes":{"type":"boolean"},"require_base":{"type":"boolean"},"require_head":{"type":"boolean"},"branches":{"type":"array","items":{"type":"string"}},"behavior":{"enum":["default","once","new","spammy"]},"flags":{"type":"array","items":{"$ref":"#/definitions/flag"}},"paths":{"type":"array","items":{"type":"string"}}}},{"const":false}]}}}
1+
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://json.schemastore.org/codecov","title":"JSON schema for Codecov configuration files","type":"object","definitions":{"default":{"type":["object","boolean"],"$comment":"See https://docs.codecov.com/docs/commit-status#basic-configuration","properties":{"target":{"type":["string","number"],"pattern":"^(([0-9]+\\.?[0-9]*|\\.[0-9]+)%|auto)$","default":"auto"},"threshold":{"type":"string","default":"0%","pattern":"^([0-9]+\\.?[0-9]*|\\.[0-9]+)%$"},"base":{"type":"string","default":"auto","deprecated":true},"flags":{"type":"array","default":[]},"paths":{"type":["array","string"],"default":[]},"branches":{"type":"array","default":[]},"if_not_found":{"type":"string","enum":["failure","success"],"default":"success"},"informational":{"type":"boolean","default":false},"only_pulls":{"type":"boolean","default":false},"if_ci_failed":{"type":"string","enum":["error","success"]},"flag_coverage_not_uploaded_behavior":{"type":"string","enum":["include","exclude","pass"]}}},"flag":{"type":"object","properties":{"joined":{"type":"boolean"},"required":{"type":"boolean"},"ignore":{"type":"array","items":{"type":"string"}},"paths":{"type":"array","items":{"type":"string"}},"assume":{"type":["boolean","array"],"items":{"type":"string"}}}},"layout":{"anyOf":[true,{"enum":["header","footer","diff","file","files","flag","flags","reach","sunburst","uncovered"]}]},"notification":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}}},"properties":{"codecov":{"type":"object","properties":{"url":{"type":"string"},"slug":{"type":"string"},"bot":{"type":"string"},"branch":{"type":"string"},"ci":{"type":"array","items":{"type":"string"}},"assume_all_flags":{"type":"boolean"},"strict_yaml_branch":{"type":"string"},"max_report_age":{"type":["string","integer","boolean"]},"disable_default_path_fixes":{"type":"boolean"},"require_ci_to_pass":{"type":"boolean"},"allow_pseudo_compare":{"type":"boolean"},"archive":{"type":"object","properties":{"uploads":{"type":"boolean"}}},"notify":{"type":"object","properties":{"after_n_builds":{"type":"integer"},"countdown":{"type":"integer"},"delay":{"type":"integer"},"wait_for_ci":{"type":"boolean"}}},"ui":{"type":"object","properties":{"hide_density":{"type":["boolean","array"],"items":{"type":"string"}},"hide_complexity":{"type":["boolean","array"],"items":{"type":"string"}},"hide_contextual":{"type":"boolean"},"hide_sunburst":{"type":"boolean"},"hide_search":{"type":"boolean"}}}}},"coverage":{"type":"object","properties":{"precision":{"type":"integer","minimum":0,"maximum":5},"round":{"enum":["down","up","nearest"]},"range":{"type":"string"},"notify":{"type":"object","properties":{"irc":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"channel":{"type":"string"},"password":{"type":"string"},"nickserv_password":{"type":"string"},"notice":{"type":"boolean"}}},"slack":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"attachments":{"$ref":"#/definitions/layout"}}},"gitter":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}},"hipchat":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"card":{"type":"boolean"},"notify":{"type":"boolean"}}},"webhook":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}}}},"email":{"type":"object","properties":{"url":{"type":"string"},"branches":{"type":"string"},"threshold":{"type":"string"},"message":{"type":"string"},"flags":{"type":"string"},"base":{"enum":["parent","pr","auto"]},"only_pulls":{"type":"boolean"},"paths":{"type":"array","items":{"type":"string"}},"layout":{"$ref":"#/definitions/layout"},"+to":{"type":"array","items":{"type":"string"}}}}}},"status":{"type":["boolean","object"],"additionalProperties":false,"properties":{"default_rules":{"type":"object"},"project":{"properties":{"default":{"$ref":"#/definitions/default"}},"additionalProperties":{"$ref":"#/definitions/default"}},"patch":{"$ref":"#/definitions/default"},"changes":{"$ref":"#/definitions/default"}}}}},"ignore":{"type":"array","items":{"type":"string"}},"fixes":{"type":"array","items":{"type":"string"}},"flags":{"oneOf":[{"type":"array","items":{"$ref":"#/definitions/flag"}},{"type":"object","additionalProperties":{"$ref":"#/definitions/flag"}}]},"comment":{"oneOf":[{"type":"object","properties":{"layout":{"$ref":"#/definitions/layout"},"require_changes":{"type":"boolean"},"require_base":{"type":"boolean"},"require_head":{"type":"boolean"},"branches":{"type":"array","items":{"type":"string"}},"behavior":{"enum":["default","once","new","spammy"]},"flags":{"type":"array","items":{"$ref":"#/definitions/flag"}},"paths":{"type":"array","items":{"type":"string"}}}},{"const":false}]}}}

schemastore/timestamp.json

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,6 +4016,14 @@
40164016
],
40174017
"url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/extension/shopware-extension-schema.json"
40184018
},
4019+
{
4020+
"name": "Shopware CLI Project Store Configuration",
4021+
"description": "Schema for Shopware CLI Project Store Configuration",
4022+
"fileMatch": [
4023+
".shopware-project.yml"
4024+
],
4025+
"url": "https://raw.githubusercontent.com/FriendsOfShopware/shopware-cli/main/shop/shopware-project-schema.json"
4026+
},
40194027
{
40204028
"name": "Qodana",
40214029
"description": "A standard qodana.yaml (or qodana.yml) format for Qodana (https://jetbrains.com/qodana) configuration.",

0 commit comments

Comments
 (0)