assertTrue(json.contains("\"download\": { \"type\": \"boolean\""));
}
@Test
public void testComponentDocumentation() throws Exception {
CamelContext context = new DefaultCamelContext();
String html = context.getComponentDocumentation("sftp");
assertNotNull("Should have found some auto-generated HTML", html);
}