Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 57 additions & 1 deletion refs/biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5041,7 +5041,7 @@
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema",
"publisher": "Internet Engineering Task Force (IETF)",
"status": "Internet-Draft",
"rawDate": "2020-12-08",
"rawDate": "2022-06-10",
"title": "JSON Schema: A Media Type for Describing JSON Documents",
"repository": "https://github.com/json-schema-org/json-schema-spec",
"versions": {
Expand All @@ -5057,6 +5057,15 @@
"rawDate": "2020-12-08",
"title": "JSON Schema: A Media Type for Describing JSON Documents. Draft 2020-12"
},
"05": {
"authors": [
"Austin Wright"
],
"href": "https://datatracker.ietf.org/doc/html/draft-wright-json-schema-00",
"status": "Internet-Draft",
"rawDate": "2016-10-13",
"title": "JSON Schema: A Media Type for Describing JSON Documents. Draft 5"
},
"04": {
"authors": [
"Kris Zyp",
Expand All @@ -5070,6 +5079,53 @@
}
}
},
"json-schema-validation": {
"authors": [
"Austin Wright",
"Henry Andrews",
"Ben Hutton"
],
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation",
"publisher": "Internet Engineering Task Force (IETF)",
"status": "Internet-Draft",
"rawDate": "2022-06-10",
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON",
"repository": "https://github.com/json-schema-org/json-schema-spec",
"versions": {
"2020-12": {
"authors": [
"Austin Wright",
"Henry Andrews",
"Ben Hutton"
],
"href": "https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00",
"status": "Internet-Draft",
"rawDate": "2020-12-08",
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON. Draft 2020-12"
},
"05": {
"authors": [
"Austin Wright",
"G. Luff"
],
"href": "https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00",
"status": "Internet-Draft",
"rawDate": "2016-10-13",
"title": "JSON Schema Validation: A Vocabulary for Structural Validation of JSON. Draft 5"
},
"04": {
"authors": [
"Kris Zyp",
"Francis Galiegue",
"Gary Court"
],
"href": "https://datatracker.ietf.org/doc/html/draft-fge-json-schema-validation-00",
"status": "Internet-Draft",
"rawDate": "2013-02-01",
"title": "JSON Schema: interactive and non interactive validation. Draft 4"
}
}
},
"locn": {
"authors": [
"Andrea Perego",
Expand Down
Loading