From 08d5b43227c09964476fe926036f555f06b59952 Mon Sep 17 00:00:00 2001
From: Kim Hamilton Duffy Information about wallet data.
+ Implementors may use Meta Data to reference non-standard data formats, stored locally or externally. The following recommendations apply:
+
+ Connection
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" +} ++