1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/docs
Rick Bowen 8823887bb4 JetBrains JSON Schema Validator Error Workaround
`schema.json` Workaround for these two JetBrains issues:

- [IDEA-236928 json schema: False positive "Schema validation: Validates to more than one variant" with "oneOf"](https://youtrack.jetbrains.com/issue/IDEA-236928)
- [IDEA-265710 JSON schema validation fails if anyOf is nested in oneOf](https://youtrack.jetbrains.com/issue/IDEA-265710)

There is no material effect on the actual schema validation, as the `oneOf`/`allOf` evaluates only one list entry.

`allOf([1])` is `1`, and `oneOf([1])` is also `1`.

Fixes #847
2022-11-17 16:22:51 -08:00
..
blog Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
docs v3.18.0 2022-11-12 13:36:52 -03:00
src Website: Improve syntax highlighting 2022-09-17 13:51:54 -03:00
static JetBrains JSON Schema Validator Error Workaround 2022-11-17 16:22:51 -08:00
.gitignore Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
.nojekyll Documentation site using docsify 2018-09-22 18:44:24 -03:00
babel.config.js Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
docusaurus.config.js Website: Improve syntax highlighting 2022-09-17 13:51:54 -03:00
package.json Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
prettier.config.js Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
sidebars.js Migrate website to Docusaurus 2022-05-29 14:29:40 -03:00
Taskfile.yml Improve docs/Taskfile.yml 2022-11-12 09:26:35 -03:00
yarn.lock Bump loader-utils from 2.0.2 to 2.0.3 in /docs 2022-11-09 07:32:40 +00:00