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 @@
Information about wallet data.
+ ++ Implementors may use Meta Data to reference non-standard data formats, stored locally or externally. The following recommendations apply: + +
+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" +} ++