For the type "string", I think there is some upper limit of character count.
For example,
- post title : 200 characters
- post body : 30000 characters
In the help page, currently like this
"body": { "description": "body of the comment", "values": "string", "optional": false } Can we have upper limit also? for example "body": { "description": "body of the comment", "values": "string", "max-length": 30000, "optional": false }