mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix incorrect type of "examples" // Resolve #4502
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 4d1b7441c6...5a88ddffa3
@ -175,6 +175,8 @@
|
||||
"required": false
|
||||
},
|
||||
"examples": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
@ -189,6 +191,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A list of example patterns.",
|
||||
"required": "false"
|
||||
|
Reference in New Issue
Block a user