Hi,
While developing an Jira app, I added yaml-language-server to ensure my `bitbucket-pipelines.yml` is correct. Unfortunately, when opening the file in the editor I get this error:
$ref '/components/schemas/pipelines_configuration' in 'https://bitbucket.org/product/features/pipelines' cannot be resolved.
I'm using the default yaml-langage-server configuration , which pulls the schema for `bitbucket-pipelines.yml` from https://api.bitbucket.org/schemas/pipelines-configuration, which appears to be the correct URL.
EDIT: after some investigation, it appears that JSON schema draft 7 doesn't support definig a "$ref" at the root. "pipelines_configuration" should be directly embedded in the root, not refrenced with a "$ref" property. This makes the schema resolve