From f7687437488cdcdba9bfc87e0d64674c25092d79 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Wed, 8 Dec 2021 12:18:36 +0000 Subject: [PATCH 1/4] Include mission statement on the home page --- index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 7e4087dd..babeb60a 100644 --- a/index.md +++ b/index.md @@ -5,8 +5,11 @@ permalink: / --- -**JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents. +**JSON Schema** enables the confident and reliable use of the JSON data format. +## Mission + +Our mission is to enable the definition of interoperable contracts for JSON data in the form of schemas, using constraints based validation rules, while enabling and supporting use cases beyond validation. ## Benefits From 96e28c4e90b8f9cd9d6a240ab97bfe6c50785565 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 9 Dec 2021 11:17:07 +0000 Subject: [PATCH 2/4] Update index.md Include both previous and new immediate intro. Co-authored-by: Julian Berman --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index babeb60a..647dd83e 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ permalink: / --- -**JSON Schema** enables the confident and reliable use of the JSON data format. +**JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents. It enables the confident and reliable use of the JSON data format. ## Mission From e74739280cf7ef619683959523bff746968faa0b Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 10 Mar 2022 14:00:54 +0000 Subject: [PATCH 3/4] Modify initial definition to more accurately describe JSON Schema --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 647dd83e..ed6c901c 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ permalink: / --- -**JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents. It enables the confident and reliable use of the JSON data format. +**JSON Schema** is a declarative domain specific grammar and syntax that allows you to **annotate** and **validate** JSON documents. JSON Schema enables the confident and reliable use of the JSON data format. ## Mission From 7a877ff0e0843c5873c23507c2d719e7b38f408b Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Thu, 3 Nov 2022 14:27:36 +0000 Subject: [PATCH 4/4] Use "language" --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index ed6c901c..094a49c9 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ permalink: / --- -**JSON Schema** is a declarative domain specific grammar and syntax that allows you to **annotate** and **validate** JSON documents. JSON Schema enables the confident and reliable use of the JSON data format. +**JSON Schema** is a declarative domain specific language that allows you to **annotate** and **validate** JSON documents. JSON Schema enables the confident and reliable use of the JSON data format. ## Mission