Skip to content

Commit 4f41e2b

Browse files
authored
feat(schemas): more permissive hardware parameter names (#469)
1 parent fc0ef5f commit 4f41e2b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

schemas/applications/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Release Versions:
2424

2525
- feat: add hardware plugin (#454)
2626
- feat: add support for parameter files in components and controllers (#463)
27+
- feat(schemas): more permissive hardware parameter names (#393)
2728

2829
## 2-1-0
2930

schemas/applications/schema/hardware.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"title": "Hardware Parameters",
8282
"type": "object",
8383
"patternProperties": {
84-
"^[a-z][a-z0-9_]*[a-z0-9]$": {
84+
"^[a-zA-Z0-9]([a-zA-Z0-9_.-]?[a-zA-Z0-9])*$": {
8585
"title": "Hardware Parameter",
8686
"description": "A hardware parameter in the URDF to be overridden with a new value",
8787
"type": "string"

0 commit comments

Comments
 (0)