Scheduling Web Jobs

How do I deploy a Web Job and set the schedule?

I have tried adding a “settings.job” file to my application with the following contents:
{
“schedule”: “schedule”: “0 0 7-19 * * *”
}

but this seems to get ignored.