Index: database/drizzle/util/componentFieldConfig.ts
===================================================================
--- database/drizzle/util/componentFieldConfig.ts	(revision dda6f510ec987719a7348d64c6a1bbfbcfc4aa8c)
+++ database/drizzle/util/componentFieldConfig.ts	(revision 87b79bc538e0365a7b1fa7e9903355b32304937e)
@@ -66,6 +66,6 @@
 
 export const requiredFields: Record<ComponentType, string[]> = {
-    cpu: ['socket', 'cores', 'threads', 'baseClock', 'tdp'],
-    gpu: ['vram', 'tdp', 'chipset', 'length'],
+    cpu: ['socket', 'cores', 'threads', 'baseClock', 'boostClock', 'tdp'],
+    gpu: ['vram', 'baseClock', 'boostClock', 'tdp', 'chipset', 'length'],
     memory: ['type', 'speed', 'capacity', 'modules'],
     storage: ['type', 'capacity', 'formFactor'],
