Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Template IDS

Action type’s

Data

Schema

replied-to

member-replied-to

{

“title“: “${param1} ${param2} to your ${param3}“

}

{

"$schema": "#/definition/params",

"title": "params context",

"description": "properties Data",

"type": "object",

"properties": {

"param1": {

"description": "property 1 value",

"type": "string"

},

"param2": {

"description": "property 2 value",

"type": "string"

},

"param3": {

"description": "property 3 value",

"type": "string"

}

},

"required": [

"param1",

"param2",

“param3“

]

}

voted-to

member-voted-to

{

“title“: “${param1} ${param2} to your ${param3}“

}

{

"$schema": "#/definition/params",

"title": "params context",

"description": "properties Data",

"type": "object",

"properties": {

"param1": {

"description": "property 1 value",

"type": "string"

},

"param2": {

"description": "property 2 value",

"type": "string"

},

"param3": {

"description": "property 3 value",

"type": "string"

}

},

"required": [

"param1",

"param2",

"param3"

]

}

...