Skip to main content

ClaimData

body object
credentials object[]
  • Array [
  • descriptionstring

    URL to the JSON-LD file containing the test context

    Example: https://raw.githubusercontent.com/TC/W3CSchemas/main/KYC_test/KYC.jsonld#ProofOfValidKYC
    idstring

    UUID of the credential

    Example: f130f969-69e0-11ee-b9a8-0242ac150006
  • ]
  • urlstring

    Address of the issuer node generating the claimData

    Example: https://issuer-test-polygonid.token-city.com/v1/agent
    fromstring

    Decentralized identifier (DID) of the issuer

    Example: did:polygonid:polygon:mumbai:2qNoMK6QE6kPn475DGhAGAAjycVAReo9XdkTBWibkG
    idstring

    Identifier of the request

    Example: 2ebed93f-079d-4564-b649-b99153c1d08d
    thidstring

    Identifier of the test (same as the request)

    Example: 2ebed93f-079d-4564-b649-b99153c1d08d
    tostring

    Decentralized identifier (DID) of the user to whom the verified credential is issued

    Example: did:polygonid:polygon:mumbai:2pNTmKP8E6kPn475DGhAGAAjycVAReo9XdkTBWibkG
    typstring

    Content type

    Example: application/iden3comm-plain-json
    typestring

    Type of Iden3 schema

    Example: https://iden3-communication.io/authorization/1.0/request
    ClaimData
    {
    "body": {
    "credentials": [
    {
    "description": "https://raw.githubusercontent.com/TC/W3CSchemas/main/KYC_test/KYC.jsonld#ProofOfValidKYC",
    "id": "f130f969-69e0-11ee-b9a8-0242ac150006"
    }
    ],
    "url": "https://issuer-test-polygonid.token-city.com/v1/agent"
    },
    "from": "did:polygonid:polygon:mumbai:2qNoMK6QE6kPn475DGhAGAAjycVAReo9XdkTBWibkG",
    "id": "2ebed93f-079d-4564-b649-b99153c1d08d",
    "thid": "2ebed93f-079d-4564-b649-b99153c1d08d",
    "to": "did:polygonid:polygon:mumbai:2pNTmKP8E6kPn475DGhAGAAjycVAReo9XdkTBWibkG",
    "typ": "application/iden3comm-plain-json",
    "type": "https://iden3-communication.io/authorization/1.0/request"
    }