addedOutput schema / properties / result / properties
Added value: +{
+ "action_number": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "color": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cooldown_seconds": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "icon": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "format": "uuid",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sound": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "webhook_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}