Skip to content
Snippets Groups Projects
Presentation.json 23.9 KiB
Newer Older
  "for_proof": {
Georgi Michev's avatar
Georgi Michev committed
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "citizenship": "France",
          "age_over": 18,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "for_proof_alumni": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://www.w3.org/2018/credentials/examples/v1"
    ],
    "type": "VerifiablePresentation",
    "verifiableCredential": [{
      "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://www.w3.org/2018/credentials/examples/v1"
      ],
      "id": "http://example.edu/credentials/1872",
      "type": ["VerifiableCredential", "AlumniCredential"],
      "issuer": "https://example.edu/issuers/565049",
      "issuanceDate": "2010-01-01T19:23:24Z",
      "credentialSubject": {
        "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
        "alumniOf": {
          "id": "did:example:c276e12ec21ebfeb1f712ebc6f1",
          "name": [{
            "value": "Example University",
            "lang": "en"
          }, {
            "value": "Exemple d'Université",
            "lang": "fr"
          }]
        }
      }
    }]
  },
  "for_proof_without_ID": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
Georgi Michev's avatar
Georgi Michev committed
          "num": 1234,
          "type": "pass"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
Georgi Michev's avatar
Georgi Michev committed
          "array": [
            {
              "num1": 1,
              "num2": 2
            },
            {
              "txt1": "1",
              "txt2": "2"
            }
          ]
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_issuanceDate": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-08-03T14:26:51.378442416Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEQCIDanJ43A79S8p7tGfrHvdLsH6iZWRNv2gQlWtCHboOBaAiBJbZEtYLn2151Q3lv5QnpJcdrPzsyADNbKMmqf-W8CAQ",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "age_over": 18,
          "citizenship": "France",
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2023-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_credentialSubject_1_allow": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-08-03T14:26:51.378442416Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEQCIDanJ43A79S8p7tGfrHvdLsH6iZWRNv2gQlWtCHboOBaAiBJbZEtYLn2151Q3lv5QnpJcdrPzsyADNbKMmqf-W8CAQ",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "age_over": 18,
          "allow": false,
          "citizenship": "France",
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "incorrect_ID": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-07-29T15:43:25.076882592Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEUCIQD84hJZfHP84SJSL98XvtUlCNVD48GHb0R-lqqeCPw79wIgXUdmzYoDsUj0sPIVICgN66UX2BHGjDTY7Rlw74m6Rwo",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "incorrect_ID"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_credentialSubject_2_allow": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-08-03T14:26:51.378442416Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEQCIDanJ43A79S8p7tGfrHvdLsH6iZWRNv2gQlWtCHboOBaAiBJbZEtYLn2151Q3lv5QnpJcdrPzsyADNbKMmqf-W8CAQ",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "age_over": 18,
          "allow": true,
          "citizenship": "France",
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": false,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_credentialSubject_1_ID": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-08-03T13:50:51.575345046Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEUCIF7F4sW9tY6bR_Z1bCl4rus_FEDvLbJRKDwmHCkLs5pDAiEAxPkI-TiQh3er_VxR4EdjoG-eYmpp1XpZdKVnvm2xjz8",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "age_over": 18,
          "allow": true,
          "citizenship": "France",
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_credentialSubject_2_ID": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2022-08-03T13:50:51.575345046Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEUCIF7F4sW9tY6bR_Z1bCl4rus_FEDvLbJRKDwmHCkLs5pDAiEAxPkI-TiQh3er_VxR4EdjoG-eYmpp1XpZdKVnvm2xjz8",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "age_over": 18,
          "allow": true,
          "citizenship": "France",
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.XXX.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_ID": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    "id": "did:web:gaiax.XXXXX.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
      "created": "2022-08-03T06:11:38.170830056Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEYCIQDJ7gTTZju3fJ-xaCBcWYziuI4J80S19AdxwNl3x4nzIQIhALApZj26dRANZZx5mp6PlChh1TExNc203LFPkHzfCWGk",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "age_over": 18,
          "allow": true,
          "citizenship": "France",
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "modified_proof_created": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1",
      "https://www.w3.org/2018/credentials/examples/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "proof": {
      "created": "2023-07-21T14:28:09.071187173Z",
      "jws": "eyJhbGciOiJKc29uV2ViU2lnbmF0dXJlMjAyMCIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..MEQCIFkavr6XpAYbdurBmQXNei-hI8WHAcnEYkZ6J3i4d3FKAiA4BtVCAixsAypaJ5dcBxn96Ju1OGfi7Kw1QRZMlMumhg",
      "proofPurpose": "assertionMethod",
      "type": "JsonWebSignature2020",
      "verificationMethod": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1"
    },
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://www.w3.org/2018/credentials/examples/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "example/examplePolicy/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://www.w3.org/2018/credentials/examples/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "missing_proof": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
Georgi Michev's avatar
Georgi Michev committed
  },
  "for_proof_incorrect_ID_path": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "citizenship": "France",
          "age_over": 18,
          "id": "/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1"
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "for_proof_incorrect_ID_space": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "citizenship": "France",
          "age_over": 18,
          "id": " "
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]
  },
  "for_proof_incorrect_ID_symbols": {
    "@context": [
      "https://www.w3.org/2018/credentials/v1",
      "https://w3id.org/security/suites/jws-2020/v1"
    ],
    "id": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
    "type": "VerifiablePresentation",
    "verifiableCredential": [
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "citizenship": "France",
          "age_over": 18,
          "id": ":"
        },
        "issuanceDate": "2022-07-21T10:24:36.203848291Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      },
      {
        "@context": [
          "https://www.w3.org/2018/credentials/v1",
          "https://w3id.org/security/suites/jws-2020/v1",
          "https://schema.org"
Georgi Michev's avatar
Georgi Michev committed
        ],
        "credentialSubject": {
          "allow": true,
          "id": "https://gaiax.vereign.com/tsa/policy/example/ProofRequestResponse/1.0"
        },
        "issuanceDate": "2022-07-21T10:24:36.203861194Z",
        "issuer": "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation",
        "type": "VerifiableCredential"
      }
    ]