coredevice: add missing pattern to sampler_hw_rev

pull/2238/head
Sebastien Bourdeauducq 2023-04-30 16:07:56 +08:00
parent 5199bea353
commit 2c1438c4b9
1 changed files with 2 additions and 1 deletions

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",