diff --git a/docs/index.html b/docs/index.html index 36c3c1a..906b9d1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -983,6 +983,16 @@

Connection

Meta Data

Information about wallet data.

+ +

+ Implementors may use Meta Data to reference non-standard data formats, stored locally or externally. The following recommendations apply: + +

+

Mostly an EDV integration question...Should authorization be @@ -1031,6 +1041,24 @@

Meta Data

} + +

+Here is an example of using Meta Data to reference non-standard data: +

+
+{
+  "@context": ["https://w3id.org/wallet/v1"],
+  "id": "urn:uuid:1d52bc38-c336-455a-8227-2c1e635df2d7",
+  "type": "CustomData",
+  "name": "Quantum Computing 101",
+  "image": "https://via.placeholder.com/150",
+  "description" : "Certificate of completion from an online quantum computing course",
+  "tags": ["professional", "education"],
+  "correlation": ["urn:uuid:d36fd219-bccd-4ebd-a84a-65ed5751ddd2"],
+  "hashlink": "hl:zm9YZpCjPLPJ4Epc"
+}
+        
+