The published REST Web Services, by default, prepend the "Composite Service Name" as the JSON Package Name in their Operations responses in TIBCO Data Virtualization (TDV).
In the below example, "TestingRestServices" is the "Composite Service Name".
{"TestingRestServices.orderdetailsResponse": {"TestingRestServices.orderdetailsOutput": {"TestingRestServices.row":[ {"TestingRestServices.orderdetailid":1, "TestingRestServices.orderid":2, "TestingRestServices.productid":1, "TestingRestServices.quantity":3, "TestingRestServices.unitprice":89.99, "TestingRestServices.status":"open", "TestingRestServices.discount":0.10},
Note: The 'JSON Package Name' prepends to each element within the response record.