Module Type Profile

Name
Mainboard
Description

Tags

No tags assigned

Comments

None
Documents
None

Schema

{
    "properties": {
        "cpu_sockel_count": {
            "description": "Count of CPU sockel",
            "title": "CPU Sockel",
            "type": "number"
        },
        "cpu_sockel_type": {
            "enum": [
                "Intel 2011-3 (LGA2011-3) "
            ],
            "title": "CPU Sockel Type",
            "type": "string"
        },
        "cpu_vendor": {
            "enum": [
                "Intel",
                "AMD"
            ],
            "title": "CPU Vendor",
            "type": "string"
        },
        "memory_class": {
            "default": "DDR5",
            "enum": [
                "DDR3",
                "DDR4",
                "DDR5"
            ],
            "title": "Memory class",
            "type": "string"
        },
        "memory_sockel_count": {
            "description": "Count of memory sockel",
            "title": "Memory Sockel",
            "type": "number"
        },
        "vendor": {
            "enum": [
                "Dell Inc."
            ],
            "title": "Vendor",
            "type": "string"
        }
    }
}

Module Types