From 14fd808cce5bb368e2beaa7c0009f87ce9525223 Mon Sep 17 00:00:00 2001 From: Austin Wright Date: Wed, 23 Nov 2016 21:09:59 -0700 Subject: [PATCH] Add note about current meta-schema URIs --- jsonschema-hyperschema.xml | 9 +++++++++ jsonschema-validation.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index 97f995c9..e5280850 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -180,6 +180,15 @@ +
+ + The current URI for the JSON Schema Validation is <http://json-schema.org/draft-04/hyper-schema#>. + + + A revision describing newly added keywords will be added in the future. + +
+
diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index fc248b1f..d3fbc685 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -207,6 +207,15 @@
+
+ + The current URI for the JSON Schema Validation is <http://json-schema.org/draft-04/schema#>. + + + A revision describing newly added keywords will be added in the future. + +
+
Validation keywords in a schema impose requirements for successfully validating an instance.