Skip to content

Commit 81c9551

Browse files
committed
Update the bitbucket schema to use intellij plugin following SchemaStore. Fixes #440
1 parent 27a0e99 commit 81c9551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def _bitbucket_pipelines_url() -> str:
7-
return "https://bitbucket.org/atlassianlabs/atlascode/raw/main/resources/schemas/pipelines-schema.json" # noqa: E501
7+
return "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json" # noqa: E501
88

99

1010
def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:

0 commit comments

Comments
 (0)