 {
  "tray_export_version": 4,
  "export_type": "workflow",
  "workflows": [
    {
      "id": "efc72f1b-5ce1-4aaf-9a3a-362d03954671",
      "created": "2025-03-11T20:07:10.688245Z",
      "workspace_id": "fe1dc357-73fd-4beb-a857-548679b2e439",
      "project_id": "fa4eca57-61cd-4d36-b947-a7484aff03c8",
      "group": "e51d0f65-0868-4311-b186-6803cddc6eaf",
      "creator": "fe1dc357-73fd-4beb-a857-548679b2e439",
      "version": {
        "id": "dac49100-9e68-490a-93ac-e23fecfd214c",
        "created": "2025-05-08T20:32:54.993360Z"
      },
      "title": "Import MixPanel Product Adopter into Salesloft ",
      "description": "This workflow retrieves high adopter data from MixPanel, checks if accounts exist in Salesloft, creates new accounts and people if needed, and updates existing accounts with the high adopter data.",
      "enabled": false,
      "tags": [
        "MixPanel",
        "Salesloft"
      ],
      "settings": {
        "config": {},
        "input_schema": {},
        "output_schema": {}
      },
      "steps_structure": [
        {
          "name": "trigger",
          "type": "normal",
          "content": {}
        },
        {
          "name": "date-time-helpers-1",
          "type": "normal",
          "content": {}
        },
        {
          "name": "storage-2",
          "type": "normal",
          "content": {}
        },
        {
          "name": "date-time-helpers-2",
          "type": "normal",
          "content": {}
        },
        {
          "name": "http-client-1",
          "type": "normal",
          "content": {}
        },
        {
          "name": "loop-1",
          "type": "loop",
          "content": {
            "_loop": [
              {
                "name": "boolean-condition-4",
                "type": "branch",
                "content": {
                  "true": [
                    {
                      "name": "text-helpers-1",
                      "type": "normal",
                      "content": {}
                    },
                    {
                      "name": "salesloft-8",
                      "type": "normal",
                      "content": {}
                    },
                    {
                      "name": "boolean-condition-1",
                      "type": "branch",
                      "content": {
                        "true": [
                          {
                            "name": "list-helpers-1",
                            "type": "normal",
                            "content": {}
                          },
                          {
                            "name": "boolean-condition-3",
                            "type": "branch",
                            "content": {
                              "true": [],
                              "false": [
                                {
                                  "name": "salesloft-1",
                                  "type": "normal",
                                  "content": {}
                                }
                              ]
                            }
                          }
                        ],
                        "false": [
                          {
                            "name": "salesloft-3",
                            "type": "normal",
                            "content": {}
                          },
                          {
                            "name": "salesloft-5",
                            "type": "normal",
                            "content": {}
                          },
                          {
                            "name": "boolean-condition-2",
                            "type": "branch",
                            "content": {
                              "true": [],
                              "false": [
                                {
                                  "name": "salesloft-4",
                                  "type": "normal",
                                  "content": {}
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "false": []
                }
              },
              {
                "name": "storage-1",
                "type": "normal",
                "content": {}
              },
              {
                "name": "break-loop-1",
                "type": "break",
                "content": {},
                "target": "loop-1"
              }
            ]
          }
        }
      ],
      "steps": {
        "boolean-condition-1": {
          "title": "Property exists",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "property_exists",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "property": {
              "type": "jsonpath",
              "value": "$.steps.salesloft-8.response.body.data[0].updated_at"
            }
          }
        },
        "boolean-condition-2": {
          "title": "Property exists",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "property_exists",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "property": {
              "type": "jsonpath",
              "value": "$.steps.salesloft-5.data[0].personal_email_address"
            }
          }
        },
        "boolean-condition-3": {
          "title": "Boolean condition",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "boolean_condition",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "conditions": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "value1": {
                      "type": "jsonpath",
                      "value": "$.steps.list-helpers-1.result.custom_fields.['Rhythm Adopter']"
                    },
                    "comparison_type": {
                      "type": "string",
                      "value": "==="
                    },
                    "value2": {
                      "type": "string",
                      "value": "true"
                    }
                  }
                }
              ]
            },
            "strictness": {
              "type": "string",
              "value": "All"
            }
          }
        },
        "boolean-condition-4": {
          "title": "Boolean condition",
          "connector": {
            "name": "boolean-condition",
            "version": "2.3"
          },
          "operation": "boolean_condition",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "conditions": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "value1": {
                      "type": "string",
                      "value": "{$.steps.loop-1.value.$properties.$last_seen}"
                    },
                    "comparison_type": {
                      "type": "string",
                      "value": ">"
                    },
                    "value2": {
                      "type": "jsonpath",
                      "value": "$.steps.date-time-helpers-2.result"
                    }
                  }
                }
              ]
            },
            "strictness": {
              "type": "string",
              "value": "All"
            }
          }
        },
        "break-loop-1": {
          "title": "Continue",
          "connector": {
            "name": "break-loop",
            "version": "1.1"
          },
          "operation": "continue",
          "output_schema": {},
          "error_handling": {},
          "properties": {}
        },
        "date-time-helpers-1": {
          "title": "Get current timestamp",
          "connector": {
            "name": "date-time-helpers",
            "version": "3.0"
          },
          "operation": "current_timestamp",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "timezone": {
              "type": "string",
              "value": "EST"
            },
            "format": {
              "type": "object",
              "value": {
                "existing_format": {
                  "type": "string",
                  "value": "YYYY-MM-DDTHH:mm:ssZ"
                }
              }
            }
          }
        },
        "date-time-helpers-2": {
          "title": "Set Last Run to EST",
          "connector": {
            "name": "date-time-helpers",
            "version": "3.0"
          },
          "operation": "format",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "timezone": {
              "type": "string",
              "value": "EST"
            },
            "date": {
              "type": "jsonpath",
              "value": "$.steps.storage-2.value"
            },
            "format": {
              "type": "object",
              "value": {
                "existing_format": {
                  "type": "string",
                  "value": "YYYY-MM-DDTHH:mm:ssZ"
                }
              }
            }
          }
        },
        "http-client-1": {
          "title": "High Adopter Cohort",
          "connector": {
            "name": "http-client",
            "version": "5.6"
          },
          "operation": "get_request",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "response": {
                "type": "object",
                "properties": {
                  "status_code": {
                    "type": "number"
                  },
                  "headers": {
                    "type": "object",
                    "properties": {
                      "server": {
                        "type": "string"
                      },
                      "date": {
                        "type": "string"
                      },
                      "content-type": {
                        "type": "string"
                      },
                      "vary": {
                        "type": "string"
                      },
                      "cache-control": {
                        "type": "string"
                      },
                      "x-server-elapsed": {
                        "type": "string"
                      },
                      "query-ids": {
                        "type": "string"
                      },
                      "ot-tracer-traceid": {
                        "type": "string"
                      },
                      "ot-tracer-spanid": {
                        "type": "string"
                      },
                      "ot-tracer-sampled": {
                        "type": "string"
                      },
                      "x-force-trace": {
                        "type": "string"
                      },
                      "strict-transport-security": {
                        "type": "string"
                      },
                      "x-content-type-options": {
                        "type": "string"
                      },
                      "x-frame-options": {
                        "type": "string"
                      },
                      "access-control-allow-methods": {
                        "type": "string"
                      },
                      "access-control-allow-headers": {
                        "type": "string"
                      },
                      "via": {
                        "type": "string"
                      },
                      "alt-svc": {
                        "type": "string"
                      },
                      "connection": {
                        "type": "string"
                      },
                      "transfer-encoding": {
                        "type": "string"
                      }
                    }
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "results": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "$distinct_id": {
                              "type": "string"
                            },
                            "$properties": {
                              "type": "object",
                              "properties": {
                                "0": {
                                  "type": "string"
                                },
                                "1": {
                                  "type": "string"
                                },
                                "2": {
                                  "type": "string"
                                },
                                "3": {
                                  "type": "string"
                                },
                                "4": {
                                  "type": "string"
                                },
                                "5": {
                                  "type": "string"
                                },
                                "6": {
                                  "type": "string"
                                },
                                "7": {
                                  "type": "string"
                                },
                                "8": {
                                  "type": "string"
                                },
                                "9": {
                                  "type": "string"
                                },
                                "10": {
                                  "type": "string"
                                },
                                "11": {
                                  "type": "string"
                                },
                                "12": {
                                  "type": "string"
                                },
                                "13": {
                                  "type": "string"
                                },
                                "14": {
                                  "type": "string"
                                },
                                "15": {
                                  "type": "string"
                                },
                                "16": {
                                  "type": "string"
                                },
                                "17": {
                                  "type": "string"
                                },
                                "18": {
                                  "type": "string"
                                },
                                "19": {
                                  "type": "string"
                                },
                                "20": {
                                  "type": "string"
                                },
                                "21": {
                                  "type": "string"
                                },
                                "22": {
                                  "type": "string"
                                },
                                "23": {
                                  "type": "string"
                                },
                                "24": {
                                  "type": "string"
                                },
                                "25": {
                                  "type": "string"
                                },
                                "26": {
                                  "type": "string"
                                },
                                "27": {
                                  "type": "string"
                                },
                                "28": {
                                  "type": "string"
                                },
                                "29": {
                                  "type": "string"
                                },
                                "30": {
                                  "type": "string"
                                },
                                "31": {
                                  "type": "string"
                                },
                                "32": {
                                  "type": "string"
                                },
                                "33": {
                                  "type": "string"
                                },
                                "34": {
                                  "type": "string"
                                },
                                "35": {
                                  "type": "string"
                                },
                                "36": {
                                  "type": "string"
                                },
                                "37": {
                                  "type": "string"
                                },
                                "38": {
                                  "type": "string"
                                },
                                "39": {
                                  "type": "string"
                                },
                                "40": {
                                  "type": "string"
                                },
                                "41": {
                                  "type": "string"
                                },
                                "42": {
                                  "type": "string"
                                },
                                "43": {
                                  "type": "string"
                                },
                                "44": {
                                  "type": "string"
                                },
                                "45": {
                                  "type": "string"
                                },
                                "46": {
                                  "type": "string"
                                },
                                "47": {
                                  "type": "string"
                                },
                                "48": {
                                  "type": "string"
                                },
                                "49": {
                                  "type": "string"
                                },
                                "50": {
                                  "type": "string"
                                },
                                "51": {
                                  "type": "string"
                                },
                                "52": {
                                  "type": "string"
                                },
                                "53": {
                                  "type": "string"
                                },
                                "54": {
                                  "type": "string"
                                },
                                "55": {
                                  "type": "string"
                                },
                                "56": {
                                  "type": "string"
                                },
                                "57": {
                                  "type": "string"
                                },
                                "58": {
                                  "type": "string"
                                },
                                "59": {
                                  "type": "string"
                                },
                                "60": {
                                  "type": "string"
                                },
                                "61": {
                                  "type": "string"
                                },
                                "62": {
                                  "type": "string"
                                },
                                "63": {
                                  "type": "string"
                                },
                                "64": {
                                  "type": "string"
                                },
                                "65": {
                                  "type": "string"
                                },
                                "66": {
                                  "type": "string"
                                },
                                "67": {
                                  "type": "string"
                                },
                                "68": {
                                  "type": "string"
                                },
                                "69": {
                                  "type": "string"
                                },
                                "70": {
                                  "type": "string"
                                },
                                "71": {
                                  "type": "string"
                                },
                                "72": {
                                  "type": "string"
                                },
                                "73": {
                                  "type": "string"
                                },
                                "74": {
                                  "type": "string"
                                },
                                "75": {
                                  "type": "string"
                                },
                                "76": {
                                  "type": "string"
                                },
                                "77": {
                                  "type": "string"
                                },
                                "78": {
                                  "type": "string"
                                },
                                "79": {
                                  "type": "string"
                                },
                                "80": {
                                  "type": "string"
                                },
                                "81": {
                                  "type": "string"
                                },
                                "82": {
                                  "type": "string"
                                },
                                "83": {
                                  "type": "string"
                                },
                                "84": {
                                  "type": "string"
                                },
                                "85": {
                                  "type": "string"
                                },
                                "86": {
                                  "type": "string"
                                },
                                "87": {
                                  "type": "string"
                                },
                                "88": {
                                  "type": "string"
                                },
                                "89": {
                                  "type": "string"
                                },
                                "90": {
                                  "type": "string"
                                },
                                "91": {
                                  "type": "string"
                                },
                                "92": {
                                  "type": "string"
                                },
                                "93": {
                                  "type": "string"
                                },
                                "94": {
                                  "type": "string"
                                },
                                "95": {
                                  "type": "string"
                                },
                                "96": {
                                  "type": "string"
                                },
                                "97": {
                                  "type": "string"
                                },
                                "98": {
                                  "type": "string"
                                },
                                "99": {
                                  "type": "string"
                                },
                                "100": {
                                  "type": "string"
                                },
                                "101": {
                                  "type": "string"
                                },
                                "102": {
                                  "type": "string"
                                },
                                "103": {
                                  "type": "string"
                                },
                                "104": {
                                  "type": "string"
                                },
                                "105": {
                                  "type": "string"
                                },
                                "106": {
                                  "type": "string"
                                },
                                "107": {
                                  "type": "string"
                                },
                                "108": {
                                  "type": "string"
                                },
                                "109": {
                                  "type": "string"
                                },
                                "110": {
                                  "type": "string"
                                },
                                "111": {
                                  "type": "string"
                                },
                                "112": {
                                  "type": "string"
                                },
                                "113": {
                                  "type": "string"
                                },
                                "114": {
                                  "type": "string"
                                },
                                "115": {
                                  "type": "string"
                                },
                                "116": {
                                  "type": "string"
                                },
                                "117": {
                                  "type": "string"
                                },
                                "118": {
                                  "type": "string"
                                },
                                "119": {
                                  "type": "string"
                                },
                                "120": {
                                  "type": "string"
                                },
                                "121": {
                                  "type": "string"
                                },
                                "122": {
                                  "type": "string"
                                },
                                "123": {
                                  "type": "string"
                                },
                                "124": {
                                  "type": "string"
                                },
                                "125": {
                                  "type": "string"
                                },
                                "126": {
                                  "type": "string"
                                },
                                "127": {
                                  "type": "string"
                                },
                                "128": {
                                  "type": "string"
                                },
                                "129": {
                                  "type": "string"
                                },
                                "130": {
                                  "type": "string"
                                },
                                "131": {
                                  "type": "string"
                                },
                                "132": {
                                  "type": "string"
                                },
                                "133": {
                                  "type": "string"
                                },
                                "134": {
                                  "type": "string"
                                },
                                "135": {
                                  "type": "string"
                                },
                                "136": {
                                  "type": "string"
                                },
                                "137": {
                                  "type": "string"
                                },
                                "138": {
                                  "type": "string"
                                },
                                "139": {
                                  "type": "string"
                                },
                                "140": {
                                  "type": "string"
                                },
                                "141": {
                                  "type": "string"
                                },
                                "142": {
                                  "type": "string"
                                },
                                "143": {
                                  "type": "string"
                                },
                                "144": {
                                  "type": "string"
                                },
                                "145": {
                                  "type": "string"
                                },
                                "146": {
                                  "type": "string"
                                },
                                "147": {
                                  "type": "string"
                                },
                                "148": {
                                  "type": "string"
                                },
                                "149": {
                                  "type": "string"
                                },
                                "150": {
                                  "type": "string"
                                },
                                "151": {
                                  "type": "string"
                                },
                                "152": {
                                  "type": "string"
                                },
                                "153": {
                                  "type": "string"
                                },
                                "154": {
                                  "type": "string"
                                },
                                "155": {
                                  "type": "string"
                                },
                                "156": {
                                  "type": "string"
                                },
                                "157": {
                                  "type": "string"
                                },
                                "158": {
                                  "type": "string"
                                },
                                "159": {
                                  "type": "string"
                                },
                                "160": {
                                  "type": "string"
                                },
                                "161": {
                                  "type": "string"
                                },
                                "162": {
                                  "type": "string"
                                },
                                "163": {
                                  "type": "string"
                                },
                                "164": {
                                  "type": "string"
                                },
                                "165": {
                                  "type": "string"
                                },
                                "166": {
                                  "type": "string"
                                },
                                "167": {
                                  "type": "string"
                                },
                                "168": {
                                  "type": "string"
                                },
                                "169": {
                                  "type": "string"
                                },
                                "170": {
                                  "type": "string"
                                },
                                "171": {
                                  "type": "string"
                                },
                                "172": {
                                  "type": "string"
                                },
                                "173": {
                                  "type": "string"
                                },
                                "174": {
                                  "type": "string"
                                },
                                "175": {
                                  "type": "string"
                                },
                                "176": {
                                  "type": "string"
                                },
                                "177": {
                                  "type": "string"
                                },
                                "178": {
                                  "type": "string"
                                },
                                "179": {
                                  "type": "string"
                                },
                                "180": {
                                  "type": "string"
                                },
                                "181": {
                                  "type": "string"
                                },
                                "182": {
                                  "type": "string"
                                },
                                "183": {
                                  "type": "string"
                                },
                                "184": {
                                  "type": "string"
                                },
                                "185": {
                                  "type": "string"
                                },
                                "186": {
                                  "type": "string"
                                },
                                "187": {
                                  "type": "string"
                                },
                                "188": {
                                  "type": "string"
                                },
                                "189": {
                                  "type": "string"
                                },
                                "190": {
                                  "type": "string"
                                },
                                "191": {
                                  "type": "string"
                                },
                                "192": {
                                  "type": "string"
                                },
                                "193": {
                                  "type": "string"
                                },
                                "194": {
                                  "type": "string"
                                },
                                "195": {
                                  "type": "string"
                                },
                                "196": {
                                  "type": "string"
                                },
                                "197": {
                                  "type": "string"
                                },
                                "198": {
                                  "type": "string"
                                },
                                "199": {
                                  "type": "string"
                                },
                                "200": {
                                  "type": "string"
                                },
                                "201": {
                                  "type": "string"
                                },
                                "202": {
                                  "type": "string"
                                },
                                "203": {
                                  "type": "string"
                                },
                                "204": {
                                  "type": "string"
                                },
                                "205": {
                                  "type": "string"
                                },
                                "206": {
                                  "type": "string"
                                },
                                "207": {
                                  "type": "string"
                                },
                                "208": {
                                  "type": "string"
                                },
                                "209": {
                                  "type": "string"
                                },
                                "210": {
                                  "type": "string"
                                },
                                "211": {
                                  "type": "string"
                                },
                                "212": {
                                  "type": "string"
                                },
                                "213": {
                                  "type": "string"
                                },
                                "214": {
                                  "type": "string"
                                },
                                "215": {
                                  "type": "string"
                                },
                                "216": {
                                  "type": "string"
                                },
                                "217": {
                                  "type": "string"
                                },
                                "218": {
                                  "type": "string"
                                },
                                "219": {
                                  "type": "string"
                                },
                                "220": {
                                  "type": "string"
                                },
                                "221": {
                                  "type": "string"
                                },
                                "222": {
                                  "type": "string"
                                },
                                "223": {
                                  "type": "string"
                                },
                                "224": {
                                  "type": "string"
                                },
                                "225": {
                                  "type": "string"
                                },
                                "226": {
                                  "type": "string"
                                },
                                "227": {
                                  "type": "string"
                                },
                                "228": {
                                  "type": "string"
                                },
                                "229": {
                                  "type": "string"
                                },
                                "230": {
                                  "type": "string"
                                },
                                "231": {
                                  "type": "string"
                                },
                                "232": {
                                  "type": "string"
                                },
                                "233": {
                                  "type": "string"
                                },
                                "234": {
                                  "type": "string"
                                },
                                "235": {
                                  "type": "string"
                                },
                                "236": {
                                  "type": "string"
                                },
                                "237": {
                                  "type": "string"
                                },
                                "238": {
                                  "type": "string"
                                },
                                "239": {
                                  "type": "string"
                                },
                                "240": {
                                  "type": "string"
                                },
                                "241": {
                                  "type": "string"
                                },
                                "242": {
                                  "type": "string"
                                },
                                "243": {
                                  "type": "string"
                                },
                                "244": {
                                  "type": "string"
                                },
                                "245": {
                                  "type": "string"
                                },
                                "246": {
                                  "type": "string"
                                },
                                "247": {
                                  "type": "string"
                                },
                                "248": {
                                  "type": "string"
                                },
                                "249": {
                                  "type": "string"
                                },
                                "250": {
                                  "type": "string"
                                },
                                "251": {
                                  "type": "string"
                                },
                                "252": {
                                  "type": "string"
                                },
                                "253": {
                                  "type": "string"
                                },
                                "254": {
                                  "type": "string"
                                },
                                "255": {
                                  "type": "string"
                                },
                                "256": {
                                  "type": "string"
                                },
                                "257": {
                                  "type": "string"
                                },
                                "258": {
                                  "type": "string"
                                },
                                "259": {
                                  "type": "string"
                                },
                                "260": {
                                  "type": "string"
                                },
                                "261": {
                                  "type": "string"
                                },
                                "262": {
                                  "type": "string"
                                },
                                "263": {
                                  "type": "string"
                                },
                                "264": {
                                  "type": "string"
                                },
                                "265": {
                                  "type": "string"
                                },
                                "266": {
                                  "type": "string"
                                },
                                "267": {
                                  "type": "string"
                                },
                                "268": {
                                  "type": "string"
                                },
                                "269": {
                                  "type": "string"
                                },
                                "270": {
                                  "type": "string"
                                },
                                "271": {
                                  "type": "string"
                                },
                                "272": {
                                  "type": "string"
                                },
                                "273": {
                                  "type": "string"
                                },
                                "274": {
                                  "type": "string"
                                },
                                "275": {
                                  "type": "string"
                                },
                                "276": {
                                  "type": "string"
                                },
                                "277": {
                                  "type": "string"
                                },
                                "278": {
                                  "type": "string"
                                },
                                "279": {
                                  "type": "string"
                                },
                                "280": {
                                  "type": "string"
                                },
                                "281": {
                                  "type": "string"
                                },
                                "282": {
                                  "type": "string"
                                },
                                "283": {
                                  "type": "string"
                                },
                                "284": {
                                  "type": "string"
                                },
                                "285": {
                                  "type": "string"
                                },
                                "286": {
                                  "type": "string"
                                },
                                "287": {
                                  "type": "string"
                                },
                                "288": {
                                  "type": "string"
                                },
                                "289": {
                                  "type": "string"
                                },
                                "290": {
                                  "type": "string"
                                },
                                "291": {
                                  "type": "string"
                                },
                                "292": {
                                  "type": "string"
                                },
                                "293": {
                                  "type": "string"
                                },
                                "294": {
                                  "type": "string"
                                },
                                "295": {
                                  "type": "string"
                                },
                                "296": {
                                  "type": "string"
                                },
                                "297": {
                                  "type": "string"
                                },
                                "298": {
                                  "type": "string"
                                },
                                "299": {
                                  "type": "string"
                                },
                                "300": {
                                  "type": "string"
                                },
                                "301": {
                                  "type": "string"
                                },
                                "302": {
                                  "type": "string"
                                },
                                "303": {
                                  "type": "string"
                                },
                                "304": {
                                  "type": "string"
                                },
                                "305": {
                                  "type": "string"
                                },
                                "306": {
                                  "type": "string"
                                },
                                "307": {
                                  "type": "string"
                                },
                                "308": {
                                  "type": "string"
                                },
                                "309": {
                                  "type": "string"
                                },
                                "310": {
                                  "type": "string"
                                },
                                "311": {
                                  "type": "string"
                                },
                                "312": {
                                  "type": "string"
                                },
                                "313": {
                                  "type": "string"
                                },
                                "314": {
                                  "type": "string"
                                },
                                "315": {
                                  "type": "string"
                                },
                                "316": {
                                  "type": "string"
                                },
                                "317": {
                                  "type": "string"
                                },
                                "318": {
                                  "type": "string"
                                },
                                "319": {
                                  "type": "string"
                                },
                                "320": {
                                  "type": "string"
                                },
                                "321": {
                                  "type": "string"
                                },
                                "322": {
                                  "type": "string"
                                },
                                "323": {
                                  "type": "string"
                                },
                                "324": {
                                  "type": "string"
                                },
                                "325": {
                                  "type": "string"
                                },
                                "326": {
                                  "type": "string"
                                },
                                "327": {
                                  "type": "string"
                                },
                                "328": {
                                  "type": "string"
                                },
                                "329": {
                                  "type": "string"
                                },
                                "330": {
                                  "type": "string"
                                },
                                "331": {
                                  "type": "string"
                                },
                                "332": {
                                  "type": "string"
                                },
                                "333": {
                                  "type": "string"
                                },
                                "334": {
                                  "type": "string"
                                },
                                "335": {
                                  "type": "string"
                                },
                                "336": {
                                  "type": "string"
                                },
                                "337": {
                                  "type": "string"
                                },
                                "338": {
                                  "type": "string"
                                },
                                "339": {
                                  "type": "string"
                                },
                                "340": {
                                  "type": "string"
                                },
                                "341": {
                                  "type": "string"
                                },
                                "342": {
                                  "type": "string"
                                },
                                "343": {
                                  "type": "string"
                                },
                                "344": {
                                  "type": "string"
                                },
                                "345": {
                                  "type": "string"
                                },
                                "346": {
                                  "type": "string"
                                },
                                "347": {
                                  "type": "string"
                                },
                                "348": {
                                  "type": "string"
                                },
                                "349": {
                                  "type": "string"
                                },
                                "350": {
                                  "type": "string"
                                },
                                "351": {
                                  "type": "string"
                                },
                                "352": {
                                  "type": "string"
                                },
                                "353": {
                                  "type": "string"
                                },
                                "354": {
                                  "type": "string"
                                },
                                "355": {
                                  "type": "string"
                                },
                                "356": {
                                  "type": "string"
                                },
                                "357": {
                                  "type": "string"
                                },
                                "358": {
                                  "type": "string"
                                },
                                "359": {
                                  "type": "string"
                                },
                                "360": {
                                  "type": "string"
                                },
                                "361": {
                                  "type": "string"
                                },
                                "362": {
                                  "type": "string"
                                },
                                "363": {
                                  "type": "string"
                                },
                                "364": {
                                  "type": "string"
                                },
                                "365": {
                                  "type": "string"
                                },
                                "366": {
                                  "type": "string"
                                },
                                "367": {
                                  "type": "string"
                                },
                                "368": {
                                  "type": "string"
                                },
                                "369": {
                                  "type": "string"
                                },
                                "370": {
                                  "type": "string"
                                },
                                "371": {
                                  "type": "string"
                                },
                                "372": {
                                  "type": "string"
                                },
                                "373": {
                                  "type": "string"
                                },
                                "374": {
                                  "type": "string"
                                },
                                "375": {
                                  "type": "string"
                                },
                                "376": {
                                  "type": "string"
                                },
                                "377": {
                                  "type": "string"
                                },
                                "378": {
                                  "type": "string"
                                },
                                "379": {
                                  "type": "string"
                                },
                                "380": {
                                  "type": "string"
                                },
                                "381": {
                                  "type": "string"
                                },
                                "382": {
                                  "type": "string"
                                },
                                "383": {
                                  "type": "string"
                                },
                                "384": {
                                  "type": "string"
                                },
                                "385": {
                                  "type": "string"
                                },
                                "386": {
                                  "type": "string"
                                },
                                "387": {
                                  "type": "string"
                                },
                                "388": {
                                  "type": "string"
                                },
                                "389": {
                                  "type": "string"
                                },
                                "390": {
                                  "type": "string"
                                },
                                "391": {
                                  "type": "string"
                                },
                                "392": {
                                  "type": "string"
                                },
                                "393": {
                                  "type": "string"
                                },
                                "394": {
                                  "type": "string"
                                },
                                "395": {
                                  "type": "string"
                                },
                                "396": {
                                  "type": "string"
                                },
                                "397": {
                                  "type": "string"
                                },
                                "398": {
                                  "type": "string"
                                },
                                "399": {
                                  "type": "string"
                                },
                                "400": {
                                  "type": "string"
                                },
                                "401": {
                                  "type": "string"
                                },
                                "402": {
                                  "type": "string"
                                },
                                "403": {
                                  "type": "string"
                                },
                                "404": {
                                  "type": "string"
                                },
                                "405": {
                                  "type": "string"
                                },
                                "406": {
                                  "type": "string"
                                },
                                "407": {
                                  "type": "string"
                                },
                                "408": {
                                  "type": "string"
                                },
                                "409": {
                                  "type": "string"
                                },
                                "410": {
                                  "type": "string"
                                },
                                "411": {
                                  "type": "string"
                                },
                                "412": {
                                  "type": "string"
                                },
                                "413": {
                                  "type": "string"
                                },
                                "414": {
                                  "type": "string"
                                },
                                "415": {
                                  "type": "string"
                                },
                                "416": {
                                  "type": "string"
                                },
                                "417": {
                                  "type": "string"
                                },
                                "418": {
                                  "type": "string"
                                },
                                "419": {
                                  "type": "string"
                                },
                                "420": {
                                  "type": "string"
                                },
                                "421": {
                                  "type": "string"
                                },
                                "422": {
                                  "type": "string"
                                },
                                "423": {
                                  "type": "string"
                                },
                                "424": {
                                  "type": "string"
                                },
                                "425": {
                                  "type": "string"
                                },
                                "426": {
                                  "type": "string"
                                },
                                "427": {
                                  "type": "string"
                                },
                                "428": {
                                  "type": "string"
                                },
                                "429": {
                                  "type": "string"
                                },
                                "430": {
                                  "type": "string"
                                },
                                "431": {
                                  "type": "string"
                                },
                                "432": {
                                  "type": "string"
                                },
                                "433": {
                                  "type": "string"
                                },
                                "434": {
                                  "type": "string"
                                },
                                "435": {
                                  "type": "string"
                                },
                                "436": {
                                  "type": "string"
                                },
                                "437": {
                                  "type": "string"
                                },
                                "438": {
                                  "type": "string"
                                },
                                "439": {
                                  "type": "string"
                                },
                                "440": {
                                  "type": "string"
                                },
                                "441": {
                                  "type": "string"
                                },
                                "442": {
                                  "type": "string"
                                },
                                "443": {
                                  "type": "string"
                                },
                                "444": {
                                  "type": "string"
                                },
                                "445": {
                                  "type": "string"
                                },
                                "446": {
                                  "type": "string"
                                },
                                "447": {
                                  "type": "string"
                                },
                                "448": {
                                  "type": "string"
                                },
                                "449": {
                                  "type": "string"
                                },
                                "450": {
                                  "type": "string"
                                },
                                "451": {
                                  "type": "string"
                                },
                                "452": {
                                  "type": "string"
                                },
                                "453": {
                                  "type": "string"
                                },
                                "454": {
                                  "type": "string"
                                },
                                "455": {
                                  "type": "string"
                                },
                                "456": {
                                  "type": "string"
                                },
                                "457": {
                                  "type": "string"
                                },
                                "458": {
                                  "type": "string"
                                },
                                "459": {
                                  "type": "string"
                                },
                                "460": {
                                  "type": "string"
                                },
                                "461": {
                                  "type": "string"
                                },
                                "462": {
                                  "type": "string"
                                },
                                "463": {
                                  "type": "string"
                                },
                                "464": {
                                  "type": "string"
                                },
                                "465": {
                                  "type": "string"
                                },
                                "466": {
                                  "type": "string"
                                },
                                "467": {
                                  "type": "string"
                                },
                                "468": {
                                  "type": "string"
                                },
                                "469": {
                                  "type": "string"
                                },
                                "470": {
                                  "type": "string"
                                },
                                "471": {
                                  "type": "string"
                                },
                                "472": {
                                  "type": "string"
                                },
                                "473": {
                                  "type": "string"
                                },
                                "474": {
                                  "type": "string"
                                },
                                "475": {
                                  "type": "string"
                                },
                                "476": {
                                  "type": "string"
                                },
                                "477": {
                                  "type": "string"
                                },
                                "478": {
                                  "type": "string"
                                },
                                "479": {
                                  "type": "string"
                                },
                                "480": {
                                  "type": "string"
                                },
                                "481": {
                                  "type": "string"
                                },
                                "482": {
                                  "type": "string"
                                },
                                "483": {
                                  "type": "string"
                                },
                                "484": {
                                  "type": "string"
                                },
                                "485": {
                                  "type": "string"
                                },
                                "486": {
                                  "type": "string"
                                },
                                "487": {
                                  "type": "string"
                                },
                                "488": {
                                  "type": "string"
                                },
                                "489": {
                                  "type": "string"
                                },
                                "490": {
                                  "type": "string"
                                },
                                "491": {
                                  "type": "string"
                                },
                                "492": {
                                  "type": "string"
                                },
                                "493": {
                                  "type": "string"
                                },
                                "494": {
                                  "type": "string"
                                },
                                "495": {
                                  "type": "string"
                                },
                                "496": {
                                  "type": "string"
                                },
                                "497": {
                                  "type": "string"
                                },
                                "498": {
                                  "type": "string"
                                },
                                "499": {
                                  "type": "string"
                                },
                                "500": {
                                  "type": "string"
                                },
                                "501": {
                                  "type": "string"
                                },
                                "502": {
                                  "type": "string"
                                },
                                "503": {
                                  "type": "string"
                                },
                                "504": {
                                  "type": "string"
                                },
                                "505": {
                                  "type": "string"
                                },
                                "506": {
                                  "type": "string"
                                },
                                "507": {
                                  "type": "string"
                                },
                                "508": {
                                  "type": "string"
                                },
                                "509": {
                                  "type": "string"
                                },
                                "510": {
                                  "type": "string"
                                },
                                "511": {
                                  "type": "string"
                                },
                                "512": {
                                  "type": "string"
                                },
                                "513": {
                                  "type": "string"
                                },
                                "514": {
                                  "type": "string"
                                },
                                "515": {
                                  "type": "string"
                                },
                                "516": {
                                  "type": "string"
                                },
                                "517": {
                                  "type": "string"
                                },
                                "518": {
                                  "type": "string"
                                },
                                "519": {
                                  "type": "string"
                                },
                                "520": {
                                  "type": "string"
                                },
                                "521": {
                                  "type": "string"
                                },
                                "522": {
                                  "type": "string"
                                },
                                "523": {
                                  "type": "string"
                                },
                                "524": {
                                  "type": "string"
                                },
                                "525": {
                                  "type": "string"
                                },
                                "526": {
                                  "type": "string"
                                },
                                "527": {
                                  "type": "string"
                                },
                                "528": {
                                  "type": "string"
                                },
                                "529": {
                                  "type": "string"
                                },
                                "530": {
                                  "type": "string"
                                },
                                "531": {
                                  "type": "string"
                                },
                                "532": {
                                  "type": "string"
                                },
                                "533": {
                                  "type": "string"
                                },
                                "534": {
                                  "type": "string"
                                },
                                "535": {
                                  "type": "string"
                                },
                                "536": {
                                  "type": "string"
                                },
                                "537": {
                                  "type": "string"
                                },
                                "538": {
                                  "type": "string"
                                },
                                "539": {
                                  "type": "string"
                                },
                                "540": {
                                  "type": "string"
                                },
                                "541": {
                                  "type": "string"
                                },
                                "542": {
                                  "type": "string"
                                },
                                "543": {
                                  "type": "string"
                                },
                                "544": {
                                  "type": "string"
                                },
                                "545": {
                                  "type": "string"
                                },
                                "546": {
                                  "type": "string"
                                },
                                "547": {
                                  "type": "string"
                                },
                                "548": {
                                  "type": "string"
                                },
                                "549": {
                                  "type": "string"
                                },
                                "550": {
                                  "type": "string"
                                },
                                "551": {
                                  "type": "string"
                                },
                                "552": {
                                  "type": "string"
                                },
                                "553": {
                                  "type": "string"
                                },
                                "554": {
                                  "type": "string"
                                },
                                "555": {
                                  "type": "string"
                                },
                                "556": {
                                  "type": "string"
                                },
                                "557": {
                                  "type": "string"
                                },
                                "558": {
                                  "type": "string"
                                },
                                "559": {
                                  "type": "string"
                                },
                                "560": {
                                  "type": "string"
                                },
                                "561": {
                                  "type": "string"
                                },
                                "562": {
                                  "type": "string"
                                },
                                "563": {
                                  "type": "string"
                                },
                                "564": {
                                  "type": "string"
                                },
                                "565": {
                                  "type": "string"
                                },
                                "566": {
                                  "type": "string"
                                },
                                "567": {
                                  "type": "string"
                                },
                                "568": {
                                  "type": "string"
                                },
                                "569": {
                                  "type": "string"
                                },
                                "570": {
                                  "type": "string"
                                },
                                "571": {
                                  "type": "string"
                                },
                                "572": {
                                  "type": "string"
                                },
                                "573": {
                                  "type": "string"
                                },
                                "574": {
                                  "type": "string"
                                },
                                "575": {
                                  "type": "string"
                                },
                                "576": {
                                  "type": "string"
                                },
                                "577": {
                                  "type": "string"
                                },
                                "578": {
                                  "type": "string"
                                },
                                "579": {
                                  "type": "string"
                                },
                                "580": {
                                  "type": "string"
                                },
                                "581": {
                                  "type": "string"
                                },
                                "582": {
                                  "type": "string"
                                },
                                "583": {
                                  "type": "string"
                                },
                                "584": {
                                  "type": "string"
                                },
                                "585": {
                                  "type": "string"
                                },
                                "586": {
                                  "type": "string"
                                },
                                "587": {
                                  "type": "string"
                                },
                                "588": {
                                  "type": "string"
                                },
                                "589": {
                                  "type": "string"
                                },
                                "590": {
                                  "type": "string"
                                },
                                "591": {
                                  "type": "string"
                                },
                                "592": {
                                  "type": "string"
                                },
                                "593": {
                                  "type": "string"
                                },
                                "594": {
                                  "type": "string"
                                },
                                "595": {
                                  "type": "string"
                                },
                                "596": {
                                  "type": "string"
                                },
                                "597": {
                                  "type": "string"
                                },
                                "598": {
                                  "type": "string"
                                },
                                "599": {
                                  "type": "string"
                                },
                                "600": {
                                  "type": "string"
                                },
                                "601": {
                                  "type": "string"
                                },
                                "602": {
                                  "type": "string"
                                },
                                "603": {
                                  "type": "string"
                                },
                                "604": {
                                  "type": "string"
                                },
                                "605": {
                                  "type": "string"
                                },
                                "606": {
                                  "type": "string"
                                },
                                "607": {
                                  "type": "string"
                                },
                                "608": {
                                  "type": "string"
                                },
                                "609": {
                                  "type": "string"
                                },
                                "610": {
                                  "type": "string"
                                },
                                "611": {
                                  "type": "string"
                                },
                                "612": {
                                  "type": "string"
                                },
                                "613": {
                                  "type": "string"
                                },
                                "614": {
                                  "type": "string"
                                },
                                "615": {
                                  "type": "string"
                                },
                                "616": {
                                  "type": "string"
                                },
                                "617": {
                                  "type": "string"
                                },
                                "618": {
                                  "type": "string"
                                },
                                "619": {
                                  "type": "string"
                                },
                                "620": {
                                  "type": "string"
                                },
                                "621": {
                                  "type": "string"
                                },
                                "622": {
                                  "type": "string"
                                },
                                "623": {
                                  "type": "string"
                                },
                                "624": {
                                  "type": "string"
                                },
                                "625": {
                                  "type": "string"
                                },
                                "626": {
                                  "type": "string"
                                },
                                "627": {
                                  "type": "string"
                                },
                                "628": {
                                  "type": "string"
                                },
                                "629": {
                                  "type": "string"
                                },
                                "630": {
                                  "type": "string"
                                },
                                "631": {
                                  "type": "string"
                                },
                                "632": {
                                  "type": "string"
                                },
                                "633": {
                                  "type": "string"
                                },
                                "634": {
                                  "type": "string"
                                },
                                "635": {
                                  "type": "string"
                                },
                                "636": {
                                  "type": "string"
                                },
                                "637": {
                                  "type": "string"
                                },
                                "638": {
                                  "type": "string"
                                },
                                "639": {
                                  "type": "string"
                                },
                                "640": {
                                  "type": "string"
                                },
                                "641": {
                                  "type": "string"
                                },
                                "642": {
                                  "type": "string"
                                },
                                "643": {
                                  "type": "string"
                                },
                                "644": {
                                  "type": "string"
                                },
                                "645": {
                                  "type": "string"
                                },
                                "646": {
                                  "type": "string"
                                },
                                "647": {
                                  "type": "string"
                                },
                                "648": {
                                  "type": "string"
                                },
                                "649": {
                                  "type": "string"
                                },
                                "650": {
                                  "type": "string"
                                },
                                "651": {
                                  "type": "string"
                                },
                                "652": {
                                  "type": "string"
                                },
                                "653": {
                                  "type": "string"
                                },
                                "654": {
                                  "type": "string"
                                },
                                "655": {
                                  "type": "string"
                                },
                                "656": {
                                  "type": "string"
                                },
                                "657": {
                                  "type": "string"
                                },
                                "658": {
                                  "type": "string"
                                },
                                "659": {
                                  "type": "string"
                                },
                                "660": {
                                  "type": "string"
                                },
                                "661": {
                                  "type": "string"
                                },
                                "662": {
                                  "type": "string"
                                },
                                "663": {
                                  "type": "string"
                                },
                                "664": {
                                  "type": "string"
                                },
                                "665": {
                                  "type": "string"
                                },
                                "666": {
                                  "type": "string"
                                },
                                "667": {
                                  "type": "string"
                                },
                                "668": {
                                  "type": "string"
                                },
                                "669": {
                                  "type": "string"
                                },
                                "670": {
                                  "type": "string"
                                },
                                "671": {
                                  "type": "string"
                                },
                                "672": {
                                  "type": "string"
                                },
                                "673": {
                                  "type": "string"
                                },
                                "674": {
                                  "type": "string"
                                },
                                "675": {
                                  "type": "string"
                                },
                                "676": {
                                  "type": "string"
                                },
                                "677": {
                                  "type": "string"
                                },
                                "678": {
                                  "type": "string"
                                },
                                "679": {
                                  "type": "string"
                                },
                                "680": {
                                  "type": "string"
                                },
                                "681": {
                                  "type": "string"
                                },
                                "682": {
                                  "type": "string"
                                },
                                "683": {
                                  "type": "string"
                                },
                                "684": {
                                  "type": "string"
                                },
                                "685": {
                                  "type": "string"
                                },
                                "686": {
                                  "type": "string"
                                },
                                "687": {
                                  "type": "string"
                                },
                                "688": {
                                  "type": "string"
                                },
                                "689": {
                                  "type": "string"
                                },
                                "690": {
                                  "type": "string"
                                },
                                "691": {
                                  "type": "string"
                                },
                                "692": {
                                  "type": "string"
                                },
                                "693": {
                                  "type": "string"
                                },
                                "694": {
                                  "type": "string"
                                },
                                "695": {
                                  "type": "string"
                                },
                                "696": {
                                  "type": "string"
                                },
                                "697": {
                                  "type": "string"
                                },
                                "698": {
                                  "type": "string"
                                },
                                "699": {
                                  "type": "string"
                                },
                                "700": {
                                  "type": "string"
                                },
                                "701": {
                                  "type": "string"
                                },
                                "702": {
                                  "type": "string"
                                },
                                "703": {
                                  "type": "string"
                                },
                                "704": {
                                  "type": "string"
                                },
                                "705": {
                                  "type": "string"
                                },
                                "706": {
                                  "type": "string"
                                },
                                "707": {
                                  "type": "string"
                                },
                                "708": {
                                  "type": "string"
                                },
                                "709": {
                                  "type": "string"
                                },
                                "710": {
                                  "type": "string"
                                },
                                "711": {
                                  "type": "string"
                                },
                                "712": {
                                  "type": "string"
                                },
                                "713": {
                                  "type": "string"
                                },
                                "714": {
                                  "type": "string"
                                },
                                "715": {
                                  "type": "string"
                                },
                                "716": {
                                  "type": "string"
                                },
                                "717": {
                                  "type": "string"
                                },
                                "718": {
                                  "type": "string"
                                },
                                "719": {
                                  "type": "string"
                                },
                                "720": {
                                  "type": "string"
                                },
                                "721": {
                                  "type": "string"
                                },
                                "722": {
                                  "type": "string"
                                },
                                "723": {
                                  "type": "string"
                                },
                                "724": {
                                  "type": "string"
                                },
                                "725": {
                                  "type": "string"
                                },
                                "726": {
                                  "type": "string"
                                },
                                "727": {
                                  "type": "string"
                                },
                                "728": {
                                  "type": "string"
                                },
                                "729": {
                                  "type": "string"
                                },
                                "730": {
                                  "type": "string"
                                },
                                "731": {
                                  "type": "string"
                                },
                                "732": {
                                  "type": "string"
                                },
                                "733": {
                                  "type": "string"
                                },
                                "734": {
                                  "type": "string"
                                },
                                "735": {
                                  "type": "string"
                                },
                                "736": {
                                  "type": "string"
                                },
                                "737": {
                                  "type": "string"
                                },
                                "738": {
                                  "type": "string"
                                },
                                "739": {
                                  "type": "string"
                                },
                                "740": {
                                  "type": "string"
                                },
                                "741": {
                                  "type": "string"
                                },
                                "742": {
                                  "type": "string"
                                },
                                "743": {
                                  "type": "string"
                                },
                                "744": {
                                  "type": "string"
                                },
                                "745": {
                                  "type": "string"
                                },
                                "746": {
                                  "type": "string"
                                },
                                "747": {
                                  "type": "string"
                                },
                                "748": {
                                  "type": "string"
                                },
                                "749": {
                                  "type": "string"
                                },
                                "750": {
                                  "type": "string"
                                },
                                "751": {
                                  "type": "string"
                                },
                                "752": {
                                  "type": "string"
                                },
                                "753": {
                                  "type": "string"
                                },
                                "754": {
                                  "type": "string"
                                },
                                "755": {
                                  "type": "string"
                                },
                                "756": {
                                  "type": "string"
                                },
                                "757": {
                                  "type": "string"
                                },
                                "758": {
                                  "type": "string"
                                },
                                "759": {
                                  "type": "string"
                                },
                                "760": {
                                  "type": "string"
                                },
                                "761": {
                                  "type": "string"
                                },
                                "762": {
                                  "type": "string"
                                },
                                "763": {
                                  "type": "string"
                                },
                                "764": {
                                  "type": "string"
                                },
                                "765": {
                                  "type": "string"
                                },
                                "766": {
                                  "type": "string"
                                },
                                "767": {
                                  "type": "string"
                                },
                                "768": {
                                  "type": "string"
                                },
                                "769": {
                                  "type": "string"
                                },
                                "770": {
                                  "type": "string"
                                },
                                "771": {
                                  "type": "string"
                                },
                                "772": {
                                  "type": "string"
                                },
                                "773": {
                                  "type": "string"
                                },
                                "774": {
                                  "type": "string"
                                },
                                "775": {
                                  "type": "string"
                                },
                                "776": {
                                  "type": "string"
                                },
                                "777": {
                                  "type": "string"
                                },
                                "778": {
                                  "type": "string"
                                },
                                "779": {
                                  "type": "string"
                                },
                                "780": {
                                  "type": "string"
                                },
                                "781": {
                                  "type": "string"
                                },
                                "782": {
                                  "type": "string"
                                },
                                "783": {
                                  "type": "string"
                                },
                                "784": {
                                  "type": "string"
                                },
                                "785": {
                                  "type": "string"
                                },
                                "786": {
                                  "type": "string"
                                },
                                "787": {
                                  "type": "string"
                                },
                                "788": {
                                  "type": "string"
                                },
                                "789": {
                                  "type": "string"
                                },
                                "790": {
                                  "type": "string"
                                },
                                "791": {
                                  "type": "string"
                                },
                                "792": {
                                  "type": "string"
                                },
                                "793": {
                                  "type": "string"
                                },
                                "794": {
                                  "type": "string"
                                },
                                "795": {
                                  "type": "string"
                                },
                                "796": {
                                  "type": "string"
                                },
                                "797": {
                                  "type": "string"
                                },
                                "798": {
                                  "type": "string"
                                },
                                "799": {
                                  "type": "string"
                                },
                                "800": {
                                  "type": "string"
                                },
                                "801": {
                                  "type": "string"
                                },
                                "802": {
                                  "type": "string"
                                },
                                "803": {
                                  "type": "string"
                                },
                                "804": {
                                  "type": "string"
                                },
                                "805": {
                                  "type": "string"
                                },
                                "806": {
                                  "type": "string"
                                },
                                "807": {
                                  "type": "string"
                                },
                                "808": {
                                  "type": "string"
                                },
                                "809": {
                                  "type": "string"
                                },
                                "810": {
                                  "type": "string"
                                },
                                "811": {
                                  "type": "string"
                                },
                                "812": {
                                  "type": "string"
                                },
                                "813": {
                                  "type": "string"
                                },
                                "814": {
                                  "type": "string"
                                },
                                "815": {
                                  "type": "string"
                                },
                                "816": {
                                  "type": "string"
                                },
                                "817": {
                                  "type": "string"
                                },
                                "818": {
                                  "type": "string"
                                },
                                "819": {
                                  "type": "string"
                                },
                                "820": {
                                  "type": "string"
                                },
                                "821": {
                                  "type": "string"
                                },
                                "822": {
                                  "type": "string"
                                },
                                "823": {
                                  "type": "string"
                                },
                                "824": {
                                  "type": "string"
                                },
                                "825": {
                                  "type": "string"
                                },
                                "826": {
                                  "type": "string"
                                },
                                "827": {
                                  "type": "string"
                                },
                                "828": {
                                  "type": "string"
                                },
                                "829": {
                                  "type": "string"
                                },
                                "830": {
                                  "type": "string"
                                },
                                "831": {
                                  "type": "string"
                                },
                                "832": {
                                  "type": "string"
                                },
                                "833": {
                                  "type": "string"
                                },
                                "834": {
                                  "type": "string"
                                },
                                "835": {
                                  "type": "string"
                                },
                                "836": {
                                  "type": "string"
                                },
                                "837": {
                                  "type": "string"
                                },
                                "838": {
                                  "type": "string"
                                },
                                "839": {
                                  "type": "string"
                                },
                                "840": {
                                  "type": "string"
                                },
                                "841": {
                                  "type": "string"
                                },
                                "842": {
                                  "type": "string"
                                },
                                "843": {
                                  "type": "string"
                                },
                                "844": {
                                  "type": "string"
                                },
                                "845": {
                                  "type": "string"
                                },
                                "846": {
                                  "type": "string"
                                },
                                "847": {
                                  "type": "string"
                                },
                                "848": {
                                  "type": "string"
                                },
                                "849": {
                                  "type": "string"
                                },
                                "850": {
                                  "type": "string"
                                },
                                "851": {
                                  "type": "string"
                                },
                                "852": {
                                  "type": "string"
                                },
                                "853": {
                                  "type": "string"
                                },
                                "854": {
                                  "type": "string"
                                },
                                "855": {
                                  "type": "string"
                                },
                                "856": {
                                  "type": "string"
                                },
                                "857": {
                                  "type": "string"
                                },
                                "858": {
                                  "type": "string"
                                },
                                "859": {
                                  "type": "string"
                                },
                                "860": {
                                  "type": "string"
                                },
                                "861": {
                                  "type": "string"
                                },
                                "862": {
                                  "type": "string"
                                },
                                "863": {
                                  "type": "string"
                                },
                                "864": {
                                  "type": "string"
                                },
                                "865": {
                                  "type": "string"
                                },
                                "866": {
                                  "type": "string"
                                },
                                "867": {
                                  "type": "string"
                                },
                                "868": {
                                  "type": "string"
                                },
                                "869": {
                                  "type": "string"
                                },
                                "870": {
                                  "type": "string"
                                },
                                "871": {
                                  "type": "string"
                                },
                                "872": {
                                  "type": "string"
                                },
                                "873": {
                                  "type": "string"
                                },
                                "874": {
                                  "type": "string"
                                },
                                "875": {
                                  "type": "string"
                                },
                                "876": {
                                  "type": "string"
                                },
                                "877": {
                                  "type": "string"
                                },
                                "878": {
                                  "type": "string"
                                },
                                "879": {
                                  "type": "string"
                                },
                                "880": {
                                  "type": "string"
                                },
                                "881": {
                                  "type": "string"
                                },
                                "882": {
                                  "type": "string"
                                },
                                "883": {
                                  "type": "string"
                                },
                                "884": {
                                  "type": "string"
                                },
                                "885": {
                                  "type": "string"
                                },
                                "886": {
                                  "type": "string"
                                },
                                "887": {
                                  "type": "string"
                                },
                                "888": {
                                  "type": "string"
                                },
                                "889": {
                                  "type": "string"
                                },
                                "890": {
                                  "type": "string"
                                },
                                "891": {
                                  "type": "string"
                                },
                                "892": {
                                  "type": "string"
                                },
                                "893": {
                                  "type": "string"
                                },
                                "894": {
                                  "type": "string"
                                },
                                "895": {
                                  "type": "string"
                                },
                                "896": {
                                  "type": "string"
                                },
                                "897": {
                                  "type": "string"
                                },
                                "898": {
                                  "type": "string"
                                },
                                "899": {
                                  "type": "string"
                                },
                                "900": {
                                  "type": "string"
                                },
                                "901": {
                                  "type": "string"
                                },
                                "902": {
                                  "type": "string"
                                },
                                "903": {
                                  "type": "string"
                                },
                                "904": {
                                  "type": "string"
                                },
                                "905": {
                                  "type": "string"
                                },
                                "906": {
                                  "type": "string"
                                },
                                "907": {
                                  "type": "string"
                                },
                                "908": {
                                  "type": "string"
                                },
                                "909": {
                                  "type": "string"
                                },
                                "910": {
                                  "type": "string"
                                },
                                "911": {
                                  "type": "string"
                                },
                                "912": {
                                  "type": "string"
                                },
                                "913": {
                                  "type": "string"
                                },
                                "914": {
                                  "type": "string"
                                },
                                "915": {
                                  "type": "string"
                                },
                                "916": {
                                  "type": "string"
                                },
                                "917": {
                                  "type": "string"
                                },
                                "918": {
                                  "type": "string"
                                },
                                "919": {
                                  "type": "string"
                                },
                                "920": {
                                  "type": "string"
                                },
                                "921": {
                                  "type": "string"
                                },
                                "922": {
                                  "type": "string"
                                },
                                "923": {
                                  "type": "string"
                                },
                                "924": {
                                  "type": "string"
                                },
                                "925": {
                                  "type": "string"
                                },
                                "926": {
                                  "type": "string"
                                },
                                "927": {
                                  "type": "string"
                                },
                                "928": {
                                  "type": "string"
                                },
                                "929": {
                                  "type": "string"
                                },
                                "930": {
                                  "type": "string"
                                },
                                "931": {
                                  "type": "string"
                                },
                                "932": {
                                  "type": "string"
                                },
                                "933": {
                                  "type": "string"
                                },
                                "934": {
                                  "type": "string"
                                },
                                "935": {
                                  "type": "string"
                                },
                                "936": {
                                  "type": "string"
                                },
                                "937": {
                                  "type": "string"
                                },
                                "$browser": {
                                  "type": "string"
                                },
                                "$browser_version": {
                                  "type": "string"
                                },
                                "$city": {
                                  "type": "string"
                                },
                                "$country_code": {
                                  "type": "string"
                                },
                                "$created": {
                                  "type": "string"
                                },
                                "$email": {
                                  "type": "string"
                                },
                                "$first_name": {
                                  "type": "string"
                                },
                                "$geo_source": {
                                  "type": "string"
                                },
                                "$initial_referrer": {
                                  "type": "string"
                                },
                                "$initial_referring_domain": {
                                  "type": "string"
                                },
                                "$ios_app_release": {
                                  "type": "string"
                                },
                                "$ios_app_version": {
                                  "type": "string"
                                },
                                "$ios_device_model": {
                                  "type": "string"
                                },
                                "$ios_version": {
                                  "type": "string"
                                },
                                "$last_name": {
                                  "type": "string"
                                },
                                "$manufacturer": {
                                  "type": "string"
                                },
                                "$model": {
                                  "type": "string"
                                },
                                "$name": {
                                  "type": "string"
                                },
                                "$os": {
                                  "type": "string"
                                },
                                "$region": {
                                  "type": "string"
                                },
                                "$screen_height": {
                                  "type": "number"
                                },
                                "$screen_width": {
                                  "type": "number"
                                },
                                "$timezone": {
                                  "type": "string"
                                },
                                "$wifi": {
                                  "type": "boolean"
                                },
                                "active_feature_flags": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "anonymousId": {
                                  "type": "string"
                                },
                                "app_theme": {
                                  "type": "string"
                                },
                                "crm_connected": {
                                  "type": "boolean"
                                },
                                "crm_type": {
                                  "type": "string"
                                },
                                "default_filter_content_by_group": {
                                  "type": "boolean"
                                },
                                "email_client_type": {
                                  "type": "string"
                                },
                                "groupId": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "group_privacy_setting": {
                                  "type": "string"
                                },
                                "guid": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": [
                                    "number",
                                    "string"
                                  ]
                                },
                                "isImpersonating": {
                                  "type": "boolean"
                                },
                                "job_role": {
                                  "type": "string"
                                },
                                "local_dial": {
                                  "type": "boolean"
                                },
                                "locale": {
                                  "type": "string"
                                },
                                "os_theme": {
                                  "type": "string"
                                },
                                "plan": {
                                  "type": "string"
                                },
                                "platform": {
                                  "type": "string"
                                },
                                "region": {
                                  "type": "string"
                                },
                                "subscription_type": {
                                  "type": "string"
                                },
                                "team_admin": {
                                  "type": "boolean"
                                },
                                "team_id": {
                                  "type": "number"
                                },
                                "team_name": {
                                  "type": "string"
                                },
                                "userId": {
                                  "type": "string"
                                },
                                "$last_seen": {
                                  "type": "string"
                                },
                                "Most Recent FullStory Session": {
                                  "type": "string"
                                },
                                "accountName": {
                                  "type": "string"
                                },
                                "accountRole": {
                                  "type": "string"
                                },
                                "jobRole": {
                                  "type": "string"
                                },
                                "partner": {
                                  "type": "boolean"
                                },
                                "status": {
                                  "type": "string"
                                },
                                "systemRole": {
                                  "type": "string"
                                },
                                "created_at": {
                                  "type": "number"
                                },
                                "$android_app_version": {
                                  "type": "string"
                                },
                                "$android_app_version_code": {
                                  "type": "string"
                                },
                                "$android_brand": {
                                  "type": "string"
                                },
                                "$android_manufacturer": {
                                  "type": "string"
                                },
                                "$android_model": {
                                  "type": "string"
                                },
                                "$android_os_version": {
                                  "type": "string"
                                },
                                "$carrier": {
                                  "type": "string"
                                },
                                "$os_version": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "required": [
                            "$distinct_id",
                            "$properties"
                          ]
                        }
                      },
                      "page": {
                        "type": "number"
                      },
                      "session_id": {
                        "type": "string"
                      },
                      "page_size": {
                        "type": "number"
                      },
                      "total": {
                        "type": "number"
                      },
                      "status": {
                        "type": "string"
                      },
                      "computed_at": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "c2018548-192e-4f76-b40b-a10524dbde88",
            "title": "Salesloft Mix Panel Account",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/d443caa7-ce69-4a49-a20f-779270dd64b5.png"
            },
            "scopes": [],
            "service_name": "mixpanel",
            "service_version": 1
          },
          "properties": {
            "auth": {
              "type": "object",
              "value": {
                "none": {
                  "type": "null",
                  "value": null
                }
              }
            },
            "follow_redirect": {
              "type": "boolean",
              "value": false
            },
            "follow_keep_method": {
              "type": "boolean",
              "value": false
            },
            "reject_unauthorized": {
              "type": "boolean",
              "value": true
            },
            "follow_authorization_header": {
              "type": "boolean",
              "value": false
            },
            "parse_response": {
              "type": "string",
              "value": "true"
            },
            "status_code": {
              "type": "object",
              "value": {
                "range": {
                  "type": "object",
                  "value": {
                    "from": {
                      "type": "integer",
                      "value": 200
                    },
                    "to": {
                      "type": "integer",
                      "value": 299
                    }
                  }
                }
              }
            },
            "case_sensitive_headers": {
              "type": "boolean",
              "value": false
            },
            "url": {
              "type": "string",
              "value": "https://mixpanel.com/api/query/engage?filter_by_cohort={\"id\":5304997}"
            },
            "headers": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "key": {
                      "type": "string",
                      "value": "Authorization"
                    },
                    "value": {
                      "type": "string",
                      "value": "Basic"
                    }
                  }
                }
              ]
            },
            "queries": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "key": {
                      "type": "string",
                      "value": "limit"
                    },
                    "value": {
                      "type": "string",
                      "value": "2"
                    }
                  }
                }
              ]
            }
          }
        },
        "list-helpers-1": {
          "title": "First",
          "connector": {
            "name": "list-helpers",
            "version": "3.1"
          },
          "operation": "first",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "result": {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "number"
                  },
                  "created_at": {
                    "type": "string"
                  },
                  "updated_at": {
                    "type": "string"
                  },
                  "archived_at": {
                    "type": "null"
                  },
                  "name": {
                    "type": "string"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "conversational_name": {
                    "type": "null"
                  },
                  "description": {
                    "type": "null"
                  },
                  "phone": {
                    "type": "null"
                  },
                  "website": {
                    "type": "null"
                  },
                  "linkedin_url": {
                    "type": "null"
                  },
                  "twitter_handle": {
                    "type": "null"
                  },
                  "street": {
                    "type": "null"
                  },
                  "city": {
                    "type": "null"
                  },
                  "state": {
                    "type": "null"
                  },
                  "postal_code": {
                    "type": "null"
                  },
                  "country": {
                    "type": "null"
                  },
                  "locale": {
                    "type": "null"
                  },
                  "industry": {
                    "type": "null"
                  },
                  "company_type": {
                    "type": "null"
                  },
                  "founded": {
                    "type": "null"
                  },
                  "revenue_range": {
                    "type": "null"
                  },
                  "size": {
                    "type": "null"
                  },
                  "crm_id": {
                    "type": "null"
                  },
                  "crm_url": {
                    "type": "null"
                  },
                  "crm_object_type": {
                    "type": "string"
                  },
                  "owner_crm_id": {
                    "type": "null"
                  },
                  "prospector_engagement_score": {
                    "type": "null"
                  },
                  "prospector_engagement_level": {
                    "type": "null"
                  },
                  "last_contacted_at": {
                    "type": "null"
                  },
                  "last_contacted_type": {
                    "type": "null"
                  },
                  "do_not_contact": {
                    "type": "boolean"
                  },
                  "custom_fields": {
                    "type": "object",
                    "properties": {
                      "Rhythm Adopter": {
                        "type": "string"
                      }
                    }
                  },
                  "user_relationships": {
                    "type": "array",
                    "items": {}
                  },
                  "tags": {
                    "type": "array",
                    "items": {}
                  },
                  "counts": {
                    "type": "object",
                    "properties": {
                      "people": {
                        "type": "number"
                      }
                    }
                  },
                  "owner": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "creator": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "last_contacted_by": {
                    "type": "null"
                  },
                  "last_contacted_person": {
                    "type": "null"
                  },
                  "company_stage": {
                    "type": "null"
                  },
                  "account_tier": {
                    "type": "null"
                  }
                }
              }
            }
          },
          "error_handling": {},
          "properties": {
            "error_on_empty": {
              "type": "boolean",
              "value": false
            },
            "list": {
              "type": "jsonpath",
              "value": "$.steps.salesloft-8.response.body.data"
            }
          }
        },
        "loop-1": {
          "title": "Loop List",
          "connector": {
            "name": "loop",
            "version": "1.3"
          },
          "operation": "loop_array",
          "output_schema": {
            "type": "object",
            "$schema": "http://json-schema.org/draft-03/schema",
            "id": "http://jsonschema.net",
            "additionalProperties": false,
            "properties": {
              "value": {
                "type": "object",
                "properties": {
                  "$distinct_id": {
                    "type": "string"
                  },
                  "$properties": {
                    "type": "object",
                    "properties": {
                      "0": {
                        "type": "string"
                      },
                      "1": {
                        "type": "string"
                      },
                      "2": {
                        "type": "string"
                      },
                      "3": {
                        "type": "string"
                      },
                      "4": {
                        "type": "string"
                      },
                      "5": {
                        "type": "string"
                      },
                      "6": {
                        "type": "string"
                      },
                      "7": {
                        "type": "string"
                      },
                      "8": {
                        "type": "string"
                      },
                      "9": {
                        "type": "string"
                      },
                      "10": {
                        "type": "string"
                      },
                      "11": {
                        "type": "string"
                      },
                      "12": {
                        "type": "string"
                      },
                      "13": {
                        "type": "string"
                      },
                      "14": {
                        "type": "string"
                      },
                      "15": {
                        "type": "string"
                      },
                      "16": {
                        "type": "string"
                      },
                      "17": {
                        "type": "string"
                      },
                      "18": {
                        "type": "string"
                      },
                      "19": {
                        "type": "string"
                      },
                      "20": {
                        "type": "string"
                      },
                      "21": {
                        "type": "string"
                      },
                      "22": {
                        "type": "string"
                      },
                      "23": {
                        "type": "string"
                      },
                      "24": {
                        "type": "string"
                      },
                      "25": {
                        "type": "string"
                      },
                      "26": {
                        "type": "string"
                      },
                      "27": {
                        "type": "string"
                      },
                      "28": {
                        "type": "string"
                      },
                      "29": {
                        "type": "string"
                      },
                      "30": {
                        "type": "string"
                      },
                      "31": {
                        "type": "string"
                      },
                      "32": {
                        "type": "string"
                      },
                      "33": {
                        "type": "string"
                      },
                      "34": {
                        "type": "string"
                      },
                      "35": {
                        "type": "string"
                      },
                      "36": {
                        "type": "string"
                      },
                      "37": {
                        "type": "string"
                      },
                      "38": {
                        "type": "string"
                      },
                      "39": {
                        "type": "string"
                      },
                      "40": {
                        "type": "string"
                      },
                      "41": {
                        "type": "string"
                      },
                      "42": {
                        "type": "string"
                      },
                      "43": {
                        "type": "string"
                      },
                      "44": {
                        "type": "string"
                      },
                      "45": {
                        "type": "string"
                      },
                      "46": {
                        "type": "string"
                      },
                      "47": {
                        "type": "string"
                      },
                      "48": {
                        "type": "string"
                      },
                      "49": {
                        "type": "string"
                      },
                      "50": {
                        "type": "string"
                      },
                      "51": {
                        "type": "string"
                      },
                      "52": {
                        "type": "string"
                      },
                      "53": {
                        "type": "string"
                      },
                      "54": {
                        "type": "string"
                      },
                      "55": {
                        "type": "string"
                      },
                      "56": {
                        "type": "string"
                      },
                      "57": {
                        "type": "string"
                      },
                      "58": {
                        "type": "string"
                      },
                      "59": {
                        "type": "string"
                      },
                      "60": {
                        "type": "string"
                      },
                      "61": {
                        "type": "string"
                      },
                      "62": {
                        "type": "string"
                      },
                      "63": {
                        "type": "string"
                      },
                      "64": {
                        "type": "string"
                      },
                      "65": {
                        "type": "string"
                      },
                      "66": {
                        "type": "string"
                      },
                      "67": {
                        "type": "string"
                      },
                      "68": {
                        "type": "string"
                      },
                      "69": {
                        "type": "string"
                      },
                      "70": {
                        "type": "string"
                      },
                      "71": {
                        "type": "string"
                      },
                      "72": {
                        "type": "string"
                      },
                      "73": {
                        "type": "string"
                      },
                      "74": {
                        "type": "string"
                      },
                      "75": {
                        "type": "string"
                      },
                      "76": {
                        "type": "string"
                      },
                      "77": {
                        "type": "string"
                      },
                      "78": {
                        "type": "string"
                      },
                      "79": {
                        "type": "string"
                      },
                      "80": {
                        "type": "string"
                      },
                      "81": {
                        "type": "string"
                      },
                      "82": {
                        "type": "string"
                      },
                      "83": {
                        "type": "string"
                      },
                      "84": {
                        "type": "string"
                      },
                      "85": {
                        "type": "string"
                      },
                      "86": {
                        "type": "string"
                      },
                      "87": {
                        "type": "string"
                      },
                      "88": {
                        "type": "string"
                      },
                      "89": {
                        "type": "string"
                      },
                      "90": {
                        "type": "string"
                      },
                      "91": {
                        "type": "string"
                      },
                      "92": {
                        "type": "string"
                      },
                      "93": {
                        "type": "string"
                      },
                      "94": {
                        "type": "string"
                      },
                      "95": {
                        "type": "string"
                      },
                      "96": {
                        "type": "string"
                      },
                      "97": {
                        "type": "string"
                      },
                      "98": {
                        "type": "string"
                      },
                      "99": {
                        "type": "string"
                      },
                      "100": {
                        "type": "string"
                      },
                      "101": {
                        "type": "string"
                      },
                      "102": {
                        "type": "string"
                      },
                      "103": {
                        "type": "string"
                      },
                      "104": {
                        "type": "string"
                      },
                      "105": {
                        "type": "string"
                      },
                      "106": {
                        "type": "string"
                      },
                      "107": {
                        "type": "string"
                      },
                      "108": {
                        "type": "string"
                      },
                      "109": {
                        "type": "string"
                      },
                      "110": {
                        "type": "string"
                      },
                      "111": {
                        "type": "string"
                      },
                      "112": {
                        "type": "string"
                      },
                      "113": {
                        "type": "string"
                      },
                      "114": {
                        "type": "string"
                      },
                      "115": {
                        "type": "string"
                      },
                      "116": {
                        "type": "string"
                      },
                      "117": {
                        "type": "string"
                      },
                      "118": {
                        "type": "string"
                      },
                      "119": {
                        "type": "string"
                      },
                      "120": {
                        "type": "string"
                      },
                      "121": {
                        "type": "string"
                      },
                      "122": {
                        "type": "string"
                      },
                      "123": {
                        "type": "string"
                      },
                      "124": {
                        "type": "string"
                      },
                      "125": {
                        "type": "string"
                      },
                      "126": {
                        "type": "string"
                      },
                      "127": {
                        "type": "string"
                      },
                      "128": {
                        "type": "string"
                      },
                      "129": {
                        "type": "string"
                      },
                      "130": {
                        "type": "string"
                      },
                      "131": {
                        "type": "string"
                      },
                      "132": {
                        "type": "string"
                      },
                      "133": {
                        "type": "string"
                      },
                      "134": {
                        "type": "string"
                      },
                      "135": {
                        "type": "string"
                      },
                      "136": {
                        "type": "string"
                      },
                      "137": {
                        "type": "string"
                      },
                      "138": {
                        "type": "string"
                      },
                      "139": {
                        "type": "string"
                      },
                      "140": {
                        "type": "string"
                      },
                      "141": {
                        "type": "string"
                      },
                      "142": {
                        "type": "string"
                      },
                      "143": {
                        "type": "string"
                      },
                      "144": {
                        "type": "string"
                      },
                      "145": {
                        "type": "string"
                      },
                      "146": {
                        "type": "string"
                      },
                      "147": {
                        "type": "string"
                      },
                      "148": {
                        "type": "string"
                      },
                      "149": {
                        "type": "string"
                      },
                      "150": {
                        "type": "string"
                      },
                      "151": {
                        "type": "string"
                      },
                      "152": {
                        "type": "string"
                      },
                      "153": {
                        "type": "string"
                      },
                      "154": {
                        "type": "string"
                      },
                      "155": {
                        "type": "string"
                      },
                      "156": {
                        "type": "string"
                      },
                      "157": {
                        "type": "string"
                      },
                      "158": {
                        "type": "string"
                      },
                      "159": {
                        "type": "string"
                      },
                      "160": {
                        "type": "string"
                      },
                      "161": {
                        "type": "string"
                      },
                      "162": {
                        "type": "string"
                      },
                      "163": {
                        "type": "string"
                      },
                      "164": {
                        "type": "string"
                      },
                      "165": {
                        "type": "string"
                      },
                      "166": {
                        "type": "string"
                      },
                      "167": {
                        "type": "string"
                      },
                      "168": {
                        "type": "string"
                      },
                      "169": {
                        "type": "string"
                      },
                      "170": {
                        "type": "string"
                      },
                      "171": {
                        "type": "string"
                      },
                      "172": {
                        "type": "string"
                      },
                      "173": {
                        "type": "string"
                      },
                      "174": {
                        "type": "string"
                      },
                      "175": {
                        "type": "string"
                      },
                      "176": {
                        "type": "string"
                      },
                      "177": {
                        "type": "string"
                      },
                      "178": {
                        "type": "string"
                      },
                      "179": {
                        "type": "string"
                      },
                      "180": {
                        "type": "string"
                      },
                      "181": {
                        "type": "string"
                      },
                      "182": {
                        "type": "string"
                      },
                      "183": {
                        "type": "string"
                      },
                      "184": {
                        "type": "string"
                      },
                      "185": {
                        "type": "string"
                      },
                      "186": {
                        "type": "string"
                      },
                      "187": {
                        "type": "string"
                      },
                      "188": {
                        "type": "string"
                      },
                      "189": {
                        "type": "string"
                      },
                      "190": {
                        "type": "string"
                      },
                      "191": {
                        "type": "string"
                      },
                      "192": {
                        "type": "string"
                      },
                      "193": {
                        "type": "string"
                      },
                      "194": {
                        "type": "string"
                      },
                      "195": {
                        "type": "string"
                      },
                      "196": {
                        "type": "string"
                      },
                      "197": {
                        "type": "string"
                      },
                      "198": {
                        "type": "string"
                      },
                      "199": {
                        "type": "string"
                      },
                      "200": {
                        "type": "string"
                      },
                      "201": {
                        "type": "string"
                      },
                      "202": {
                        "type": "string"
                      },
                      "203": {
                        "type": "string"
                      },
                      "204": {
                        "type": "string"
                      },
                      "205": {
                        "type": "string"
                      },
                      "206": {
                        "type": "string"
                      },
                      "207": {
                        "type": "string"
                      },
                      "208": {
                        "type": "string"
                      },
                      "209": {
                        "type": "string"
                      },
                      "210": {
                        "type": "string"
                      },
                      "211": {
                        "type": "string"
                      },
                      "212": {
                        "type": "string"
                      },
                      "213": {
                        "type": "string"
                      },
                      "214": {
                        "type": "string"
                      },
                      "215": {
                        "type": "string"
                      },
                      "216": {
                        "type": "string"
                      },
                      "217": {
                        "type": "string"
                      },
                      "218": {
                        "type": "string"
                      },
                      "219": {
                        "type": "string"
                      },
                      "220": {
                        "type": "string"
                      },
                      "221": {
                        "type": "string"
                      },
                      "222": {
                        "type": "string"
                      },
                      "223": {
                        "type": "string"
                      },
                      "224": {
                        "type": "string"
                      },
                      "225": {
                        "type": "string"
                      },
                      "226": {
                        "type": "string"
                      },
                      "227": {
                        "type": "string"
                      },
                      "228": {
                        "type": "string"
                      },
                      "229": {
                        "type": "string"
                      },
                      "230": {
                        "type": "string"
                      },
                      "231": {
                        "type": "string"
                      },
                      "232": {
                        "type": "string"
                      },
                      "233": {
                        "type": "string"
                      },
                      "234": {
                        "type": "string"
                      },
                      "235": {
                        "type": "string"
                      },
                      "236": {
                        "type": "string"
                      },
                      "237": {
                        "type": "string"
                      },
                      "238": {
                        "type": "string"
                      },
                      "239": {
                        "type": "string"
                      },
                      "240": {
                        "type": "string"
                      },
                      "241": {
                        "type": "string"
                      },
                      "242": {
                        "type": "string"
                      },
                      "243": {
                        "type": "string"
                      },
                      "244": {
                        "type": "string"
                      },
                      "245": {
                        "type": "string"
                      },
                      "246": {
                        "type": "string"
                      },
                      "247": {
                        "type": "string"
                      },
                      "248": {
                        "type": "string"
                      },
                      "249": {
                        "type": "string"
                      },
                      "250": {
                        "type": "string"
                      },
                      "251": {
                        "type": "string"
                      },
                      "252": {
                        "type": "string"
                      },
                      "253": {
                        "type": "string"
                      },
                      "254": {
                        "type": "string"
                      },
                      "255": {
                        "type": "string"
                      },
                      "256": {
                        "type": "string"
                      },
                      "257": {
                        "type": "string"
                      },
                      "258": {
                        "type": "string"
                      },
                      "259": {
                        "type": "string"
                      },
                      "260": {
                        "type": "string"
                      },
                      "261": {
                        "type": "string"
                      },
                      "262": {
                        "type": "string"
                      },
                      "263": {
                        "type": "string"
                      },
                      "264": {
                        "type": "string"
                      },
                      "265": {
                        "type": "string"
                      },
                      "266": {
                        "type": "string"
                      },
                      "267": {
                        "type": "string"
                      },
                      "268": {
                        "type": "string"
                      },
                      "269": {
                        "type": "string"
                      },
                      "270": {
                        "type": "string"
                      },
                      "271": {
                        "type": "string"
                      },
                      "272": {
                        "type": "string"
                      },
                      "273": {
                        "type": "string"
                      },
                      "274": {
                        "type": "string"
                      },
                      "275": {
                        "type": "string"
                      },
                      "276": {
                        "type": "string"
                      },
                      "277": {
                        "type": "string"
                      },
                      "278": {
                        "type": "string"
                      },
                      "279": {
                        "type": "string"
                      },
                      "280": {
                        "type": "string"
                      },
                      "281": {
                        "type": "string"
                      },
                      "282": {
                        "type": "string"
                      },
                      "283": {
                        "type": "string"
                      },
                      "284": {
                        "type": "string"
                      },
                      "285": {
                        "type": "string"
                      },
                      "286": {
                        "type": "string"
                      },
                      "287": {
                        "type": "string"
                      },
                      "288": {
                        "type": "string"
                      },
                      "289": {
                        "type": "string"
                      },
                      "290": {
                        "type": "string"
                      },
                      "291": {
                        "type": "string"
                      },
                      "292": {
                        "type": "string"
                      },
                      "293": {
                        "type": "string"
                      },
                      "294": {
                        "type": "string"
                      },
                      "295": {
                        "type": "string"
                      },
                      "296": {
                        "type": "string"
                      },
                      "297": {
                        "type": "string"
                      },
                      "298": {
                        "type": "string"
                      },
                      "299": {
                        "type": "string"
                      },
                      "300": {
                        "type": "string"
                      },
                      "301": {
                        "type": "string"
                      },
                      "302": {
                        "type": "string"
                      },
                      "303": {
                        "type": "string"
                      },
                      "304": {
                        "type": "string"
                      },
                      "305": {
                        "type": "string"
                      },
                      "306": {
                        "type": "string"
                      },
                      "307": {
                        "type": "string"
                      },
                      "308": {
                        "type": "string"
                      },
                      "309": {
                        "type": "string"
                      },
                      "310": {
                        "type": "string"
                      },
                      "311": {
                        "type": "string"
                      },
                      "312": {
                        "type": "string"
                      },
                      "313": {
                        "type": "string"
                      },
                      "314": {
                        "type": "string"
                      },
                      "315": {
                        "type": "string"
                      },
                      "316": {
                        "type": "string"
                      },
                      "317": {
                        "type": "string"
                      },
                      "318": {
                        "type": "string"
                      },
                      "319": {
                        "type": "string"
                      },
                      "320": {
                        "type": "string"
                      },
                      "321": {
                        "type": "string"
                      },
                      "322": {
                        "type": "string"
                      },
                      "323": {
                        "type": "string"
                      },
                      "324": {
                        "type": "string"
                      },
                      "325": {
                        "type": "string"
                      },
                      "326": {
                        "type": "string"
                      },
                      "327": {
                        "type": "string"
                      },
                      "328": {
                        "type": "string"
                      },
                      "329": {
                        "type": "string"
                      },
                      "330": {
                        "type": "string"
                      },
                      "331": {
                        "type": "string"
                      },
                      "332": {
                        "type": "string"
                      },
                      "333": {
                        "type": "string"
                      },
                      "334": {
                        "type": "string"
                      },
                      "335": {
                        "type": "string"
                      },
                      "336": {
                        "type": "string"
                      },
                      "337": {
                        "type": "string"
                      },
                      "338": {
                        "type": "string"
                      },
                      "339": {
                        "type": "string"
                      },
                      "340": {
                        "type": "string"
                      },
                      "341": {
                        "type": "string"
                      },
                      "342": {
                        "type": "string"
                      },
                      "343": {
                        "type": "string"
                      },
                      "344": {
                        "type": "string"
                      },
                      "345": {
                        "type": "string"
                      },
                      "346": {
                        "type": "string"
                      },
                      "347": {
                        "type": "string"
                      },
                      "348": {
                        "type": "string"
                      },
                      "349": {
                        "type": "string"
                      },
                      "350": {
                        "type": "string"
                      },
                      "351": {
                        "type": "string"
                      },
                      "352": {
                        "type": "string"
                      },
                      "353": {
                        "type": "string"
                      },
                      "354": {
                        "type": "string"
                      },
                      "355": {
                        "type": "string"
                      },
                      "356": {
                        "type": "string"
                      },
                      "357": {
                        "type": "string"
                      },
                      "358": {
                        "type": "string"
                      },
                      "359": {
                        "type": "string"
                      },
                      "360": {
                        "type": "string"
                      },
                      "361": {
                        "type": "string"
                      },
                      "362": {
                        "type": "string"
                      },
                      "363": {
                        "type": "string"
                      },
                      "364": {
                        "type": "string"
                      },
                      "365": {
                        "type": "string"
                      },
                      "366": {
                        "type": "string"
                      },
                      "367": {
                        "type": "string"
                      },
                      "368": {
                        "type": "string"
                      },
                      "369": {
                        "type": "string"
                      },
                      "370": {
                        "type": "string"
                      },
                      "371": {
                        "type": "string"
                      },
                      "372": {
                        "type": "string"
                      },
                      "373": {
                        "type": "string"
                      },
                      "374": {
                        "type": "string"
                      },
                      "375": {
                        "type": "string"
                      },
                      "376": {
                        "type": "string"
                      },
                      "377": {
                        "type": "string"
                      },
                      "378": {
                        "type": "string"
                      },
                      "379": {
                        "type": "string"
                      },
                      "380": {
                        "type": "string"
                      },
                      "381": {
                        "type": "string"
                      },
                      "382": {
                        "type": "string"
                      },
                      "383": {
                        "type": "string"
                      },
                      "384": {
                        "type": "string"
                      },
                      "385": {
                        "type": "string"
                      },
                      "386": {
                        "type": "string"
                      },
                      "387": {
                        "type": "string"
                      },
                      "388": {
                        "type": "string"
                      },
                      "389": {
                        "type": "string"
                      },
                      "390": {
                        "type": "string"
                      },
                      "391": {
                        "type": "string"
                      },
                      "392": {
                        "type": "string"
                      },
                      "393": {
                        "type": "string"
                      },
                      "394": {
                        "type": "string"
                      },
                      "395": {
                        "type": "string"
                      },
                      "396": {
                        "type": "string"
                      },
                      "397": {
                        "type": "string"
                      },
                      "398": {
                        "type": "string"
                      },
                      "399": {
                        "type": "string"
                      },
                      "400": {
                        "type": "string"
                      },
                      "401": {
                        "type": "string"
                      },
                      "402": {
                        "type": "string"
                      },
                      "403": {
                        "type": "string"
                      },
                      "404": {
                        "type": "string"
                      },
                      "405": {
                        "type": "string"
                      },
                      "406": {
                        "type": "string"
                      },
                      "407": {
                        "type": "string"
                      },
                      "408": {
                        "type": "string"
                      },
                      "409": {
                        "type": "string"
                      },
                      "410": {
                        "type": "string"
                      },
                      "411": {
                        "type": "string"
                      },
                      "412": {
                        "type": "string"
                      },
                      "413": {
                        "type": "string"
                      },
                      "414": {
                        "type": "string"
                      },
                      "415": {
                        "type": "string"
                      },
                      "416": {
                        "type": "string"
                      },
                      "417": {
                        "type": "string"
                      },
                      "418": {
                        "type": "string"
                      },
                      "419": {
                        "type": "string"
                      },
                      "420": {
                        "type": "string"
                      },
                      "421": {
                        "type": "string"
                      },
                      "422": {
                        "type": "string"
                      },
                      "423": {
                        "type": "string"
                      },
                      "424": {
                        "type": "string"
                      },
                      "425": {
                        "type": "string"
                      },
                      "426": {
                        "type": "string"
                      },
                      "427": {
                        "type": "string"
                      },
                      "428": {
                        "type": "string"
                      },
                      "429": {
                        "type": "string"
                      },
                      "430": {
                        "type": "string"
                      },
                      "431": {
                        "type": "string"
                      },
                      "432": {
                        "type": "string"
                      },
                      "433": {
                        "type": "string"
                      },
                      "434": {
                        "type": "string"
                      },
                      "435": {
                        "type": "string"
                      },
                      "436": {
                        "type": "string"
                      },
                      "437": {
                        "type": "string"
                      },
                      "438": {
                        "type": "string"
                      },
                      "439": {
                        "type": "string"
                      },
                      "440": {
                        "type": "string"
                      },
                      "441": {
                        "type": "string"
                      },
                      "442": {
                        "type": "string"
                      },
                      "443": {
                        "type": "string"
                      },
                      "444": {
                        "type": "string"
                      },
                      "445": {
                        "type": "string"
                      },
                      "446": {
                        "type": "string"
                      },
                      "447": {
                        "type": "string"
                      },
                      "448": {
                        "type": "string"
                      },
                      "449": {
                        "type": "string"
                      },
                      "450": {
                        "type": "string"
                      },
                      "451": {
                        "type": "string"
                      },
                      "452": {
                        "type": "string"
                      },
                      "453": {
                        "type": "string"
                      },
                      "454": {
                        "type": "string"
                      },
                      "455": {
                        "type": "string"
                      },
                      "456": {
                        "type": "string"
                      },
                      "457": {
                        "type": "string"
                      },
                      "458": {
                        "type": "string"
                      },
                      "459": {
                        "type": "string"
                      },
                      "460": {
                        "type": "string"
                      },
                      "461": {
                        "type": "string"
                      },
                      "462": {
                        "type": "string"
                      },
                      "463": {
                        "type": "string"
                      },
                      "464": {
                        "type": "string"
                      },
                      "465": {
                        "type": "string"
                      },
                      "466": {
                        "type": "string"
                      },
                      "467": {
                        "type": "string"
                      },
                      "468": {
                        "type": "string"
                      },
                      "469": {
                        "type": "string"
                      },
                      "470": {
                        "type": "string"
                      },
                      "471": {
                        "type": "string"
                      },
                      "472": {
                        "type": "string"
                      },
                      "473": {
                        "type": "string"
                      },
                      "474": {
                        "type": "string"
                      },
                      "475": {
                        "type": "string"
                      },
                      "476": {
                        "type": "string"
                      },
                      "477": {
                        "type": "string"
                      },
                      "478": {
                        "type": "string"
                      },
                      "479": {
                        "type": "string"
                      },
                      "480": {
                        "type": "string"
                      },
                      "481": {
                        "type": "string"
                      },
                      "482": {
                        "type": "string"
                      },
                      "483": {
                        "type": "string"
                      },
                      "484": {
                        "type": "string"
                      },
                      "485": {
                        "type": "string"
                      },
                      "486": {
                        "type": "string"
                      },
                      "487": {
                        "type": "string"
                      },
                      "488": {
                        "type": "string"
                      },
                      "489": {
                        "type": "string"
                      },
                      "490": {
                        "type": "string"
                      },
                      "491": {
                        "type": "string"
                      },
                      "492": {
                        "type": "string"
                      },
                      "493": {
                        "type": "string"
                      },
                      "494": {
                        "type": "string"
                      },
                      "495": {
                        "type": "string"
                      },
                      "496": {
                        "type": "string"
                      },
                      "497": {
                        "type": "string"
                      },
                      "498": {
                        "type": "string"
                      },
                      "499": {
                        "type": "string"
                      },
                      "500": {
                        "type": "string"
                      },
                      "501": {
                        "type": "string"
                      },
                      "502": {
                        "type": "string"
                      },
                      "503": {
                        "type": "string"
                      },
                      "504": {
                        "type": "string"
                      },
                      "505": {
                        "type": "string"
                      },
                      "506": {
                        "type": "string"
                      },
                      "507": {
                        "type": "string"
                      },
                      "508": {
                        "type": "string"
                      },
                      "509": {
                        "type": "string"
                      },
                      "510": {
                        "type": "string"
                      },
                      "511": {
                        "type": "string"
                      },
                      "512": {
                        "type": "string"
                      },
                      "513": {
                        "type": "string"
                      },
                      "514": {
                        "type": "string"
                      },
                      "515": {
                        "type": "string"
                      },
                      "516": {
                        "type": "string"
                      },
                      "517": {
                        "type": "string"
                      },
                      "518": {
                        "type": "string"
                      },
                      "519": {
                        "type": "string"
                      },
                      "520": {
                        "type": "string"
                      },
                      "521": {
                        "type": "string"
                      },
                      "522": {
                        "type": "string"
                      },
                      "523": {
                        "type": "string"
                      },
                      "524": {
                        "type": "string"
                      },
                      "525": {
                        "type": "string"
                      },
                      "526": {
                        "type": "string"
                      },
                      "527": {
                        "type": "string"
                      },
                      "528": {
                        "type": "string"
                      },
                      "529": {
                        "type": "string"
                      },
                      "530": {
                        "type": "string"
                      },
                      "531": {
                        "type": "string"
                      },
                      "532": {
                        "type": "string"
                      },
                      "533": {
                        "type": "string"
                      },
                      "534": {
                        "type": "string"
                      },
                      "535": {
                        "type": "string"
                      },
                      "536": {
                        "type": "string"
                      },
                      "537": {
                        "type": "string"
                      },
                      "538": {
                        "type": "string"
                      },
                      "539": {
                        "type": "string"
                      },
                      "540": {
                        "type": "string"
                      },
                      "541": {
                        "type": "string"
                      },
                      "542": {
                        "type": "string"
                      },
                      "543": {
                        "type": "string"
                      },
                      "544": {
                        "type": "string"
                      },
                      "545": {
                        "type": "string"
                      },
                      "546": {
                        "type": "string"
                      },
                      "547": {
                        "type": "string"
                      },
                      "548": {
                        "type": "string"
                      },
                      "549": {
                        "type": "string"
                      },
                      "550": {
                        "type": "string"
                      },
                      "551": {
                        "type": "string"
                      },
                      "552": {
                        "type": "string"
                      },
                      "553": {
                        "type": "string"
                      },
                      "554": {
                        "type": "string"
                      },
                      "555": {
                        "type": "string"
                      },
                      "556": {
                        "type": "string"
                      },
                      "557": {
                        "type": "string"
                      },
                      "558": {
                        "type": "string"
                      },
                      "559": {
                        "type": "string"
                      },
                      "560": {
                        "type": "string"
                      },
                      "561": {
                        "type": "string"
                      },
                      "562": {
                        "type": "string"
                      },
                      "563": {
                        "type": "string"
                      },
                      "564": {
                        "type": "string"
                      },
                      "565": {
                        "type": "string"
                      },
                      "566": {
                        "type": "string"
                      },
                      "567": {
                        "type": "string"
                      },
                      "568": {
                        "type": "string"
                      },
                      "569": {
                        "type": "string"
                      },
                      "570": {
                        "type": "string"
                      },
                      "571": {
                        "type": "string"
                      },
                      "572": {
                        "type": "string"
                      },
                      "573": {
                        "type": "string"
                      },
                      "574": {
                        "type": "string"
                      },
                      "575": {
                        "type": "string"
                      },
                      "576": {
                        "type": "string"
                      },
                      "577": {
                        "type": "string"
                      },
                      "578": {
                        "type": "string"
                      },
                      "579": {
                        "type": "string"
                      },
                      "580": {
                        "type": "string"
                      },
                      "581": {
                        "type": "string"
                      },
                      "582": {
                        "type": "string"
                      },
                      "583": {
                        "type": "string"
                      },
                      "584": {
                        "type": "string"
                      },
                      "585": {
                        "type": "string"
                      },
                      "586": {
                        "type": "string"
                      },
                      "587": {
                        "type": "string"
                      },
                      "588": {
                        "type": "string"
                      },
                      "589": {
                        "type": "string"
                      },
                      "590": {
                        "type": "string"
                      },
                      "591": {
                        "type": "string"
                      },
                      "592": {
                        "type": "string"
                      },
                      "593": {
                        "type": "string"
                      },
                      "594": {
                        "type": "string"
                      },
                      "595": {
                        "type": "string"
                      },
                      "596": {
                        "type": "string"
                      },
                      "597": {
                        "type": "string"
                      },
                      "598": {
                        "type": "string"
                      },
                      "599": {
                        "type": "string"
                      },
                      "600": {
                        "type": "string"
                      },
                      "601": {
                        "type": "string"
                      },
                      "602": {
                        "type": "string"
                      },
                      "603": {
                        "type": "string"
                      },
                      "604": {
                        "type": "string"
                      },
                      "605": {
                        "type": "string"
                      },
                      "606": {
                        "type": "string"
                      },
                      "607": {
                        "type": "string"
                      },
                      "608": {
                        "type": "string"
                      },
                      "609": {
                        "type": "string"
                      },
                      "610": {
                        "type": "string"
                      },
                      "611": {
                        "type": "string"
                      },
                      "612": {
                        "type": "string"
                      },
                      "613": {
                        "type": "string"
                      },
                      "614": {
                        "type": "string"
                      },
                      "615": {
                        "type": "string"
                      },
                      "616": {
                        "type": "string"
                      },
                      "617": {
                        "type": "string"
                      },
                      "618": {
                        "type": "string"
                      },
                      "619": {
                        "type": "string"
                      },
                      "620": {
                        "type": "string"
                      },
                      "621": {
                        "type": "string"
                      },
                      "622": {
                        "type": "string"
                      },
                      "623": {
                        "type": "string"
                      },
                      "624": {
                        "type": "string"
                      },
                      "625": {
                        "type": "string"
                      },
                      "626": {
                        "type": "string"
                      },
                      "627": {
                        "type": "string"
                      },
                      "628": {
                        "type": "string"
                      },
                      "629": {
                        "type": "string"
                      },
                      "630": {
                        "type": "string"
                      },
                      "631": {
                        "type": "string"
                      },
                      "632": {
                        "type": "string"
                      },
                      "633": {
                        "type": "string"
                      },
                      "634": {
                        "type": "string"
                      },
                      "635": {
                        "type": "string"
                      },
                      "636": {
                        "type": "string"
                      },
                      "637": {
                        "type": "string"
                      },
                      "638": {
                        "type": "string"
                      },
                      "639": {
                        "type": "string"
                      },
                      "640": {
                        "type": "string"
                      },
                      "641": {
                        "type": "string"
                      },
                      "642": {
                        "type": "string"
                      },
                      "643": {
                        "type": "string"
                      },
                      "644": {
                        "type": "string"
                      },
                      "645": {
                        "type": "string"
                      },
                      "646": {
                        "type": "string"
                      },
                      "647": {
                        "type": "string"
                      },
                      "648": {
                        "type": "string"
                      },
                      "649": {
                        "type": "string"
                      },
                      "650": {
                        "type": "string"
                      },
                      "651": {
                        "type": "string"
                      },
                      "652": {
                        "type": "string"
                      },
                      "653": {
                        "type": "string"
                      },
                      "654": {
                        "type": "string"
                      },
                      "655": {
                        "type": "string"
                      },
                      "656": {
                        "type": "string"
                      },
                      "657": {
                        "type": "string"
                      },
                      "658": {
                        "type": "string"
                      },
                      "659": {
                        "type": "string"
                      },
                      "660": {
                        "type": "string"
                      },
                      "661": {
                        "type": "string"
                      },
                      "662": {
                        "type": "string"
                      },
                      "663": {
                        "type": "string"
                      },
                      "664": {
                        "type": "string"
                      },
                      "665": {
                        "type": "string"
                      },
                      "666": {
                        "type": "string"
                      },
                      "667": {
                        "type": "string"
                      },
                      "668": {
                        "type": "string"
                      },
                      "669": {
                        "type": "string"
                      },
                      "670": {
                        "type": "string"
                      },
                      "671": {
                        "type": "string"
                      },
                      "672": {
                        "type": "string"
                      },
                      "673": {
                        "type": "string"
                      },
                      "674": {
                        "type": "string"
                      },
                      "675": {
                        "type": "string"
                      },
                      "676": {
                        "type": "string"
                      },
                      "677": {
                        "type": "string"
                      },
                      "678": {
                        "type": "string"
                      },
                      "679": {
                        "type": "string"
                      },
                      "680": {
                        "type": "string"
                      },
                      "681": {
                        "type": "string"
                      },
                      "682": {
                        "type": "string"
                      },
                      "683": {
                        "type": "string"
                      },
                      "684": {
                        "type": "string"
                      },
                      "685": {
                        "type": "string"
                      },
                      "686": {
                        "type": "string"
                      },
                      "687": {
                        "type": "string"
                      },
                      "688": {
                        "type": "string"
                      },
                      "689": {
                        "type": "string"
                      },
                      "690": {
                        "type": "string"
                      },
                      "691": {
                        "type": "string"
                      },
                      "692": {
                        "type": "string"
                      },
                      "693": {
                        "type": "string"
                      },
                      "694": {
                        "type": "string"
                      },
                      "695": {
                        "type": "string"
                      },
                      "696": {
                        "type": "string"
                      },
                      "697": {
                        "type": "string"
                      },
                      "698": {
                        "type": "string"
                      },
                      "699": {
                        "type": "string"
                      },
                      "700": {
                        "type": "string"
                      },
                      "701": {
                        "type": "string"
                      },
                      "702": {
                        "type": "string"
                      },
                      "703": {
                        "type": "string"
                      },
                      "704": {
                        "type": "string"
                      },
                      "705": {
                        "type": "string"
                      },
                      "706": {
                        "type": "string"
                      },
                      "707": {
                        "type": "string"
                      },
                      "708": {
                        "type": "string"
                      },
                      "709": {
                        "type": "string"
                      },
                      "710": {
                        "type": "string"
                      },
                      "711": {
                        "type": "string"
                      },
                      "712": {
                        "type": "string"
                      },
                      "713": {
                        "type": "string"
                      },
                      "714": {
                        "type": "string"
                      },
                      "715": {
                        "type": "string"
                      },
                      "716": {
                        "type": "string"
                      },
                      "717": {
                        "type": "string"
                      },
                      "718": {
                        "type": "string"
                      },
                      "719": {
                        "type": "string"
                      },
                      "720": {
                        "type": "string"
                      },
                      "721": {
                        "type": "string"
                      },
                      "722": {
                        "type": "string"
                      },
                      "723": {
                        "type": "string"
                      },
                      "724": {
                        "type": "string"
                      },
                      "725": {
                        "type": "string"
                      },
                      "726": {
                        "type": "string"
                      },
                      "727": {
                        "type": "string"
                      },
                      "728": {
                        "type": "string"
                      },
                      "729": {
                        "type": "string"
                      },
                      "730": {
                        "type": "string"
                      },
                      "731": {
                        "type": "string"
                      },
                      "732": {
                        "type": "string"
                      },
                      "733": {
                        "type": "string"
                      },
                      "734": {
                        "type": "string"
                      },
                      "735": {
                        "type": "string"
                      },
                      "736": {
                        "type": "string"
                      },
                      "737": {
                        "type": "string"
                      },
                      "738": {
                        "type": "string"
                      },
                      "739": {
                        "type": "string"
                      },
                      "740": {
                        "type": "string"
                      },
                      "741": {
                        "type": "string"
                      },
                      "742": {
                        "type": "string"
                      },
                      "743": {
                        "type": "string"
                      },
                      "744": {
                        "type": "string"
                      },
                      "745": {
                        "type": "string"
                      },
                      "746": {
                        "type": "string"
                      },
                      "747": {
                        "type": "string"
                      },
                      "748": {
                        "type": "string"
                      },
                      "749": {
                        "type": "string"
                      },
                      "750": {
                        "type": "string"
                      },
                      "751": {
                        "type": "string"
                      },
                      "752": {
                        "type": "string"
                      },
                      "753": {
                        "type": "string"
                      },
                      "754": {
                        "type": "string"
                      },
                      "755": {
                        "type": "string"
                      },
                      "756": {
                        "type": "string"
                      },
                      "757": {
                        "type": "string"
                      },
                      "758": {
                        "type": "string"
                      },
                      "759": {
                        "type": "string"
                      },
                      "760": {
                        "type": "string"
                      },
                      "761": {
                        "type": "string"
                      },
                      "762": {
                        "type": "string"
                      },
                      "763": {
                        "type": "string"
                      },
                      "764": {
                        "type": "string"
                      },
                      "765": {
                        "type": "string"
                      },
                      "766": {
                        "type": "string"
                      },
                      "767": {
                        "type": "string"
                      },
                      "768": {
                        "type": "string"
                      },
                      "769": {
                        "type": "string"
                      },
                      "770": {
                        "type": "string"
                      },
                      "771": {
                        "type": "string"
                      },
                      "772": {
                        "type": "string"
                      },
                      "773": {
                        "type": "string"
                      },
                      "774": {
                        "type": "string"
                      },
                      "775": {
                        "type": "string"
                      },
                      "776": {
                        "type": "string"
                      },
                      "777": {
                        "type": "string"
                      },
                      "778": {
                        "type": "string"
                      },
                      "779": {
                        "type": "string"
                      },
                      "780": {
                        "type": "string"
                      },
                      "781": {
                        "type": "string"
                      },
                      "782": {
                        "type": "string"
                      },
                      "783": {
                        "type": "string"
                      },
                      "784": {
                        "type": "string"
                      },
                      "785": {
                        "type": "string"
                      },
                      "786": {
                        "type": "string"
                      },
                      "787": {
                        "type": "string"
                      },
                      "788": {
                        "type": "string"
                      },
                      "789": {
                        "type": "string"
                      },
                      "790": {
                        "type": "string"
                      },
                      "791": {
                        "type": "string"
                      },
                      "792": {
                        "type": "string"
                      },
                      "793": {
                        "type": "string"
                      },
                      "794": {
                        "type": "string"
                      },
                      "795": {
                        "type": "string"
                      },
                      "796": {
                        "type": "string"
                      },
                      "797": {
                        "type": "string"
                      },
                      "798": {
                        "type": "string"
                      },
                      "799": {
                        "type": "string"
                      },
                      "800": {
                        "type": "string"
                      },
                      "801": {
                        "type": "string"
                      },
                      "802": {
                        "type": "string"
                      },
                      "803": {
                        "type": "string"
                      },
                      "804": {
                        "type": "string"
                      },
                      "805": {
                        "type": "string"
                      },
                      "806": {
                        "type": "string"
                      },
                      "807": {
                        "type": "string"
                      },
                      "808": {
                        "type": "string"
                      },
                      "809": {
                        "type": "string"
                      },
                      "810": {
                        "type": "string"
                      },
                      "811": {
                        "type": "string"
                      },
                      "812": {
                        "type": "string"
                      },
                      "813": {
                        "type": "string"
                      },
                      "814": {
                        "type": "string"
                      },
                      "815": {
                        "type": "string"
                      },
                      "816": {
                        "type": "string"
                      },
                      "817": {
                        "type": "string"
                      },
                      "818": {
                        "type": "string"
                      },
                      "819": {
                        "type": "string"
                      },
                      "820": {
                        "type": "string"
                      },
                      "821": {
                        "type": "string"
                      },
                      "822": {
                        "type": "string"
                      },
                      "823": {
                        "type": "string"
                      },
                      "824": {
                        "type": "string"
                      },
                      "825": {
                        "type": "string"
                      },
                      "826": {
                        "type": "string"
                      },
                      "827": {
                        "type": "string"
                      },
                      "828": {
                        "type": "string"
                      },
                      "829": {
                        "type": "string"
                      },
                      "830": {
                        "type": "string"
                      },
                      "831": {
                        "type": "string"
                      },
                      "832": {
                        "type": "string"
                      },
                      "833": {
                        "type": "string"
                      },
                      "834": {
                        "type": "string"
                      },
                      "835": {
                        "type": "string"
                      },
                      "836": {
                        "type": "string"
                      },
                      "837": {
                        "type": "string"
                      },
                      "838": {
                        "type": "string"
                      },
                      "839": {
                        "type": "string"
                      },
                      "840": {
                        "type": "string"
                      },
                      "841": {
                        "type": "string"
                      },
                      "842": {
                        "type": "string"
                      },
                      "843": {
                        "type": "string"
                      },
                      "844": {
                        "type": "string"
                      },
                      "845": {
                        "type": "string"
                      },
                      "846": {
                        "type": "string"
                      },
                      "847": {
                        "type": "string"
                      },
                      "848": {
                        "type": "string"
                      },
                      "849": {
                        "type": "string"
                      },
                      "850": {
                        "type": "string"
                      },
                      "851": {
                        "type": "string"
                      },
                      "852": {
                        "type": "string"
                      },
                      "853": {
                        "type": "string"
                      },
                      "854": {
                        "type": "string"
                      },
                      "855": {
                        "type": "string"
                      },
                      "856": {
                        "type": "string"
                      },
                      "857": {
                        "type": "string"
                      },
                      "858": {
                        "type": "string"
                      },
                      "859": {
                        "type": "string"
                      },
                      "860": {
                        "type": "string"
                      },
                      "861": {
                        "type": "string"
                      },
                      "862": {
                        "type": "string"
                      },
                      "863": {
                        "type": "string"
                      },
                      "864": {
                        "type": "string"
                      },
                      "865": {
                        "type": "string"
                      },
                      "866": {
                        "type": "string"
                      },
                      "867": {
                        "type": "string"
                      },
                      "868": {
                        "type": "string"
                      },
                      "869": {
                        "type": "string"
                      },
                      "870": {
                        "type": "string"
                      },
                      "871": {
                        "type": "string"
                      },
                      "872": {
                        "type": "string"
                      },
                      "873": {
                        "type": "string"
                      },
                      "874": {
                        "type": "string"
                      },
                      "875": {
                        "type": "string"
                      },
                      "876": {
                        "type": "string"
                      },
                      "877": {
                        "type": "string"
                      },
                      "878": {
                        "type": "string"
                      },
                      "879": {
                        "type": "string"
                      },
                      "880": {
                        "type": "string"
                      },
                      "881": {
                        "type": "string"
                      },
                      "882": {
                        "type": "string"
                      },
                      "883": {
                        "type": "string"
                      },
                      "884": {
                        "type": "string"
                      },
                      "885": {
                        "type": "string"
                      },
                      "886": {
                        "type": "string"
                      },
                      "887": {
                        "type": "string"
                      },
                      "888": {
                        "type": "string"
                      },
                      "889": {
                        "type": "string"
                      },
                      "890": {
                        "type": "string"
                      },
                      "891": {
                        "type": "string"
                      },
                      "892": {
                        "type": "string"
                      },
                      "893": {
                        "type": "string"
                      },
                      "894": {
                        "type": "string"
                      },
                      "895": {
                        "type": "string"
                      },
                      "896": {
                        "type": "string"
                      },
                      "897": {
                        "type": "string"
                      },
                      "898": {
                        "type": "string"
                      },
                      "899": {
                        "type": "string"
                      },
                      "900": {
                        "type": "string"
                      },
                      "901": {
                        "type": "string"
                      },
                      "902": {
                        "type": "string"
                      },
                      "903": {
                        "type": "string"
                      },
                      "904": {
                        "type": "string"
                      },
                      "905": {
                        "type": "string"
                      },
                      "906": {
                        "type": "string"
                      },
                      "907": {
                        "type": "string"
                      },
                      "908": {
                        "type": "string"
                      },
                      "909": {
                        "type": "string"
                      },
                      "910": {
                        "type": "string"
                      },
                      "911": {
                        "type": "string"
                      },
                      "912": {
                        "type": "string"
                      },
                      "913": {
                        "type": "string"
                      },
                      "914": {
                        "type": "string"
                      },
                      "915": {
                        "type": "string"
                      },
                      "916": {
                        "type": "string"
                      },
                      "917": {
                        "type": "string"
                      },
                      "918": {
                        "type": "string"
                      },
                      "919": {
                        "type": "string"
                      },
                      "920": {
                        "type": "string"
                      },
                      "921": {
                        "type": "string"
                      },
                      "922": {
                        "type": "string"
                      },
                      "923": {
                        "type": "string"
                      },
                      "924": {
                        "type": "string"
                      },
                      "925": {
                        "type": "string"
                      },
                      "926": {
                        "type": "string"
                      },
                      "927": {
                        "type": "string"
                      },
                      "928": {
                        "type": "string"
                      },
                      "929": {
                        "type": "string"
                      },
                      "930": {
                        "type": "string"
                      },
                      "931": {
                        "type": "string"
                      },
                      "932": {
                        "type": "string"
                      },
                      "933": {
                        "type": "string"
                      },
                      "934": {
                        "type": "string"
                      },
                      "935": {
                        "type": "string"
                      },
                      "936": {
                        "type": "string"
                      },
                      "937": {
                        "type": "string"
                      },
                      "$browser": {
                        "type": "string"
                      },
                      "$browser_version": {
                        "type": "string"
                      },
                      "$city": {
                        "type": "string"
                      },
                      "$country_code": {
                        "type": "string"
                      },
                      "$created": {
                        "type": "string"
                      },
                      "$email": {
                        "type": "string"
                      },
                      "$first_name": {
                        "type": "string"
                      },
                      "$geo_source": {
                        "type": "string"
                      },
                      "$initial_referrer": {
                        "type": "string"
                      },
                      "$initial_referring_domain": {
                        "type": "string"
                      },
                      "$ios_app_release": {
                        "type": "string"
                      },
                      "$ios_app_version": {
                        "type": "string"
                      },
                      "$ios_device_model": {
                        "type": "string"
                      },
                      "$ios_version": {
                        "type": "string"
                      },
                      "$last_name": {
                        "type": "string"
                      },
                      "$manufacturer": {
                        "type": "string"
                      },
                      "$model": {
                        "type": "string"
                      },
                      "$name": {
                        "type": "string"
                      },
                      "$os": {
                        "type": "string"
                      },
                      "$region": {
                        "type": "string"
                      },
                      "$screen_height": {
                        "type": "number"
                      },
                      "$screen_width": {
                        "type": "number"
                      },
                      "$timezone": {
                        "type": "string"
                      },
                      "$wifi": {
                        "type": "boolean"
                      },
                      "active_feature_flags": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "anonymousId": {
                        "type": "string"
                      },
                      "app_theme": {
                        "type": "string"
                      },
                      "crm_connected": {
                        "type": "boolean"
                      },
                      "crm_type": {
                        "type": "string"
                      },
                      "default_filter_content_by_group": {
                        "type": "boolean"
                      },
                      "email_client_type": {
                        "type": "string"
                      },
                      "groupId": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "group_privacy_setting": {
                        "type": "string"
                      },
                      "guid": {
                        "type": "string"
                      },
                      "id": {
                        "type": [
                          "number",
                          "string"
                        ]
                      },
                      "isImpersonating": {
                        "type": "boolean"
                      },
                      "job_role": {
                        "type": "string"
                      },
                      "local_dial": {
                        "type": "boolean"
                      },
                      "locale": {
                        "type": "string"
                      },
                      "os_theme": {
                        "type": "string"
                      },
                      "plan": {
                        "type": "string"
                      },
                      "platform": {
                        "type": "string"
                      },
                      "region": {
                        "type": "string"
                      },
                      "subscription_type": {
                        "type": "string"
                      },
                      "team_admin": {
                        "type": "boolean"
                      },
                      "team_id": {
                        "type": "number"
                      },
                      "team_name": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "string"
                      },
                      "$last_seen": {
                        "type": "string"
                      },
                      "Most Recent FullStory Session": {
                        "type": "string"
                      },
                      "accountName": {
                        "type": "string"
                      },
                      "accountRole": {
                        "type": "string"
                      },
                      "jobRole": {
                        "type": "string"
                      },
                      "partner": {
                        "type": "boolean"
                      },
                      "status": {
                        "type": "string"
                      },
                      "systemRole": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "number"
                      },
                      "$android_app_version": {
                        "type": "string"
                      },
                      "$android_app_version_code": {
                        "type": "string"
                      },
                      "$android_brand": {
                        "type": "string"
                      },
                      "$android_manufacturer": {
                        "type": "string"
                      },
                      "$android_model": {
                        "type": "string"
                      },
                      "$android_os_version": {
                        "type": "string"
                      },
                      "$carrier": {
                        "type": "string"
                      },
                      "$os_version": {
                        "type": "string"
                      }
                    }
                  }
                },
                "required": [
                  "$distinct_id",
                  "$properties"
                ]
              },
              "count": {
                "type": "number",
                "id": "http://jsonschema.net/total"
              },
              "index": {
                "type": "number",
                "id": "http://jsonschema.net/index"
              },
              "is_first": {
                "type": "boolean",
                "id": "http://jsonschema.net/is_first"
              },
              "is_last": {
                "type": "boolean",
                "id": "http://jsonschema.net/is_last"
              }
            }
          },
          "error_handling": {},
          "properties": {
            "array": {
              "type": "jsonpath",
              "value": "$.steps.http-client-1.response.body.results"
            }
          }
        },
        "salesloft-1": {
          "title": "Update account",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "update_account",
          "output_schema": {},
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "fields": {
              "type": "object",
              "value": {
                "do_not_contact": {
                  "type": "boolean",
                  "value": false
                },
                "archived": {
                  "type": "boolean",
                  "value": false
                },
                "account_id": {
                  "type": "jsonpath",
                  "value": "$.steps.salesloft-8.response.body.data[0].id"
                },
                "domain": {
                  "type": "jsonpath",
                  "value": "$.steps.salesloft-8.response.body.data[0].domain"
                },
                "full_name": {
                  "type": "jsonpath",
                  "value": "$.steps.list-helpers-1.result.name"
                },
                "custom_fields": {
                  "type": "array",
                  "value": [
                    {
                      "type": "object",
                      "value": {
                        "key": {
                          "type": "string",
                          "value": "Rhythm Adopter"
                        },
                        "value": {
                          "type": "string",
                          "value": "true"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "salesloft-3": {
          "title": "Create account",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "create_account",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "data": {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "number"
                  },
                  "created_at": {
                    "type": "string"
                  },
                  "updated_at": {
                    "type": "string"
                  },
                  "archived_at": {
                    "type": "null"
                  },
                  "name": {
                    "type": "string"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "conversational_name": {
                    "type": "null"
                  },
                  "description": {
                    "type": "null"
                  },
                  "phone": {
                    "type": "null"
                  },
                  "website": {
                    "type": "null"
                  },
                  "linkedin_url": {
                    "type": "null"
                  },
                  "twitter_handle": {
                    "type": "null"
                  },
                  "street": {
                    "type": "null"
                  },
                  "city": {
                    "type": "null"
                  },
                  "state": {
                    "type": "null"
                  },
                  "postal_code": {
                    "type": "null"
                  },
                  "country": {
                    "type": "null"
                  },
                  "locale": {
                    "type": "null"
                  },
                  "industry": {
                    "type": "null"
                  },
                  "company_type": {
                    "type": "null"
                  },
                  "founded": {
                    "type": "null"
                  },
                  "revenue_range": {
                    "type": "null"
                  },
                  "size": {
                    "type": "null"
                  },
                  "crm_id": {
                    "type": "null"
                  },
                  "crm_url": {
                    "type": "null"
                  },
                  "crm_object_type": {
                    "type": "string"
                  },
                  "owner_crm_id": {
                    "type": "null"
                  },
                  "prospector_engagement_score": {
                    "type": "null"
                  },
                  "prospector_engagement_level": {
                    "type": "null"
                  },
                  "last_contacted_at": {
                    "type": "null"
                  },
                  "last_contacted_type": {
                    "type": "null"
                  },
                  "do_not_contact": {
                    "type": "boolean"
                  },
                  "custom_fields": {
                    "type": "object",
                    "properties": {
                      "Rhythm Adopter": {
                        "type": "string"
                      }
                    }
                  },
                  "user_relationships": {
                    "type": "array",
                    "items": {}
                  },
                  "tags": {
                    "type": "array",
                    "items": {}
                  },
                  "counts": {
                    "type": "object",
                    "properties": {
                      "people": {
                        "type": "null"
                      }
                    }
                  },
                  "owner": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "creator": {
                    "type": "object",
                    "properties": {
                      "_href": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      }
                    }
                  },
                  "last_contacted_by": {
                    "type": "null"
                  },
                  "last_contacted_person": {
                    "type": "null"
                  },
                  "company_stage": {
                    "type": "null"
                  },
                  "account_tier": {
                    "type": "null"
                  }
                }
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "fields": {
              "type": "object",
              "value": {
                "do_not_contact": {
                  "type": "boolean",
                  "value": false
                },
                "full_name": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.team_name}"
                },
                "domain": {
                  "type": "string",
                  "value": "{$.steps.text-helpers-1.result}"
                },
                "custom_fields": {
                  "type": "array",
                  "value": [
                    {
                      "type": "object",
                      "value": {
                        "key": {
                          "type": "string",
                          "value": "Rhythm Adopter"
                        },
                        "value": {
                          "type": "string",
                          "value": "true"
                        }
                      }
                    }
                  ]
                },
                "tags": {
                  "type": "array",
                  "value": [
                    {
                      "type": "string",
                      "value": ""
                    }
                  ]
                }
              }
            }
          }
        },
        "salesloft-4": {
          "title": "Create person",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "create_person",
          "output_schema": {},
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "fields": {
              "type": "object",
              "value": {
                "do_not_contact": {
                  "type": "boolean",
                  "value": false
                },
                "email_address": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.$email}"
                },
                "first_name": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.$first_name}"
                },
                "city": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.$city}"
                },
                "last_name": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.$last_name}"
                },
                "account_id": {
                  "type": "jsonpath",
                  "value": "$.steps.salesloft-3.data.id"
                },
                "state": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.region}"
                },
                "title": {
                  "type": "string",
                  "value": "{$.steps.loop-1.value.$properties.job_role}"
                }
              }
            }
          }
        },
        "salesloft-5": {
          "title": "List people",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "list_people",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "metadata": {
                "type": "object",
                "properties": {
                  "filtering": {
                    "type": "object",
                    "properties": {
                      "do_not_contact": {
                        "type": "array",
                        "items": {
                          "oneOf": [
                            {
                              "type": "boolean"
                            },
                            {
                              "type": "boolean"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      },
                      "account_id": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  },
                  "paging": {
                    "type": "object",
                    "properties": {
                      "per_page": {
                        "type": "number"
                      },
                      "current_page": {
                        "type": "number"
                      },
                      "next_page": {
                        "type": "null"
                      },
                      "prev_page": {
                        "type": "null"
                      }
                    }
                  },
                  "sorting": {
                    "type": "object",
                    "properties": {
                      "sort_by": {
                        "type": "string"
                      },
                      "sort_direction": {
                        "type": "string"
                      }
                    }
                  }
                }
              },
              "data": {
                "type": "array",
                "items": {}
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "do_not_contact": {
              "type": "boolean",
              "value": false
            },
            "sort_by": {
              "type": "string",
              "value": "updated_at"
            },
            "sort_direction": {
              "type": "string",
              "value": "DESC"
            },
            "per_page": {
              "type": "integer",
              "value": 25
            },
            "page": {
              "type": "integer",
              "value": 1
            },
            "email_addresses_filter": {
              "type": "array",
              "value": [
                {
                  "type": "string",
                  "value": "{$.steps.http-client-1.response.body.results[0].$properties.$email}"
                }
              ]
            },
            "account_id": {
              "type": "jsonpath",
              "value": "$.steps.salesloft-3.data.id"
            }
          }
        },
        "salesloft-8": {
          "title": "Get Accounts & Dups",
          "connector": {
            "name": "salesloft",
            "version": "3.0"
          },
          "operation": "raw_http_request",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "response": {
                "type": "object",
                "properties": {
                  "status_code": {
                    "type": "number"
                  },
                  "headers": {
                    "type": "object",
                    "properties": {
                      "date": {
                        "type": "string"
                      },
                      "content-type": {
                        "type": "string"
                      },
                      "content-length": {
                        "type": "string"
                      },
                      "connection": {
                        "type": "string"
                      },
                      "x-frame-options": {
                        "type": "string"
                      },
                      "x-xss-protection": {
                        "type": "string"
                      },
                      "x-content-type-options": {
                        "type": "string"
                      },
                      "x-download-options": {
                        "type": "string"
                      },
                      "x-permitted-cross-domain-policies": {
                        "type": "string"
                      },
                      "referrer-policy": {
                        "type": "string"
                      },
                      "etag": {
                        "type": "string"
                      },
                      "cache-control": {
                        "type": "string"
                      },
                      "content-security-policy-report-only": {
                        "type": "string"
                      },
                      "x-request-id": {
                        "type": "string"
                      },
                      "x-runtime": {
                        "type": "string"
                      },
                      "strict-transport-security": {
                        "type": "string"
                      },
                      "vary": {
                        "type": "string"
                      },
                      "x-ratelimit-remaining-minute": {
                        "type": "string"
                      },
                      "x-ratelimit-limit-minute": {
                        "type": "string"
                      },
                      "x-ratelimit-endpoint-cost": {
                        "type": "string"
                      },
                      "x-entry-cluster": {
                        "type": "string"
                      },
                      "x-entry-pop": {
                        "type": "string"
                      },
                      "x-global-request-start": {
                        "type": "string"
                      }
                    }
                  },
                  "body": {
                    "type": "object",
                    "properties": {
                      "metadata": {
                        "type": "object",
                        "properties": {
                          "filtering": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "object",
                                "properties": {
                                  "_contains": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "paging": {
                            "type": "object",
                            "properties": {
                              "per_page": {
                                "type": "number"
                              },
                              "current_page": {
                                "type": "number"
                              },
                              "next_page": {
                                "type": "null"
                              },
                              "prev_page": {
                                "type": "null"
                              }
                            }
                          },
                          "sorting": {
                            "type": "object",
                            "properties": {
                              "sort_by": {
                                "type": "string"
                              },
                              "sort_direction": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "data": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "archived_at": {
                              "type": "null"
                            },
                            "name": {
                              "type": "string"
                            },
                            "domain": {
                              "type": "string"
                            },
                            "conversational_name": {
                              "type": "null"
                            },
                            "description": {
                              "type": "null"
                            },
                            "phone": {
                              "type": "null"
                            },
                            "website": {
                              "type": "null"
                            },
                            "linkedin_url": {
                              "type": "null"
                            },
                            "twitter_handle": {
                              "type": "null"
                            },
                            "street": {
                              "type": "null"
                            },
                            "city": {
                              "type": "null"
                            },
                            "state": {
                              "type": "null"
                            },
                            "postal_code": {
                              "type": "null"
                            },
                            "country": {
                              "type": "null"
                            },
                            "locale": {
                              "type": "null"
                            },
                            "industry": {
                              "type": "null"
                            },
                            "company_type": {
                              "type": "null"
                            },
                            "founded": {
                              "type": "null"
                            },
                            "revenue_range": {
                              "type": "null"
                            },
                            "size": {
                              "type": "null"
                            },
                            "crm_id": {
                              "type": "null"
                            },
                            "crm_url": {
                              "type": "null"
                            },
                            "crm_object_type": {
                              "type": "string"
                            },
                            "owner_crm_id": {
                              "type": "null"
                            },
                            "prospector_engagement_score": {
                              "type": "null"
                            },
                            "prospector_engagement_level": {
                              "type": "null"
                            },
                            "last_contacted_at": {
                              "type": "null"
                            },
                            "last_contacted_type": {
                              "type": "null"
                            },
                            "do_not_contact": {
                              "type": "boolean"
                            },
                            "custom_fields": {
                              "type": "object",
                              "properties": {
                                "Rhythm Adopter": {
                                  "type": "string"
                                }
                              }
                            },
                            "user_relationships": {
                              "type": "array",
                              "items": {}
                            },
                            "tags": {
                              "type": "array",
                              "items": {}
                            },
                            "counts": {
                              "type": "object",
                              "properties": {
                                "people": {
                                  "type": "null"
                                }
                              }
                            },
                            "owner": {
                              "type": "object",
                              "properties": {
                                "_href": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                }
                              }
                            },
                            "creator": {
                              "type": "object",
                              "properties": {
                                "_href": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                }
                              }
                            },
                            "last_contacted_by": {
                              "type": "null"
                            },
                            "last_contacted_person": {
                              "type": "null"
                            },
                            "company_stage": {
                              "type": "null"
                            },
                            "account_tier": {
                              "type": "null"
                            }
                          },
                          "required": [
                            "id",
                            "created_at",
                            "updated_at",
                            "archived_at",
                            "name",
                            "domain",
                            "conversational_name",
                            "description",
                            "phone",
                            "website",
                            "linkedin_url",
                            "twitter_handle",
                            "street",
                            "city",
                            "state",
                            "postal_code",
                            "country",
                            "locale",
                            "industry",
                            "company_type",
                            "founded",
                            "revenue_range",
                            "size",
                            "crm_id",
                            "crm_url",
                            "crm_object_type",
                            "owner_crm_id",
                            "prospector_engagement_score",
                            "prospector_engagement_level",
                            "last_contacted_at",
                            "last_contacted_type",
                            "do_not_contact",
                            "custom_fields",
                            "user_relationships",
                            "tags",
                            "counts",
                            "owner",
                            "creator",
                            "last_contacted_by",
                            "last_contacted_person",
                            "company_stage",
                            "account_tier"
                          ]
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "error_handling": {},
          "authentication": {
            "group": "94745324-8900-47c7-a24a-939ce5a94f17",
            "title": "US4 Auth",
            "service_icon": {
              "icon_type": "url",
              "value": "//s3.amazonaws.com/images.tray.io/artisan/icons/4e949938-8c50-47ce-83ea-75d29a2af9ef.png"
            },
            "scopes": [],
            "service_name": "salesloft",
            "service_version": 1
          },
          "properties": {
            "access_token": {
              "type": "jsonpath",
              "value": "$.auth.access_token"
            },
            "method": {
              "type": "string",
              "value": "GET"
            },
            "include_raw_body": {
              "type": "boolean",
              "value": false
            },
            "parse_response": {
              "type": "string",
              "value": "true"
            },
            "url": {
              "type": "object",
              "value": {
                "endpoint": {
                  "type": "string",
                  "value": "/v2/accounts"
                }
              }
            },
            "body": {
              "type": "object",
              "value": {
                "none": {
                  "type": "null",
                  "value": null
                }
              }
            },
            "query_parameters": {
              "type": "array",
              "value": [
                {
                  "type": "object",
                  "value": {
                    "key": {
                      "type": "string",
                      "value": "domain[_contains]"
                    },
                    "value": {
                      "type": "jsonpath",
                      "value": "$.steps.text-helpers-1.result"
                    }
                  }
                }
              ]
            }
          }
        },
        "storage-1": {
          "title": "Set last run",
          "description": "The last run time will be the start time of the workflow execution",
          "connector": {
            "name": "storage",
            "version": "1.4"
          },
          "operation": "set",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {}
          },
          "error_handling": {},
          "properties": {
            "key": {
              "type": "string",
              "value": "lastRun"
            },
            "scope": {
              "type": "string",
              "value": "Workflow"
            },
            "value": {
              "type": "jsonpath",
              "value": "$.env.execution_start_time"
            }
          }
        },
        "storage-2": {
          "title": "Get last run",
          "description": "The last run time will be the start time of the workflow's previous execution (if this is the first run it will be the start time of the first execution).",
          "connector": {
            "name": "storage",
            "version": "1.4"
          },
          "operation": "get",
          "output_schema": {
            "$schema": "http://json-schema.org/draft-04/schema#",
            "type": "object",
            "properties": {
              "value": {
                "type": "string"
              }
            }
          },
          "error_handling": {},
          "properties": {
            "key": {
              "type": "string",
              "value": "lastRun"
            },
            "scope": {
              "type": "string",
              "value": "Workflow"
            },
            "default_value": {
              "type": "jsonpath",
              "value": "$.env.execution_start_time"
            }
          }
        },
        "text-helpers-1": {
          "title": "Get domain from email address",
          "connector": {
            "name": "text-helpers",
            "version": "3.0"
          },
          "operation": "get_domain_from_email_address",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "email": {
              "type": "jsonpath",
              "value": "$.steps.loop-1.value.$properties.$email"
            }
          }
        },
        "trigger": {
          "title": "Scheduled Trigger",
          "connector": {
            "name": "scheduled",
            "version": "3.5"
          },
          "operation": "simple",
          "output_schema": {},
          "error_handling": {},
          "properties": {
            "synchronous": {
              "type": "boolean",
              "value": false
            },
            "public_url": {
              "type": "jsonpath",
              "value": "$.env.public_url"
            },
            "interval": {
              "type": "integer",
              "value": 30
            },
            "time_unit": {
              "type": "string",
              "value": "minutes"
            }
          }
        }
      },
      "legacy_error_handling": true,
      "dependencies": []
    }
  ],
  "projects": []
}