const integrationsHistorySchema = {
    type: 'object',
    properties: {
        id: { type: 'string', nullable: false, minLength: 1 },
        offset: { type: 'number', nullable: true },