Schema Viewer
Viewing v2/runtime/processes/:instance_owner/:instance_key/play/post.json
{
  "id": "https://dev.playlyfe.com/schemas/v2/runtime/processes/:instance_owner/:instance_key/play/post.json",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "params",
    "body"
  ],
  "properties": {
    "params": {
      "$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
    },
    "body": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "trigger": {
          "type": "string",
          "format": "trigger",
          "maxLength": 165
        },
        "variables": {
          "type": "object",
          "additionalProperties": true
        },
        "scopes": {
          "type": "array",
          "additionalItems": false,
          "items": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
              "id": {
                "type": "string"
              },
              "entity_id": {
                "type": "string",
                "format": "id"
              }
            }
          },
          "default": []
        },
        "notify_team": {
          "type": "boolean",
          "default": false
        }
      }
    }
  }
}