Skip to content

Commit

Permalink
coredevice: add missing pattern to sampler_hw_rev
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Apr 30, 2023
1 parent 5199bea commit 2c1438c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion artiq/coredevice/coredevice_generic.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@
"maxItems": 2
},
"sampler_hw_rev": {
"type": "string"
"type": "string",
"pattern": "^v[0-9]+\\.[0-9]+"
},
"urukul0_ports": {
"type": "array",
Expand Down

0 comments on commit 2c1438c

Please sign in to comment.