{
    timed_discount_id: 1,
    name: {
        '__': 'Summer Sale',
        'en': 'Summer Sale',
        'sl': 'Poletna razprodaja'
    },
    start_at: '2025-06-01T00:00:00Z',
    end_at: '2025-08-31T23:59:59Z',
    status: 'ACTIVE',
    paused: false,
    user_condition: {
        condition_type: 'USER_LOGGED_IN'
    },
    item_condition: {
        condition_type: 'ITEM_CATEGORY_ONE_OF',
        ids: [12, 45, 78]
    },
    discount_config: {
        store_price_fields: {
            price_field: 1,
            discount_field: 1
        },
        supplier_config: {
            price_calculation_mode: 'DISCOUNT',
            price_adjustment_mode: 'PERCENT',
            percentage_adjustment: 0.15
        },
        skin_stickers: [
            { skin_id: 1, sticker_index: 2 }
        ]
    },
    date_created: '2025-05-01T10:00:00Z',
    date_updated: '2025-05-15T14:30:00Z'
}