Skip to content

Commit f10cba9

Browse files
committed
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 <[email protected]>
1 parent e97ceb0 commit f10cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/faq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"id": 6,
3434
"question": "How can I validate a JSON document against a JSON Schema?",
35-
"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.",
35+
"answer": "You can use various tools and libraries <a href='https://json-schema.org/tools#validator' style='text-decoration: underline; font-weight: bold;'>JSON Schema Tooling</a>, 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.",
3636
"category": "general"
3737
},
3838
{

0 commit comments

Comments
 (0)