mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Fixed post.tags validation schema
refs #10438 - Change oneOf to anyOf to allow any of the required fields
This commit is contained in:
parent
96cdde80b9
commit
28986b3b77
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
"maxLength": 24
|
||||
}
|
||||
},
|
||||
"oneOf": [
|
||||
"anyOf": [
|
||||
{"required": ["id"]},
|
||||
{"required": ["name"]},
|
||||
{"required": ["slug"]}
|
||||
|
|
Loading…
Add table
Reference in a new issue