The comment. If mentioning any user(s) (optional), include them as @username in the text body. Do not use @ symbol for anything but mentioning @usernames.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "API2.Controllers.WebAPI.ReviewController.PostReplyReq",
"description": "Reply request parameters",
"properties": {
"Comment": {
"description": "The comment. If mentioning any user(s) (optional), include them as @username in the text body. Do not use @ symbol for anything but mentioning @usernames.",
"type": "string"
}
},
"type": "object"
}