mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17: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
|
"required": false
|
||||||
},
|
},
|
||||||
"examples": {
|
"examples": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
@ -189,6 +191,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"description": "A list of example patterns.",
|
"description": "A list of example patterns.",
|
||||||
"required": "false"
|
"required": "false"
|
||||||
|
Reference in New Issue
Block a user