{ "id": "postDataType", "description": "Posted data info.", "optional": true, "properties": { "mimeType": { "type": "string", "required": true }, "text": { "type": "string" }, "params": { "type": "array", "properties": { "name": { "type": "string", "required": true }, "value": { "type": "string" }, "fileName": { "type": "string" }, "contentType": { "type": "string" }, "comment": { "type": "string" } } }, "comment": { "type": "string" } } }