{ } Generator Public

{ } JSON #9721

System Hardware Configuration

A comprehensive JSON object detailing the hardware configuration of a laptop, including motherboard, BIOS, CPU, GPU, network interfaces, USB controllers, input devices, and storage controllers. It provides key specifications and identifiers for each component.

{ } Object ✓ Valid
{
    "Motherboard": {
        "Name": "Lenovo ThinkPad T530",
        "Platform": "Laptop",
        "Chipset": "Intel QM77"
    },
    "BIOS": {
        "Firmware Type": "UEFI",
        "Secure Boot": "Disabled"
    },
    "CPU": {
        "Manufacturer": "Intel",
        "Processor Name": "Intel Core i5-3320M",
        "Codename": "Ivy Bridge",
        "Core Count": "2",
        "CPU Count": "1",
        "SIMD Features": "SSE,SSE2,SSE3,SSSE3,SSE4.1,SSE4.2"
    },
    "GPU": {
        "iGPU": {
            "Manufacturer": "Intel",
            "Codename": "Intel HD 4000",
            "Device ID": "0x0166",
            "Device Type": "Integrated"
        },
        "dGPU": {
            "Manufacturer": "None",
            "Codename": "None",
            "Device ID": "None",
            "Device Type": "None"
        }
    },
    "Network": {
        "Ethernet": {
            "Bus Type": "PCIe",
            "Device ID": "0x1502"
        },
        "WiFi": {
            "Bus Type": "PCIe",
            "Device ID": "Unknown"
        }
    },
    "USB Controllers": {
        "Intel": {
            "Bus Type": "USB",
            "Device ID": "0x1E31"
        }
    },
    "Input": {
        "Keyboard": {
            "Bus Type": "PS2"
        },
        "Trackpad": {
            "Bus Type": "PS2"
        }
    },
    "Storage Controllers": {
        "SATA": {
            "Bus Type": "AHCI",
            "Device ID": "0x1E03"
        }
    }
}
Prompt: { "Motherboard": { "Name": "Lenovo ThinkPad T530", "Platform": "Laptop", "Chipset": "Intel QM77" }, "BIOS": { "Firmware Type": "UEFI", "Secure Boot": "Disabled" }, "CPU": { "Manufacturer": "Intel", "Processor Name": "Intel Core i5-3320M", "Codename": "Ivy Bridge", "Core Count": "2", "CPU Count": "1", "SIMD Features": "SSE,SSE2,SSE3,SSSE3,SSE4.1,SSE4.2" }, "GPU": { "iGPU": { "Manufacturer": "Intel", "Codename": "Intel HD 4000", "Device ID": "0x0166", "Device Type": "Integrated" }, "dGPU": { "Manufacturer": "None", "Codename": "None", "Device ID": "None", "Device Type": "None" } }, "Network": { "Ethernet": { "Bus Type": "PCIe", "Device ID": "0x1502" }, "WiFi": { "Bus Type": "PCIe", "Device ID": "Unknown" } }, "USB Controllers": { "Intel": { "Bus Type": "USB", "Device ID": "0x1E31" } }, "Input": { "Keyboard": { "Bus Type": "PS2" }, "Trackpad": { "Bus Type": "PS2" } }, "Storage Controllers": { "SATA": { "Bus Type": "AHCI", "Device ID": "0x1E03" } } }