{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RunSchedule", "title": "RunSchedule", "type": "object", "properties": { "start": { "type": "integer", "format": "int64", "description": "Start timestamp in milliseconds", "example": 1647927789001 }, "end": { "type": "integer", "format": "int64", "description": "End timestamp in milliseconds", "example": 1648186989000 } } }