github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/presexch/testdata/contexts/mdl-v1.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  
    19          "family_name":{ "@id":"ex:family_name" },
    20          "given_name":{ "@id":"ex:given_name" },
    21          "birthdate":{ "@id":"ex:birthdate" },
    22          "issue_date":{ "@id":"ex:issue_date" },
    23          "expiry_date":{ "@id":"ex:expiry_date" },
    24          "issuing_country":{ "@id":"ex:issuing_country" },
    25          "issuing_authority":{ "@id":"ex:issuing_authority" },
    26          "document_number":{ "@id":"ex:document_number" },
    27          "driving_privileges":{ "@id":"ex:driving_privileges" },
    28          "portrait":{ "@id":"ex:portrait" },
    29          "administrative_number":{ "@id":"ex:administrative_number" },
    30          "gender":{ "@id":"ex:gender" },
    31          "height":{ "@id":"ex:height" },
    32          "weight":{ "@id":"ex:weight" },
    33          "eye_color":{ "@id":"ex:eye_color" },
    34          "hair_color":{ "@id":"ex:hair_color" },
    35          "birthplace":{ "@id":"ex:birthplace" },
    36          "resident_address":{ "@id":"ex:resident_address" },
    37          "portrait_capture_date":{ "@id":"ex:portrait_capture_date" },
    38          "age_in_years":{ "@id":"ex:age_in_years" },
    39          "age_birth_year":{ "@id":"ex:age_birth_year" },
    40          "issuing_jurisdiction":{ "@id":"ex:issuing_jurisdiction" },
    41          "nationality":{ "@id":"ex:nationality" },
    42          "resident_city":{ "@id":"ex:resident_city" },
    43          "resident_state":{ "@id":"ex:resident_state" },
    44          "resident_postal_code":{ "@id":"ex:resident_postal_code" },
    45          "biometric_template_xx":{ "@id":"ex:biometric_template_xx" },
    46          "name_nat_char":{ "@id":"ex:name_nat_char" },
    47          "mgmt_lastupdate":{ "@id":"ex:mgmt_lastupdate" },
    48          "mgmt_validity":{ "@id":"ex:mgmt_validity" },
    49          "mgmt_nextupdate":{ "@id":"ex:mgmt_nextupdate" }
    50        }
    51      }
    52    }
    53  }