Fixed post.tags validation schema

refs #10438

- Change oneOf to anyOf to allow any of the required fields
This commit is contained in:
Nazar Gargol 2019-02-08 11:29:42 +00:00
parent 96cdde80b9
commit 28986b3b77

View File

@ -155,7 +155,7 @@
"maxLength": 24
}
},
"oneOf": [
"anyOf": [
{"required": ["id"]},
{"required": ["name"]},
{"required": ["slug"]}