Payload schema
scheduleKeystring
The scheduler key whose heartbeat fired.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"scheduleKey": {
"type": "string",
"minLength": 1,
"description": "The scheduler key whose heartbeat fired."
}
},
"required": [
"scheduleKey"
]
}