We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769fa6a commit ff111b7Copy full SHA for ff111b7
schema/device.json
@@ -19,9 +19,12 @@
19
"type": "string"
20
},
21
"hardwareTargets": {
22
- "description": "Specifies the version of the device hardware.",
23
- "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$",
24
- "type": "string"
+ "description": "Specifies the version of the hardware targets.",
+ "type": "array",
+ "items": {
25
+ "type": "string",
26
+ "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$"
27
+ }
28
29
"registers": {
30
"additionalProperties": {
0 commit comments