[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
@@ -553,8 +553,6 @@ Feature: Create a share link for a resource
},
"link": {
"type": "object",
"minItems": 5,
"maxItems": 5,
"required": [
"@libre.graph.displayName",
"@libre.graph.quickLink",
@@ -102,8 +102,6 @@ Feature: Update permission of a share
"""
{
"type": "object",
"minItems": 3,
"maxItems": 3,
"required": [
"grantedToV2",
"id",