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" }, {