From f10cba9b8603112aba0099eb5a25e493bfaa54e5 Mon Sep 17 00:00:00 2001 From: Balakrishna Avulapati Date: Mon, 4 Aug 2025 18:34:31 +0530 Subject: [PATCH] Use tooling page,instead of specifying a particular library We already have a dedicated page for all the tooling including validators. Let us use it. This provides user a better choice. Signed-off-by: Balakrishna Avulapati --- data/faq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/faq.json b/data/faq.json index 4da14e6d0..f51d01f7f 100644 --- a/data/faq.json +++ b/data/faq.json @@ -32,7 +32,7 @@ { "id": 6, "question": "How can I validate a JSON document against a JSON Schema?", - "answer": "You can use various tools and libraries, such as AJV (Another JSON Schema Validator), to validate a JSON document against a JSON Schema. It ensures the JSON data adheres to the expected format and constraints defined in the schema.", + "answer": "You can use various tools and libraries JSON Schema Tooling, to validate a JSON document against a JSON Schema. It ensures the JSON data adheres to the expected format and constraints defined in the schema.", "category": "general" }, {