Fix incorrect type of "examples" // Resolve #4502

This commit is contained in:
Ivan Kravets
2023-01-13 20:50:29 +02:00
parent 17360b0ed2
commit 2337dbd2cd
2 changed files with 483 additions and 480 deletions

2
docs

Submodule docs updated: 4d1b7441c6...5a88ddffa3

View File

@ -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"