VariableOctraLoggingJSONSchemaConst

OctraLoggingJSONSchema: {
    properties: {
        additionalProperties: boolean;
        encoding: {
            type: string;
        };
        logs: {
            items: {
                properties: {
                    caretpos: {
                        type: string;
                    };
                    playpos: {
                        type: string;
                    };
                    target: {
                        type: string;
                    };
                    timestamp: {
                        type: string;
                    };
                    type: {
                        type: string;
                    };
                    value: {
                        type: string[];
                    };
                };
                type: string;
            };
            type: string;
        };
        projectname: {
            type: string;
        };
        version: {
            type: string;
        };
    };
} = ...