MATTR VII Platform API Events Registry - v12.22.0
    Preparing search index...

    PRESENTATION_WEB_SEMANTIC_VERIFY_START

    interface PresentationWebSemanticVerifyStartEventSanitised {
        category: "presentation-web-semantic";
        clientId: string | undefined;
        data: {
            challenge: string | undefined;
            domain: string | undefined;
            numberOfCredentials: number;
            presentation: undefined;
            presentationId: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "PRESENTATION_WEB_SEMANTIC_VERIFY_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "presentation-web-semantic"
    clientId: string | undefined
    data: {
        challenge: string | undefined;
        domain: string | undefined;
        numberOfCredentials: number;
        presentation: {
            "@context": string | object | (string | object)[];
            holder: string | undefined;
            id: string | undefined;
            proof: { type: string } | { type: string }[] | undefined;
            type: string | string[];
            verifiableCredential:
                | {
                    "@context": string
                    | object
                    | (string | object)[];
                    credentialStatus: { id: string; type: string } | undefined;
                    credentialSubject:
                        | string
                        | { id: string
                        | undefined }
                        | { id: string | undefined }[];
                    expirationDate: string | undefined;
                    id: string | undefined;
                    issuanceDate: string;
                    issuer: string | { id: string };
                    proof: { type: string } | { type: string }[];
                    type: string | string[];
                }
                | {
                    "@context": string
                    | object
                    | (string | object)[];
                    credentialStatus: { id: string; type: string } | undefined;
                    credentialSubject:
                        | string
                        | { id: string
                        | undefined }
                        | { id: string | undefined }[];
                    expirationDate: string | undefined;
                    id: string | undefined;
                    issuanceDate: string;
                    issuer: string | { id: string };
                    proof: { type: string } | { type: string }[];
                    type: string | string[];
                }[]
                | undefined;
        };
        presentationId: string
        | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "PRESENTATION_WEB_SEMANTIC_VERIFY_START"
    userAgent: string | undefined
    version: "1"