jsonvalidate
jsonvalidate copied to clipboard
:heavy_check_mark::interrobang: Validate JSON
Firstly I'd like to thank you for this incredibly useful wrapper! I apologise if the answer to my question should be clear, and whether my use of terminology is mispalced....
Directory structure is as follows: ``` ├── main.json ├── objects.json └── test.json ``` _main.json_: ```JSON { "$schema": "http://json-schema.org/draft-04/schema#", "$id": "1.1.0", "title": "My Main Schema", "description": "reprex schema", "type": "object", "properties":...
Hi, I've been working with `json_schema$serialise()` recently, and I'm seeing that when I attempt to serialise an object using a composed/cobined schema (anything using `$ref`), the returned values are always...
Hi, I'm interested in using jsonvalidate for my projects, and one of the features that would be really helpful from `ajv` is being able to [fill in default values](https://ajv.js.org/guide/modifying-data.html#assigning-defaults) from...
When attempting to validate against a schema that uses sub-schemas referenced by a URL, we get an error: ``` Don't yet support protocol-based sub schemas ``` Consider adding support for...
Bumps [webpack](https://github.com/webpack/webpack) from 5.60.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Hello! We're developing a framework for setting up forecasting hubs, using json configuration files to specify the config for them and are trying to use `jsonvalidate` to validate config files...
Issue related to #64 We're using `schema$serialise()` to serialise an R list, created by reading in a json config file, using R to resolve pointers within in order to be...