diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml
index 7184f6e5..7a08e027 100644
--- a/jsonschema-validation.xml
+++ b/jsonschema-validation.xml
@@ -51,7 +51,7 @@
henry@cloudflare.com
-
+
Wellcome Sanger Institute
@@ -956,7 +956,7 @@
"const": {
"typ": "JWT",
"alg": "HS256"
- }
+ }
},
{
"type": "object",
@@ -967,7 +967,7 @@
}
}
]
- }
+ }
}]]>
@@ -1028,6 +1028,27 @@
+
+
+ The value of this keyword MUST be a boolean. When multiple occurrences
+ of this keyword are applicable to a single sub-instance, the resulting
+ value MUST be true if any occurrence specifies a true value, and MUST
+ be false otherwise.
+
+
+ If "deprecated" has a value of boolean true, it indicates that applications
+ SHOULD refrain from usage of the declared property. It MAY mean the property
+ is going to be removed in the future.
+
+
+ A root schema containing "deprecated" with a value of true indicates the entire
+ root schema MAY be removed in the future.
+
+
+ Omitting this keyword has the same behavior as a value of false.
+
+
+
The value of these keywords MUST be a boolean. When multiple occurrences
diff --git a/meta/meta-data.json b/meta/meta-data.json
index a5eee1c2..1accce67 100644
--- a/meta/meta-data.json
+++ b/meta/meta-data.json
@@ -17,6 +17,10 @@
"type": "string"
},
"default": true,
+ "deprecated": {
+ "type": "boolean",
+ "default": false
+ },
"readOnly": {
"type": "boolean",
"default": false