Payload schema
executionIdstring
The obligation this attempt belongs to.
Additional properties beyond the listed fields are allowed.
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"executionId": {
"type": "string",
"description": "The obligation this attempt belongs to."
}
},
"required": [
"executionId"
],
"additionalProperties": {}
}