added limit 1 to arrays treated as a single value in schemas
This commit is contained in:
@ -200,8 +200,8 @@
|
||||
{
|
||||
"code": "MINIMUM_VIOLATED",
|
||||
"values": {
|
||||
"limit": "10",
|
||||
"value": "5"
|
||||
"value": "5",
|
||||
"limit": "10"
|
||||
},
|
||||
"details": {
|
||||
"path": "entities/entity-beta/value",
|
||||
|
||||
Reference in New Issue
Block a user