DB response object should contain field "id" and not "_id".
@@ -1,3 +1,3 @@
#!/bin/bash
-fw_depends scala
+fw_depends java
@@ -25,4 +25,4 @@ class Test2Endpoint(hostname: String) extends EndpointProvider {
}
-case class Output(_id: Int, randomNumber: Int)
+case class Output(id: Int, randomNumber: Int)