Create expansion_card.json

This commit is contained in:
Harry 2025-06-10 14:44:51 +02:00 committed by GitHub
parent 522f80ed9d
commit f42e61a919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
{
"name": "Expansion card",
"schema": {
"properties": {
"Connector type": {
"type": "string",
"description": "Connector type e.g. PCIe x4"
},
"bandwidth": {
"type": "integer",
"description": "Total Bandwidth for this module"
}
}
}
}