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

     1  {
     2      "@context": {
     3          "@version": 1.1,
     4          "id": "@id",
     5          "type": "@type",
     6  
     7          "PresentationSubmission": {
     8              "@id": "ex:PresentationSubmission",
     9              "@context": {
    10                  "@version": 1.1,
    11                  "@protected": true,
    12  
    13                  "id": "@id",
    14                  "type": "@type"
    15              }
    16          },
    17          "ex": "https://example.org/examples#",
    18          "presentation_submission": {"@id": "ex:presentation_submission", "@type": "@id"},
    19          "descriptor_map": {"@id": "ex:descriptor_map", "@type": "@id"},
    20          "path": {"@id": "ex:path", "@type": "@id"}
    21      }
    22  }