Skip to content

Commit 9d67764

Browse files
committed
Update qunit fixture
1 parent 151e41f commit 9d67764

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12845,7 +12845,8 @@ mockedApiResponse.Schema = {
1284512845
"properties": {
1284612846
"data": {
1284712847
"type": "string",
12848-
"required": true
12848+
"required": true,
12849+
"maxLength": 1048576
1284912850
},
1285012851
"type": {
1285112852
"type": "string",
@@ -12868,6 +12869,7 @@ mockedApiResponse.Schema = {
1286812869
},
1286912870
"type": "object"
1287012871
},
12872+
"maxItems": 50,
1287112873
"type": "array",
1287212874
"required": true
1287312875
}

0 commit comments

Comments
 (0)