You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: data/faq.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
{
33
33
"id": 6,
34
34
"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.",
0 commit comments