Skip to content

Commit d6e59f7

Browse files
committed
Update tests/qunit/fixtures/wp-api-generated.js following schema changes.
1 parent aec6db0 commit d6e59f7

1 file changed

Lines changed: 6 additions & 16 deletions

File tree

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12759,19 +12759,14 @@ mockedApiResponse.Schema = {
1275912759
},
1276012760
"client_id": {
1276112761
"minimum": 1,
12762-
"minLength": 1,
12763-
"maxLength": 32,
12762+
"maximum": "99999999999999999999999999999999",
1276412763
"required": true,
12765-
"type": [
12766-
"string",
12767-
"integer"
12768-
],
12769-
"sanitize_callback": {}
12764+
"type": "integer"
1277012765
},
1277112766
"room": {
1277212767
"required": true,
1277312768
"type": "string",
12774-
"pattern": "^[^/]+/[^/:]+(?::\\S+)?$",
12769+
"pattern": "^[^/]+/[^/:]+(?::[1-9][0-9]*)?$",
1277512770
"maxLength": 191
1277612771
},
1277712772
"updates": {
@@ -12876,19 +12871,14 @@ mockedApiResponse.Schema = {
1287612871
},
1287712872
"client_id": {
1287812873
"minimum": 1,
12879-
"minLength": 1,
12880-
"maxLength": 32,
12874+
"maximum": "99999999999999999999999999999999",
1288112875
"required": true,
12882-
"type": [
12883-
"string",
12884-
"integer"
12885-
],
12886-
"sanitize_callback": {}
12876+
"type": "integer"
1288712877
},
1288812878
"room": {
1288912879
"required": true,
1289012880
"type": "string",
12891-
"pattern": "^[^/]+/[^/:]+(?::\\S+)?$",
12881+
"pattern": "^[^/]+/[^/:]+(?::[1-9][0-9]*)?$",
1289212882
"maxLength": 191
1289312883
},
1289412884
"updates": {

0 commit comments

Comments
 (0)