[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:
Sawjan Gurung
2024-02-28 16:56:03 +05:45
committed by GitHub
parent b8fcf7cf43
commit 9b8ec4e5e6
5 changed files with 98 additions and 41 deletions

View File

@@ -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",