python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
207 stars 40 forks source link

Add FAQ doc showing quoted bool fields for Azure Pipelines issues #238

Closed sirosen closed 6 months ago

sirosen commented 1 year ago

The Azure Pipelines schema is particularly sloppy with how it has boolean fields declared. They are often not allowed to be true booleans, only strings.

Add an FAQ doc showing a failing doc (e.g. see #237 ), and how to fix it by quoting the boolean field.