github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jsonld/testdata/context/wallet_v1.jsonld (about)

     1  {
     2    "@context": [
     3      {
     4        "@version": 1.1
     5      },
     6      {
     7        "id": "@id",
     8        "type": "@type",
     9  
    10        "UniversalWallet2020": "https://w3id.org/wallet#UniversalWallet2020",
    11        "encryptedWalletContents": {
    12          "@id": "https://w3id.org/wallet#encryptedWalletContents",
    13          "@type": "@json"
    14        },
    15  
    16        "Key": "https://w3id.org/wallet#Key",
    17        "Secret": "https://w3id.org/wallet#Secret",
    18        "Entropy": "https://w3id.org/wallet#Entropy",
    19        "Profile": "https://w3id.org/wallet#Profile",
    20        "Mnemonic": "https://w3id.org/wallet#Mnemonic",
    21        "MetaData": "https://w3id.org/wallet#MetaData",
    22  
    23        "correlation": "https://w3id.org/wallet#correlation",
    24        "tags": "https://w3id.org/wallet#tags",
    25        "note": "https://w3id.org/wallet#note",
    26        "target": "https://w3id.org/wallet#target",
    27        "quorum": "https://w3id.org/wallet#quorum",
    28        "multibase": "https://w3id.org/wallet#multibase",
    29        "hdPath": "https://w3id.org/wallet#hdPath",
    30  
    31        "amount": "https://schema.org/amount",
    32        "currency": "https://schema.org/currency",
    33        "value": "https://schema.org/value",
    34  
    35        "publicKeyJwk": {
    36          "@id": "https://w3id.org/security#publicKeyJwk",
    37          "@type": "@json"
    38        },
    39        "privateKeyJwk": {
    40          "@id": "https://w3id.org/security#privateKeyJwk",
    41          "@type": "@json"
    42        },
    43        "privateKeyBase58": "https://w3id.org/security#privateKeyBase58",
    44        "privateKeyWebKms": "https://w3id.org/security#privateKeyWebKms",
    45        "privateKeySecureEnclave": "https://w3id.org/security#privateKeySecureEnclave",
    46  
    47        "Organization": "http://schema.org/Organization",
    48        "Person": "http://schema.org/Person",
    49        "name": "http://schema.org/name",
    50        "description": "http://schema.org/description",
    51        "identifier": "http://schema.org/identifier",
    52        "image": {
    53          "@id": "http://schema.org/image",
    54          "@type": "@id"
    55        }
    56      }
    57    ]
    58  }