{ "GET": { "info": "redirects to given tiny url", "scope": [[]], "in": { "URL#0": { "info": "tiny url to redirect to", "name": "url", "type": "varchar(3,30)" } }, "out": {} }, "POST": { "info": "creates a new tiny url", "scope": [[]], "in": { "url": { "info": "preferred tiny url", "type": "varchar(3,30)" }, "target": { "info": "url to shorten", "type": "varchar(5,300)" } }, "out": {} } }