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

    CREDENTIAL_WEB_SEMANTIC_SIGN_START

    interface CredentialWebSemanticSignStartEventSanitised {
        category: "credential-web-semantic";
        clientId: string | undefined;
        data: {
            includeId: boolean | undefined;
            payload: {
                "@context": (string | { [key: string]: unknown })[] | undefined;
                credentialBranding:
                    | {
                        backgroundColor: string
                        | undefined;
                        watermarkImageUrl: string | undefined;
                    }
                    | undefined;
                credentialSubject: undefined;
                description: string
                | undefined;
                expirationDate: string | undefined;
                issuanceDate: string | undefined;
                issuer: {
                    iconUrl: string | undefined;
                    id: string | undefined;
                    logoUrl: string | undefined;
                    name: string;
                };
                name: string
                | undefined;
                type: string[];
            };
            persist: boolean
            | undefined;
            proofType: "Ed25519Signature2018" | "BbsSignature2022" | undefined;
            revocable: boolean | undefined;
            subjectId: undefined;
            tag: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_WEB_SEMANTIC_SIGN_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-web-semantic"
    clientId: string | undefined
    data: {
        includeId: boolean | undefined;
        payload: {
            "@context": (string | { [key: string]: unknown })[] | undefined;
            credentialBranding:
                | {
                    backgroundColor: string
                    | undefined;
                    watermarkImageUrl: string | undefined;
                }
                | undefined;
            credentialSubject: { [key: string]: unknown };
            description: string | undefined;
            expirationDate: string | undefined;
            issuanceDate: string | undefined;
            issuer: {
                iconUrl: string | undefined;
                id: string | undefined;
                logoUrl: string | undefined;
                name: string;
            };
            name: string
            | undefined;
            type: string[];
        };
        persist: boolean
        | undefined;
        proofType: "Ed25519Signature2018" | "BbsSignature2022" | undefined;
        revocable: boolean | undefined;
        subjectId: string | undefined;
        tag: string | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_WEB_SEMANTIC_SIGN_START"
    userAgent: string | undefined
    version: "1"