Skip to content

JSON Schema & JSON Schema Validation #803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2024
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