Skip to content

Commit

Permalink
Fix wp-api-generated.js
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 29, 2024
1 parent b32380f commit 136f8aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/qunit/fixtures/wp-api-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -9595,6 +9595,22 @@ mockedApiResponse.Schema = {
}
},
"required": false
},
"search_columns": {
"default": [],
"description": "Array of column names to be searched.",
"type": "array",
"items": {
"enum": [
"email",
"name",
"id",
"username",
"slug"
],
"type": "string"
},
"required": false
}
}
},
Expand Down

0 comments on commit 136f8aa

Please sign in to comment.