From 48d1ca31ebd5d3bfa2dd51e1444b9247096c2086 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 1 Jun 2020 19:54:50 +1200 Subject: [PATCH] docs: update list of file types supported by `ajvi-cli` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8757398e..8424e171c 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ CLI is available as a separate npm package [ajv-cli](https://github.com/ajv-vali - testing expected validity of data against JSON Schema - referenced schemas - custom meta-schemas -- files in JSON and JavaScript format +- files in JSON, JSON5, YAML, and JavaScript format - all Ajv options - reporting changes in data after validation in [JSON-patch](https://tools.ietf.org/html/rfc6902) format