mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-18 21:46:19 -04:00
[tests-only] check for invalid schema validators (#8533)
* test(api): check schema validators * test(api): check schema validators * test(api): check schema validators * test(api): fix schema * test(api): fix php code style * test(api): fix schema
This commit is contained in:
@@ -85,7 +85,7 @@ Feature: Notification
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"enim": ["%user_id%"]
|
||||
"pattern": "^%user_id_pattern%$"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
||||
@@ -97,9 +97,7 @@ Feature: Notification
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"enim": [
|
||||
"%user_id%"
|
||||
]
|
||||
"pattern": "^%user_id_pattern%$"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
@@ -232,9 +230,7 @@ Feature: Notification
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"enim": [
|
||||
"%user_id%"
|
||||
]
|
||||
"pattern": "^%user_id_pattern%$"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
@@ -368,9 +364,7 @@ Feature: Notification
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"enim": [
|
||||
"%user_id%"
|
||||
]
|
||||
"pattern": "^%user_id_pattern%$"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user