{
  "version": 0,
  "entry": "b1",
  "blocks": {
    "b1": {
      "type": "setVar",
      "inputs": {
        "name": "sequenceName",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "NAME"
          }
        }
      },
      "next": "b2"
    },
    "b2": {
      "type": "setVar",
      "inputs": {
        "name": "timebase",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "TIMEBASE"
          }
        }
      },
      "next": "b3"
    },
    "b3": {
      "type": "setVar",
      "inputs": {
        "name": "videoDisplayFormat",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "VIDEO_DISPLAY_FORMAT"
          }
        }
      },
      "next": "b4"
    },
    "b4": {
      "type": "setVar",
      "inputs": {
        "name": "audioDisplayFormat",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "AUDIO_DISPLAY_FORMAT"
          }
        }
      },
      "next": "b5"
    },
    "b5": {
      "type": "setVar",
      "inputs": {
        "name": "videoFrameRate",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "VIDEO_FRAME_RATE"
          }
        }
      },
      "next": "b6"
    },
    "b6": {
      "type": "setVar",
      "inputs": {
        "name": "audioSampleRate",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "AUDIO_SAMPLE_RATE"
          }
        }
      },
      "next": "b7"
    },
    "b7": {
      "type": "setVar",
      "inputs": {
        "name": "zeroPointSeconds",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "ZERO_POINT_SECONDS"
          }
        }
      },
      "next": "b8"
    },
    "b8": {
      "type": "setVar",
      "inputs": {
        "name": "playerPositionSeconds",
        "value": {
          "type": "prGetSequenceProperty",
          "inputs": {
            "property": "PLAYER_POSITION_SECONDS"
          }
        }
      },
      "next": "b9"
    },
    "b9": {
      "type": "esConsoleLog",
      "inputs": {
        "message": {
          "type": "textJoin",
          "inputs": {
            "items": [
              "SUMMARY|sequenceName=\"",
              {
                "var": "sequenceName"
              },
              "\"|timebase=\"",
              {
                "var": "timebase"
              },
              "\"|videoDisplayFormat=\"",
              {
                "var": "videoDisplayFormat"
              },
              "\"|audioDisplayFormat=\"",
              {
                "var": "audioDisplayFormat"
              },
              "\"|videoFrameRate=",
              {
                "var": "videoFrameRate"
              },
              "|audioSampleRate=",
              {
                "var": "audioSampleRate"
              },
              "|zeroPointSeconds=",
              {
                "var": "zeroPointSeconds"
              },
              "|playerPositionSeconds=",
              {
                "var": "playerPositionSeconds"
              }
            ]
          }
        }
      },
      "next": null
    }
  }
}
