Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Pipelines schema error #2296

Closed
bdovaz opened this issue Jun 26, 2023 · 2 comments
Closed

Azure Pipelines schema error #2296

bdovaz opened this issue Jun 26, 2023 · 2 comments

Comments

@bdovaz
Copy link

bdovaz commented Jun 26, 2023

@epoberezkin I am using ajv-cli but for the problem I have I want to think it is irrelevant that I use the cli.

Running:

I get the url from: https://www.schemastore.org/json/

curl "https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json" --output service-schema.json

ajv compile -s service-schema.json

Output:

schema service-schema.json is invalid
error: strict mode: unknown keyword: "deprecationMessage"
error: Invalid regular expression: /^[^\/~\^\: \[\]\\]+(\/[^\/~\^\: \[\]\\]+)*$/: Invalid escape
@epoberezkin
Copy link
Member

not an Ajv issue, not enough context.

@bdovaz
Copy link
Author

bdovaz commented Jul 29, 2023

@epoberezkin why do you say it is not an ajv problem and there is not enough context? I have put the command executed and the corresponding output, what else do you need? If you don't say so I can't help.

Also, I mention the issue from chris48s/v8r#328 which is where they tell me as possibly the problem is in ajv.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants
@bdovaz @epoberezkin and others