{
  "$schema": "https://eudiplo.dev/schemas/v1/PresentationConfigFile.schema.json",
  "metadata": {
    "generation": 1
  },
  "spec": {
    "id": "age-over-18",
    "description": "Age Over 18 Verification - Proves user is 18+ without revealing exact birthdate",
    "dcql_query": {
      "credentials": [
        {
          "id": "pid-sd-jwt",
          "format": "dc+sd-jwt",
          "meta": {
            "vct_values": [
              "urn:eudi:pid:de:1"
            ]
          },
          "claims": [
            {
              "path": [
                "age_equal_or_over",
                "18"
              ]
            }
          ]
        },
        {
          "id": "pid-mso-mdoc",
          "format": "mso_mdoc",
          "meta": {
            "doctype_value": "eu.europa.ec.eudi.pid.1"
          },
          "claims": [
            {
              "path": [
                "eu.europa.ec.eudi.pid.1",
                "age_over_18"
              ],
              "intent_to_retain": false
            }
          ],
          "trusted_authorities": [
            {
              "type": "etsi_tl",
              "values": [
                {
                  "trustListId": "580831bc-ef11-43f4-a3be-a2b6bf1b29a3"
                }
              ]
            }
          ]
        }
      ],
      "credential_sets": [
        {
          "options": [
            [
              "pid-sd-jwt"
            ],
            [
              "pid-mso-mdoc"
            ]
          ]
        }
      ]
    },
    "lifeTime": 300
  }
}
