{ "id": "contentType", "description": "Response content", "properties": { "size": { "type": "integer", "required": true }, "compression": { "type": "integer" }, "mimeType": { "type": "string", "required": true }, "text": { "type": "string" }, "encoding": { "type": "string" }, "comment": { "type": "string" } } }