{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MinutesSchedule", "type": "object", "description": "A schedule for executing a task at specified intervals of minutes.", "properties": { "minutes": { "type": "integer", "description": "The number of minutes between each task run." } } }