Skip to content

Commit 9a48e57

Browse files
authored
[projmgr] Fix west-opt schema
1 parent c43e39f commit 9a48e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/projmgr/schemas/common.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@
24712471
"board": { "type": "string", "description": "Board name used for west build invocation (default: variable $west-board$)."},
24722472
"device": { "$ref": "#/definitions/ProcessorNameType" },
24732473
"west-defs": { "$ref": "#/definitions/WestDefinesType" },
2474-
"west-opts": { "type": "string", "description": "Options for the west tool (default: empty)." }
2474+
"west-opt": { "type": "array", "description": "Options for the west tool (default: empty).", "items": { "type": "string" }}
24752475
},
24762476
"additionalProperties": false,
24772477
"required": ["app-path"]

0 commit comments

Comments
 (0)