We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b878d8b commit f435d93Copy full SHA for f435d93
tests/qunit/fixtures/wp-api-generated.js
@@ -10335,7 +10335,10 @@ mockedApiResponse.Schema = {
10335
"status": {
10336
"default": "approve",
10337
"description": "Limit result set to comments assigned a specific status. Requires authorization.",
10338
- "type": "string",
+ "type": [
10339
+ "string",
10340
+ "array"
10341
+ ],
10342
"required": false
10343
},
10344
"type": {
0 commit comments