We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003b40d commit 032eb8fCopy full SHA for 032eb8f
1 file changed
src/ai/content-planner/user-interface/get-outline-route.php
@@ -145,12 +145,14 @@ public function register_routes() {
145
'type' => 'object',
146
'properties' => [
147
'title' => [
148
- 'type' => 'string',
149
- 'required' => true,
+ 'type' => 'string',
+ 'required' => true,
150
+ 'maxLength' => 500,
151
],
152
'description' => [
153
154
155
+ 'maxLength' => 1000,
156
157
158
'additionalProperties' => false,
0 commit comments