mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-10 06:10:05 -06:00
test(api): make json scheme strict
This commit is contained in:
@@ -800,6 +800,8 @@ Feature: an user gets the resources shared to them
|
||||
},
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -1131,6 +1133,8 @@ Feature: an user gets the resources shared to them
|
||||
},
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -1491,6 +1495,8 @@ Feature: an user gets the resources shared to them
|
||||
},
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
@@ -1790,6 +1796,8 @@ Feature: an user gets the resources shared to them
|
||||
},
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user