Let's say you're working on an app called MyTasks, and you want to allow inbound URLs to create a new task with a title and a body. The URL you're designing might look something like this:
mytasks://create?title=hello&body=world
(Of course, the text and body parameters are used to populate our...