mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 18:00:34 -05: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:
@@ -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