I would like to add a destination for a JSON endpoint, I have created the destination in the sap hana cloud cockpit. However, I have added a destination for it in the neo-app.json:
{
"path":"/mainservice/crud",
"target":{
"type":"destination",
"name":"map_CRUD",
"entryPath":"/mainservice/crud"
},
"description":"mapERP_CRUD"
}
I would like to add it to as a destination within manifest.json, I have seen examples of adding an OData dataSources, how would I do it for a regular json endpoint which does not use OData.
Thanks.