forked from M-Labs/artiq
coredevice: add missing pattern to sampler_hw_rev
This commit is contained in:
parent
5199bea353
commit
2c1438c4b9
|
@ -383,7 +383,8 @@
|
||||||
"maxItems": 2
|
"maxItems": 2
|
||||||
},
|
},
|
||||||
"sampler_hw_rev": {
|
"sampler_hw_rev": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^v[0-9]+\\.[0-9]+"
|
||||||
},
|
},
|
||||||
"urukul0_ports": {
|
"urukul0_ports": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
Loading…
Reference in New Issue