mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-17 17:58:02 +00:00
* refactor: remove many JSON.parse() The old code use multiple times JSON.parse() The code is now more clear that there are: callbackParameter.rawFile callbackParameter.jsonObj * update the axios to get the 'arraybuffer' as download. The old code get the default JSON object as response. * add toml for schema test validation * hide count for fullstrict mode if only one AJV schema is scan The output is not correct any more * add one toml test file * update package.json * update pull request template * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>