From 88a3e66ce2998e82d4790a62dacfba4b40210914 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 7 Mar 2025 00:46:50 +0000 Subject: [PATCH 1/3] Principle: Write only one algorithm to accomplish a task. This explains why and when "polyglot" formats are a bad idea. --- index.bs | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/index.bs b/index.bs index cf87ad01..63712641 100644 --- a/index.bs +++ b/index.bs @@ -24,6 +24,23 @@ Required IDs: using-http Link Defaults: html (dfn) queue a task/in parallel/reflect +
+{
+    "draft-ietf-oauth-sd-jwt-vc": {
+        "href": "https://datatracker.ietf.org/doc/html/draft-ietf-oauth-sd-jwt-vc",
+        "title": "SD-JWT-based Verifiable Credentials (SD-JWT VC)",
+        "status": "Internet-Draft",
+        "publisher": "IETF"
+    },
+    "vc-data-model-1.1": {
+        "href": "https://www.w3.org/TR/vc-data-model-1.1/",
+        "title": "Verifiable Credentials Data Model v1.1",
+        "status": "REC",
+        "publisher": "W3C",
+        "deliveredBy": ["https://www.w3.org/groups/wg/vc"]
+    }
+}
+