From 0e8a514753ee2ccab63a733e4f9758472903f829 Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Tue, 6 Feb 2024 11:09:15 -0500 Subject: [PATCH 1/6] added human readable/machine readable, changed example to be more clear. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f919667..0354f2c 100644 --- a/index.html +++ b/index.html @@ -636,10 +636,10 @@

BitstringStatusListCredential

minimum two properties: Implementers MAY add additional values to objects in the `statusMessage` array. @@ -710,9 +710,9 @@

BitstringStatusListCredential

"statusReference": "https://example.org/status-dictionary/", "statusSize": 2, "statusMessage": [ - {"status":"0x0", "message":"valid"}, - {"status":"0x1", "message":"invalid"}, - {"status":"0x2", "message":"pending_review"}, + {"status":"0x0", "message":"Valid"}, + {"status":"0x1", "message":"Invalid"}, + {"status":"0x2", "message":"Pending review"}, ... ], "encodedList": "uH4sIAAAAAAAAA-3BMQEAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA" From 89ab44fc92b2fa1befc45aeed0ac1d2f02649d3c Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Tue, 6 Feb 2024 16:46:14 -0500 Subject: [PATCH 2/6] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0354f2c..baefa36 100644 --- a/index.html +++ b/index.html @@ -636,7 +636,7 @@

BitstringStatusListCredential

minimum two properties:
  • -`status`, being a machine readable string of the hex value of the status +`status`, being a machine-readable string of the hex value of the status
  • `message`, being a human readable string containing the associated message From a209b44eeed665a0af9e20f9d1a10596fc5f2c4d Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Tue, 6 Feb 2024 16:46:19 -0500 Subject: [PATCH 3/6] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index baefa36..3920c32 100644 --- a/index.html +++ b/index.html @@ -639,7 +639,7 @@

    BitstringStatusListCredential

    `status`, being a machine-readable string of the hex value of the status
  • -`message`, being a human readable string containing the associated message +`message`, being a human-readable string containing the associated message
Implementers MAY add additional values to objects in the `statusMessage` array. From f0e2f83229fa726160af63bb1b00a4b02d3c7d5e Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Tue, 5 Mar 2024 12:59:45 -0500 Subject: [PATCH 4/6] revert example changes --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3920c32..8628cc2 100644 --- a/index.html +++ b/index.html @@ -710,9 +710,9 @@

BitstringStatusListCredential

"statusReference": "https://example.org/status-dictionary/", "statusSize": 2, "statusMessage": [ - {"status":"0x0", "message":"Valid"}, - {"status":"0x1", "message":"Invalid"}, - {"status":"0x2", "message":"Pending review"}, + {"status":"0x0", "message":"valid"}, + {"status":"0x1", "message":"invalid"}, + {"status":"0x2", "message":"pending_review"}, ... ], "encodedList": "uH4sIAAAAAAAAA-3BMQEAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA" From c95f903e25bbd28accdde9914e64abeff4f3fcb8 Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Tue, 5 Mar 2024 13:48:47 -0500 Subject: [PATCH 5/6] Update index.html Co-authored-by: Addison Phillips --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8628cc2..5f15efd 100644 --- a/index.html +++ b/index.html @@ -639,7 +639,7 @@

BitstringStatusListCredential

`status`, being a machine-readable string of the hex value of the status
  • -`message`, being a human-readable string containing the associated message +`message`, being an informative string to assist with debugging
  • Implementers MAY add additional values to objects in the `statusMessage` array. From 86fd178d1676e853bbe8957ebc851ef16a3e9bc9 Mon Sep 17 00:00:00 2001 From: Mahmoud Alkhraishi Date: Wed, 13 Mar 2024 13:10:53 -0400 Subject: [PATCH 6/6] Update index.html Co-authored-by: Manu Sporny --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5f15efd..fe98421 100644 --- a/index.html +++ b/index.html @@ -639,7 +639,8 @@

    BitstringStatusListCredential

    `status`, being a machine-readable string of the hex value of the status
  • -`message`, being an informative string to assist with debugging +`message`, being an informative string used by software developers to +assist with debugging which SHOULD NOT be displayed to end users.
  • Implementers MAY add additional values to objects in the `statusMessage` array.