From d63377433d03dcc0c5f8cf059aa228e387e155a8 Mon Sep 17 00:00:00 2001
From: Orie Steele
+ When dereferencing
+ For example, a verifiable credential secured with
+ Data Integrity Proofs might have content type
+ When dereferencing over HTTP,
+ the use of the accept
+ and content-type headers,
+ might allow some implementations to negotiate for the proof format
+ used to secure the
+ Some implementations might use the 415 Unsupported Media Type
+ status code to signal if they do not support the requested media type.
+ Bitstring Expansion Algorithm
+ Media Types
+ statusListCredential
,
+ the content type of the statusListCredential
might
+ be any media type registered for the purpose of expressing a
+ verifiable credential with one or more proofs.
+ application/vc+ld+json
,
+ whereas a verifiable credential secured with
+ SD-JWT might have content-type application/vc+ld+json+sd-jwt
.
+ statusListCredential
.
+ Privacy Considerations
From 6e707de0fb36971994856d43fbef581c7a069327 Mon Sep 17 00:00:00 2001
From: Orie Steele Media Types
whereas a verifiable credential secured with
SD-JWT might have content-type application/vc+ld+json+sd-jwt
.
+ Some implementations might choose to support less specific media types, for example:
+ application/ld+json
, application/json
or application/sd-jwt
.
+
When dereferencing over HTTP,
the use of the accept
From 6608346b55bcd5a8412267dae89ecfbe7ab542c0 Mon Sep 17 00:00:00 2001
From: Orie Steele
For example, if a bitstring is 131,072 bits in size (16KB), the first index will be 0, and the last index will be 131,071.
+Implementations SHOULD consume / assign indexes randomly.
+ Bitstring Encoding
Media Types
For example, a verifiable credential secured with
Data Integrity Proofs might have content type application/vc+ld+json
,
whereas a verifiable credential secured with
- SD-JWT might have content-type application/vc+ld+json+sd-jwt
.
+ SD-JWT might have content-type application/sd-jwt
.
- Some implementations might choose to support less specific media types, for example:
- application/ld+json
, application/json
or application/sd-jwt
.
+ Some implementations might choose to support less specific media types such as
+ application/ld+json
or application/json
.
When dereferencing over HTTP, @@ -825,7 +825,7 @@
Some implementations might use the 415 Unsupported Media Type - status code to signal if they do not support the requested media type. + status code to signal that they do not support the requested media type.
@@ -948,7 +948,7 @@-Implementations SHOULD consume / assign indexes randomly. +Implementations SHOULD consume and/or assign indexes randomly.