Payload schema
reasonstringoptional
Why the loop resumed.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"reason": {
"description": "Why the loop resumed.",
"type": "string",
"minLength": 1
}
}
}