Version: v3.3 
Schedules
Amorphic Schedule is used to create triggers for Amorphic Jobs, enabling the automation of data ingestion.
Below is the sample resource definition file for Schedule:
{
"rSchedule": {
"Type": "Schedule",
"Properties": {
"Arguments": [
{
"Key": "MaxCapacity",
"Value": 0.0625
}
],
"JobName": "job_schedule_cron",
"JobType": "etl",
"Description": "job schedule",
"Keywords": [
"Owner: syagni"
],
"Resource": {
"!Environ": "testJob.JobName"
},
"ScheduleType": "time",
"ScheduleParam": {
"ScheduleExpression": "cron(0/15 * * * ? *)"
}
}
}
}