This commit is contained in:
Slipstream 2025-04-26 09:24:12 -06:00
parent 38b726cef1
commit 6022b5a7fd
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -258,7 +258,7 @@ Current State:
"description": "The activity text, or null."
}
},
# No 'required' here, allows sending {"type": null, "text": null} to clear activity
"required": ["type", "text"], # Add required fields as per error message
"additionalProperties": False # Keep this for the nested activity object
}
},