italia / eudi-wallet-it-docs

Italian EUDI Wallet Technical Specifications
Creative Commons Zero v1.0 Universal
51 stars 15 forks source link

[Presentation] Mobile Driving License #231

Open peppelinux opened 3 months ago

peppelinux commented 3 months ago

mdoc format using the document type set to org.iso.18013.5.1.mdl, as defined in ISO/IEC 18013-5:2021.

peppelinux commented 3 months ago

presentation definition non normative example

"presentation_definition": {
   "id": "mDL-sample-req",
   "input_descriptors": [
     {
       "id": "org.iso.18013.5.1.mdl",
       "format": {
         "mso_mdoc": {
           "alg": [
             "EdDSA",
             "ES256"
           ]
         },
         "constraints": {
           "fields": [
             {
               "path": [
                 "$['org.iso.18013.5.1']['family_name']"
               ]
             },
             {
               "path": [
                 "$['org.iso.18013.5.1']['portrait']"
               ]
             },
             {
               "path": [
                 "$['org.iso.18013.5.1']['driving_privileges']"
               ]
             },
             {
               "path": [
                 "$['domestic_namespace']['domestic_data_element_id']"
               ]
             }
           ]
         }
       }
     }
   ]
 }