From 5aa0effa86c29633fdde73d6adaff9127a9f3bee Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sun, 21 Sep 2025 20:27:56 +0000 Subject: [PATCH] Add JsonSchemaValidator --- JsonSchemaValidator.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 JsonSchemaValidator.md diff --git a/JsonSchemaValidator.md b/JsonSchemaValidator.md new file mode 100644 index 0000000..c3265e3 --- /dev/null +++ b/JsonSchemaValidator.md @@ -0,0 +1 @@ +A tool or library that checks if a JSON data object (the Markdown AST) conforms to a predefined JSON Schema. \ No newline at end of file