github.com/hyperledger/aries-framework-go@v0.3.2/test/bbs/data/context/ldp-bbs2020.jsonld (about)

     1  
     2  {
     3    "@context": {
     4      "@version": 1.1,
     5      "id": "@id",
     6      "type": "@type",
     7      "ldssk": "https://w3id.org/security#",
     8      "BbsBlsSignature2020": {
     9        "@id": "https://w3id.org/security#BbsBlsSignature2020",
    10        "@context": {
    11          "@version": 1.1,
    12          "@protected": true,
    13          "id": "@id",
    14          "type": "@type",
    15          "sec": "https://w3id.org/security#",
    16          "xsd": "http://www.w3.org/2001/XMLSchema#",
    17          "challenge": "sec:challenge",
    18          "created": {
    19            "@id": "http://purl.org/dc/terms/created",
    20            "@type": "xsd:dateTime"
    21          },
    22          "domain": "sec:domain",
    23          "proofValue": "sec:proofValue",
    24          "nonce": "sec:nonce",
    25          "proofPurpose": {
    26            "@id": "sec:proofPurpose",
    27            "@type": "@vocab",
    28            "@context": {
    29              "@version": 1.1,
    30              "@protected": true,
    31              "id": "@id",
    32              "type": "@type",
    33              "sec": "https://w3id.org/security#",
    34              "assertionMethod": {
    35                "@id": "sec:assertionMethod",
    36                "@type": "@id",
    37                "@container": "@set"
    38              },
    39              "authentication": {
    40                "@id": "sec:authenticationMethod",
    41                "@type": "@id",
    42                "@container": "@set"
    43              }
    44            }
    45          },
    46          "verificationMethod": {
    47            "@id": "sec:verificationMethod",
    48            "@type": "@id"
    49          }
    50        }
    51      },
    52      "BbsBlsSignatureProof2020": {
    53        "@id": "https://w3id.org/security#BbsBlsSignatureProof2020",
    54        "@context": {
    55          "@version": 1.1,
    56          "@protected": true,
    57          "id": "@id",
    58          "type": "@type",
    59          "sec": "https://w3id.org/security#",
    60          "xsd": "http://www.w3.org/2001/XMLSchema#",
    61          "challenge": "sec:challenge",
    62          "created": {
    63            "@id": "http://purl.org/dc/terms/created",
    64            "@type": "xsd:dateTime"
    65          },
    66          "domain": "sec:domain",
    67          "nonce": "sec:nonce",
    68          "proofPurpose": {
    69            "@id": "sec:proofPurpose",
    70            "@type": "@vocab",
    71            "@context": {
    72              "@version": 1.1,
    73              "@protected": true,
    74              "id": "@id",
    75              "type": "@type",
    76              "sec": "https://w3id.org/security#",
    77              "assertionMethod": {
    78                "@id": "sec:assertionMethod",
    79                "@type": "@id",
    80                "@container": "@set"
    81              },
    82              "authentication": {
    83                "@id": "sec:authenticationMethod",
    84                "@type": "@id",
    85                "@container": "@set"
    86              }
    87            }
    88          },
    89          "proofValue": "sec:proofValue",
    90          "verificationMethod": {
    91            "@id": "sec:verificationMethod",
    92            "@type": "@id"
    93          }
    94        }
    95      },
    96      "Bls12381G2Key2020": "ldssk:Bls12381G2Key2020"
    97    }
    98  }