Skip to content

Commit e25edc0

Browse files
committed
Change JCS bibref to RFC8785, as it's now published.
Note that we discuss changing our canonicalization requirements to JCS when it becomes available, which it is now. Perhaps something to take up post-publication.
1 parent a150a99 commit e25edc0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

common/jsonld.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ const jsonld = {
5959
status: 'unofficial',
6060
date: '29 May 2015'
6161
},
62-
"JCS": {
62+
"RFC8785": {
6363
title: "JSON Canonicalization Scheme (JCS)",
64-
href: 'https://tools.ietf.org/html/draft-rundgren-json-canonicalization-scheme-17',
64+
href: 'https://www.rfc-editor.org/rfc/rfc8785',
6565
authors: ['A. Rundgren', 'B. Jordan', 'S. Erdtman'],
66-
publisher: 'Network Working Group',
66+
publisher: 'Informational',
6767
status: 'Internet-Draft',
6868
date: '20 January 2020'
6969
},

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4973,9 +4973,8 @@ <h3>Algorithm</h3>
49734973
convert <var>value</var> to the <a>canonical lexical form</a>
49744974
using the result of transforming the <a>internal representation</a> of <var>value</var>
49754975
to JSON and set <var>datatype</var> to <code>rdf:JSON</code>.
4976-
<div class="issue">The JSON Canonicalization Scheme [[?JCS]]
4977-
is an emerging standard for JSON canonicalization
4978-
not yet ready to be referenced.
4976+
<div class="issue">The JSON Canonicalization Scheme (JCS) [[?RFC8785]]
4977+
is a standard for JSON canonicalization.
49794978
When a JSON canonicalization standard becomes available,
49804979
this specification will likely be updated to require such a canonical representation.
49814980
Users are cautioned from depending on the

0 commit comments

Comments
 (0)