{"name":"@technologiestiftung/giessdenkiez-de-postgres-api","message":"its working","routes":[{"method":"GET","routes":{"byid":{"url":"get/byid","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"id":{"type":"string"}},"required":["id"],"additionalProperties":false}},"treesbyids":{"url":"get/treesbyids","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"tree_ids":{"type":"string"},"limit":{"type":"string"},"offset":{"type":"string"}},"required":["tree_ids"],"additionalProperties":false}},"adopted":{"url":"get/adopted","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"uuid":{"type":"string"},"limit":{"type":"string"},"offset":{"type":"string"}},"required":["uuid"],"additionalProperties":false}},"istreeadopted":{"url":"get/istreeadopted","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"uuid":{"type":"string"},"id":{"type":"string"}},"required":["uuid","id"],"additionalProperties":false}},"wateredandadopted":{"url":"get/wateredandadopted","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"limit":{"type":"string"},"offset":{"type":"string"}},"required":[],"additionalProperties":false}},"lastwatered":{"url":"get/lastwatered","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"id":{"type":"string"},"limit":{"type":"string"},"offset":{"type":"string"}},"required":["id"],"additionalProperties":false}},"wateredbyuser":{"url":"get/wateredbyuser","schema":{"type":"object","properties":{"type":{"type":"string","description":"The type property is atomaticaly added by dynamic vercel api routes. You should not add it yourself"},"uuid":{"type":"string"}},"required":["uuid"],"additionalProperties":false}}}},{"method":"POST","routes":{"adopt":{"url":"post/adopt","schema":{"type":"object","properties":{"uuid":{"type":"string"},"tree_id":{"type":"string"},"queryType":{"type":"string"}},"required":["uuid","tree_id"],"additionalProperties":false}},"water":{"url":"post/water","schema":{"type":"object","properties":{"uuid":{"type":"string"},"tree_id":{"type":"string"},"username":{"type":"string"},"timestamp":{"type":"string"},"amount":{"type":"number"},"queryType":{"type":"string"}},"required":["uuid","tree_id","username","timestamp","amount"],"additionalProperties":false}}}},{"method":"DELETE","routes":{"unadopt":{"url":"delete/unadopt","schema":{"type":"object","properties":{"uuid":{"type":"string"},"tree_id":{"type":"string"},"queryType":{"type":"string"}},"required":["uuid","tree_id"],"additionalProperties":false}},"unwater":{"url":"delete/unwater","schema":{"type":"object","properties":{"watering_id":{"type":"number"},"uuid":{"type":"string"},"tree_id":{"type":"string"},"queryType":{"type":"string"}},"required":["uuid","tree_id","watering_id"],"additionalProperties":false}}}}]}