#!/bin/sh -e
#
# Return participant-specific data for a run
#

cat <<EOF
{}
EOF

exit 0
