Comment for Request
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SaveComment", "description": "Comment for Request", "type": "object", "required": [ "text" ], "properties": { "text": { "type": "string", "description": "Comment text." } } }