[core] Update PIO builders to new structure
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
},
|
||||
"patternProperties": {
|
||||
"^[a-z0-9-]+$": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"parent": {
|
||||
"type": [
|
||||
@@ -30,6 +31,10 @@
|
||||
"type": "string",
|
||||
"pattern": "^[A-Z0-9]+$"
|
||||
},
|
||||
"package": {
|
||||
"type": "string",
|
||||
"pattern": "^framework-[a-z0-9-]+$"
|
||||
},
|
||||
"mcus": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user