2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

coredevice: add missing pattern to sampler_hw_rev

This commit is contained in:
Sebastien Bourdeauducq 2023-04-30 16:07:56 +08:00
parent 5199bea353
commit 2c1438c4b9

View File

@ -383,7 +383,8 @@
"maxItems": 2
},
"sampler_hw_rev": {
"type": "string"
"type": "string",
"pattern": "^v[0-9]+\\.[0-9]+"
},
"urukul0_ports": {
"type": "array",