github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/presexch/testdata/contexts/mdl-broken.jsonld (about)

     1  {
     2    "@context":{
     3      "@version":1.1,
     4      "id":"@id",
     5      "type":"@type",
     6      "name":"http://schema.org/name",
     7      "description":"http://schema.org/description",
     8  
     9      "mDL":{
    10        "@id":"ex:mDL",
    11        "@context":{
    12          "@version":1.1,
    13          "@protected":true,
    14          "id":"@id",
    15          "type":"@type",
    16          "xsd":"http://www.w3.org/2001/XMLSchema#",
    17          "ex":"https://example.org/examples#",
    18          "mDL":"duplicate-definition"
    19        }
    20      }
    21    }
    22  }