Interface LinkedDataConvertSuccessEvent

interface LinkedDataConvertSuccessEventSanitised {
    category: "linked-data";
    data: {
        data: undefined;
        encoding: string;
        format: string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "linked-data"
data: {
    data: unknown;
    encoding: "none" | "base64";
    format: "jsonld" | "cborld";
}

Type declaration

  • Sanitisation Level PII data: unknown
  • encoding: "none" | "base64"
  • format: "jsonld" | "cborld"
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"