Skip to content

Commit 00b2222

Browse files
authored
JSON Schema & Validation (#803)
- Core draft 05 - Validation drafts 04, 05, 2020-12, current
1 parent 3e232b2 commit 00b2222

File tree

1 file changed

+57
-1
lines changed

1 file changed

+57
-1
lines changed

refs/biblio.json

+57-1
Original file line numberDiff line numberDiff line change
@@ -5129,7 +5129,7 @@
51295129
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema",
51305130
"publisher": "Internet Engineering Task Force (IETF)",
51315131
"status": "Internet-Draft",
5132-
"rawDate": "2020-12-08",
5132+
"rawDate": "2022-06-10",
51335133
"title": "JSON Schema: A Media Type for Describing JSON Documents",
51345134
"repository": "https://github.com/json-schema-org/json-schema-spec",
51355135
"versions": {
@@ -5145,6 +5145,15 @@
51455145
"rawDate": "2020-12-08",
51465146
"title": "JSON Schema: A Media Type for Describing JSON Documents. Draft 2020-12"
51475147
},
5148+
"05": {
5149+
"authors": [
5150+
"Austin Wright"
5151+
],
5152+
"href": "https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00",
5153+
"status": "Internet-Draft",
5154+
"rawDate": "2016-10-13",
5155+
"title": "JSON Schema: A Media Type for Describing JSON Documents. Draft 5"
5156+
},
51485157
"04": {
51495158
"authors": [
51505159
"Kris Zyp",
@@ -5158,6 +5167,53 @@
51585167
}
51595168
}
51605169
},
5170+
"json-schema-validation": {
5171+
"authors": [
5172+
"Austin Wright",
5173+
"Henry Andrews",
5174+
"Ben Hutton"
5175+
],
5176+
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation",
5177+
"publisher": "Internet Engineering Task Force (IETF)",
5178+
"status": "Internet-Draft",
5179+
"rawDate": "2022-06-10",
5180+
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON",
5181+
"repository": "https://github.com/json-schema-org/json-schema-spec",
5182+
"versions": {
5183+
"2020-12": {
5184+
"authors": [
5185+
"Austin Wright",
5186+
"Henry Andrews",
5187+
"Ben Hutton"
5188+
],
5189+
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00",
5190+
"status": "Internet-Draft",
5191+
"rawDate": "2020-12-08",
5192+
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON. Draft 2020-12"
5193+
},
5194+
"05": {
5195+
"authors": [
5196+
"Austin Wright",
5197+
"G. Luff"
5198+
],
5199+
"href": "https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00",
5200+
"status": "Internet-Draft",
5201+
"rawDate": "2016-10-13",
5202+
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON. Draft 5"
5203+
},
5204+
"04": {
5205+
"authors": [
5206+
"Kris Zyp",
5207+
"Francis Galiegue",
5208+
"Gary Court"
5209+
],
5210+
"href": "https://datatracker.ietf.org/doc/html/draft-fge-json-schema-validation-00",
5211+
"status": "Internet-Draft",
5212+
"rawDate": "2013-02-01",
5213+
"title": "JSON Schema: interactive and non interactive validation. Draft 4"
5214+
}
5215+
}
5216+
},
51615217
"locn": {
51625218
"authors": [
51635219
"Andrea Perego",

0 commit comments

Comments
 (0)