GroupDTO Data Type

Properties
name data type constraints description
finalDateRR string  
nickname string  
groupTable GroupTableDTO  
contestCategory ContestCategory  
refereeObserverUser array of GroupUserDTO  
publishDateVR string  
expand string  
linkedGroupId number  
contestTypeNickname string  
roundType GroupRoundType  
refereeCostsforGroup number  
groupLeaderPerson PersonDTO  
leagueMatrixGrouping string  
league string  
documentUrl string  
lowerPlayOffTable GroupTableDTO  
groupLeaderAddress AddressDTO  
playOff boolean  
attendancesEnabled boolean  
championshipNickname string  
ageGroup string  
meetingsFirstRoundPdfUrl string  
meetings MeetingsDTO  
meetingsSecondRoundPdfUrl string  
groupConfig GroupConfigDTO  
leagueUri string  
upperPlayOffTable GroupTableDTO  
groupPublished boolean required boolean
finalTable GroupTableDTO  
fedNickname string  
groupLeader string  
teamMaterialsPdfUrl string  
seasonNickname string  
groupLeaderUser GroupUserDTO  
contest string  
leagueNickname string  
lowerPlayOffRoundRobin boolean required boolean
leagueId string  
groupTableMeetingsPdfUrl string  
finalDateVR string  
remarks string  
championshipRegion string  
nuScoreLiveEnabled boolean required boolean
refereeUser array of GroupUserDTO  
type string  
refereeCostsforGroups number  
groupLeaderDeputyUser array of GroupUserDTO  
timekeeperSecretaryUser array of GroupUserDTO  
name string  
publishDateRR string  
upperPlayOffRoundRobin boolean required boolean

Example

{
  "finalDateRR" : "...",
  "nickname" : "...",
  "groupTable" : {
    "tableHints" : [ "...", "..." ],
    "fedNickname" : "...",
    "finalTable" : true,
    "championshipRegion" : "...",
    "groupUri" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "released",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "none",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "fall"
    }, {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "releasedBlocked",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "risePlayoff",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "fall"
    } ],
    "seasonState" : "active",
    "groupNickname" : "...",
    "group" : "...",
    "groupTableDisplayType" : "WITHOUT_MATCHES_AND_MATCHES_DIFF",
    "roundTypDetail" : "...",
    "contestCategory" : "seniors",
    "groupPublished" : true,
    "seasonNickname" : "..."
  },
  "contestCategory" : "general",
  "refereeObserverUser" : [ {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "male"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "address",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "groupLeader"
  }, {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "female"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "address",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "referee"
  } ],
  "publishDateVR" : "...",
  "expand" : "...",
  "linkedGroupId" : 12345,
  "contestTypeNickname" : "...",
  "roundType" : "relegation",
  "leagueMatrixGrouping" : "...",
  "league" : "...",
  "documentUrl" : "...",
  "lowerPlayOffTable" : {
    "tableHints" : [ "...", "..." ],
    "fedNickname" : "...",
    "finalTable" : true,
    "championshipRegion" : "...",
    "groupUri" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "active",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "fallRelegation",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "steady"
    }, {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "active",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "none",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "fall"
    } ],
    "seasonState" : "active",
    "groupNickname" : "...",
    "group" : "...",
    "groupTableDisplayType" : "DISABLED",
    "roundTypDetail" : "...",
    "contestCategory" : "seniors",
    "groupPublished" : true,
    "seasonNickname" : "..."
  },
  "playOff" : true,
  "attendancesEnabled" : true,
  "championshipNickname" : "...",
  "ageGroup" : "...",
  "meetingsFirstRoundPdfUrl" : "...",
  "meetings" : {
    "firstResult" : 12345,
    "fedNickname" : "...",
    "maxResults" : 12345,
    "availableResults" : 12345,
    "meetingAbbr" : [ {
      "courtHallId" : "...",
      "matchesGuest" : 12345,
      "roundNameTypeSort" : 12345,
      "teamGuestUri" : "...",
      "isConfirmed" : true,
      "teamHomePageUrl" : "...",
      "courtHallName" : "...",
      "meetingInfoState" : [ "noValuation", "woHomeGuest" ],
      "guestImageUrl" : "...",
      "teamGuest" : "...",
      "courtHallClub" : { },
      "courtHallSwitched" : true,
      "entryDate" : 12345,
      "meetingState" : "quickentry",
      "matchesHome" : 12345,
      "teamHomeId" : "...",
      "teamGuestNationalClubNr" : "...",
      "meetingId" : "...",
      "roundType" : 12345,
      "meetingPageUrl" : "...",
      "doubleMatchesGuest" : 12345,
      "guestImageUri" : "...",
      "homeRight" : "guestteam",
      "teamHomeWo" : true,
      "homeImageUrl" : "...",
      "gamesGuest" : 12345,
      "nuScoreLiveEnabled" : true,
      "overtimeEnabled" : true,
      "remarks" : "...",
      "live" : true,
      "publishPdfEnabled" : true,
      "teamGuestState" : "ignoreInTable",
      "teamGuestPageUrl" : "...",
      "teamGuestId" : "...",
      "teamHomeTeamNr" : 12345,
      "gamesHome" : 12345,
      "courtHallNumbers" : "...",
      "personsVersionUid" : "...",
      "teamGuestClubNr" : "...",
      "roundName" : "...",
      "groupLeaderRemarks" : "...",
      "groupName" : "...",
      "leagueNickname" : "...",
      "halftimeLength" : 12345,
      "scheduled" : 12345,
      "meetingUri" : "...",
      "championshipNickname" : "...",
      "setsHome" : 12345,
      "pdfUrl" : "...",
      "endDate" : 12345,
      "teamHomeState" : "releasedBlocked",
      "teamHomeNationalClubNr" : "...",
      "versionUid" : "...",
      "location" : { },
      "teamHomeClubNr" : "...",
      "teamGuestTeamNr" : 12345,
      "teamHomeUri" : "...",
      "meetingUuid" : "...",
      "winPointDecision" : "MAXGAMES",
      "isCompleted" : true,
      "resultsAvailable" : true,
      "groupFedNickname" : "...",
      "totalAttendances" : 12345,
      "roundNameType" : "round7",
      "isFromFirstRound" : true,
      "setsGuest" : 12345,
      "teamHome" : "...",
      "meetingNumber" : 12345,
      "referees" : { },
      "homeRightSwitched" : true,
      "courtHallUri" : "...",
      "referee" : "...",
      "doubleMatchesHome" : 12345,
      "groupId" : "...",
      "playMode" : "...",
      "teamGuestWo" : true,
      "contestCategory" : "juniors",
      "seasonNickname" : "...",
      "groupConfig" : { },
      "publishGroupLeaderRemarks" : true,
      "note" : "...",
      "originalDate" : 12345,
      "homeImageUri" : "...",
      "championshipRegion" : "..."
    }, {
      "courtHallId" : "...",
      "matchesGuest" : 12345,
      "roundNameTypeSort" : 12345,
      "teamGuestUri" : "...",
      "isConfirmed" : true,
      "teamHomePageUrl" : "...",
      "courtHallName" : "...",
      "meetingInfoState" : [ "releasedGuestTeam", "woHome" ],
      "guestImageUrl" : "...",
      "teamGuest" : "...",
      "courtHallClub" : { },
      "courtHallSwitched" : true,
      "entryDate" : 12345,
      "meetingState" : "intermediate",
      "matchesHome" : 12345,
      "teamHomeId" : "...",
      "teamGuestNationalClubNr" : "...",
      "meetingId" : "...",
      "roundType" : 12345,
      "meetingPageUrl" : "...",
      "doubleMatchesGuest" : 12345,
      "guestImageUri" : "...",
      "homeRight" : "hometeam",
      "teamHomeWo" : true,
      "homeImageUrl" : "...",
      "gamesGuest" : 12345,
      "nuScoreLiveEnabled" : true,
      "overtimeEnabled" : true,
      "remarks" : "...",
      "live" : true,
      "publishPdfEnabled" : true,
      "teamGuestState" : "releasedBlocked",
      "teamGuestPageUrl" : "...",
      "teamGuestId" : "...",
      "teamHomeTeamNr" : 12345,
      "gamesHome" : 12345,
      "courtHallNumbers" : "...",
      "personsVersionUid" : "...",
      "teamGuestClubNr" : "...",
      "roundName" : "...",
      "groupLeaderRemarks" : "...",
      "groupName" : "...",
      "leagueNickname" : "...",
      "halftimeLength" : 12345,
      "scheduled" : 12345,
      "meetingUri" : "...",
      "championshipNickname" : "...",
      "setsHome" : 12345,
      "pdfUrl" : "...",
      "endDate" : 12345,
      "teamHomeState" : "terminated",
      "teamHomeNationalClubNr" : "...",
      "versionUid" : "...",
      "location" : { },
      "teamHomeClubNr" : "...",
      "teamGuestTeamNr" : 12345,
      "teamHomeUri" : "...",
      "meetingUuid" : "...",
      "winPointDecision" : "MAXGAMES",
      "isCompleted" : true,
      "resultsAvailable" : true,
      "groupFedNickname" : "...",
      "totalAttendances" : 12345,
      "roundNameType" : "roundOf16",
      "isFromFirstRound" : true,
      "setsGuest" : 12345,
      "teamHome" : "...",
      "meetingNumber" : 12345,
      "referees" : { },
      "homeRightSwitched" : true,
      "courtHallUri" : "...",
      "referee" : "...",
      "doubleMatchesHome" : 12345,
      "groupId" : "...",
      "playMode" : "...",
      "teamGuestWo" : true,
      "contestCategory" : "unknown",
      "seasonNickname" : "...",
      "groupConfig" : { },
      "publishGroupLeaderRemarks" : true,
      "note" : "...",
      "originalDate" : 12345,
      "homeImageUri" : "...",
      "championshipRegion" : "..."
    } ]
  },
  "meetingsSecondRoundPdfUrl" : "...",
  "groupConfig" : {
    "meetingReportPdfEnabled" : true,
    "suspensionsStatisticsEnabled" : true,
    "yellowCardsStatisticsEnabled" : true,
    "showTablePointsInsteadOfGoals" : true,
    "noDoublesEnabled" : true,
    "groupTeamStatisticsEnabled" : true,
    "goalsStatisticsEnabled" : true,
    "sevenMeterGoalsStatisticEnabled" : true,
    "nuScoreLiveEnabled" : true,
    "groupTableDisplayType" : "CROSS_TABLE",
    "redCardsStatisticsEnabled" : true
  },
  "leagueUri" : "...",
  "upperPlayOffTable" : {
    "tableHints" : [ "...", "..." ],
    "fedNickname" : "...",
    "finalTable" : true,
    "championshipRegion" : "...",
    "groupUri" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "ignoreInTable",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "risePlayoff",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "rise"
    }, {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "releasedBlocked",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "risePlayoff",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "steady"
    } ],
    "seasonState" : "new",
    "groupNickname" : "...",
    "group" : "...",
    "groupTableDisplayType" : "DISABLED",
    "roundTypDetail" : "...",
    "contestCategory" : "kids",
    "groupPublished" : true,
    "seasonNickname" : "..."
  },
  "groupPublished" : true,
  "finalTable" : {
    "tableHints" : [ "...", "..." ],
    "fedNickname" : "...",
    "finalTable" : true,
    "championshipRegion" : "...",
    "groupUri" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "released",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "fall",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "steady"
    }, {
      "ownPointsGuest" : 12345.0,
      "otherMatchesDouble" : 12345,
      "clubFedNickname" : "...",
      "ownSets" : 12345,
      "ownMatchesSingle" : 12345,
      "teamState" : "releasedBlocked",
      "ownMatchesDouble" : 12345,
      "otherMeetings" : 12345,
      "team" : "...",
      "otherMatches" : 12345,
      "tableRank" : 12345,
      "ownPoints" : 12345.0,
      "ownGames" : 12345,
      "otherSets" : 12345,
      "tieMeetings" : 12345,
      "teamUri" : "...",
      "ownMatches" : 12345,
      "teamStatistics" : { },
      "teamNr" : 12345,
      "meetings" : 12345,
      "riseAndFallState" : "none",
      "otherMatchesSingle" : 12345,
      "teamReleasedDate" : 12345,
      "otherPoints" : 12345.0,
      "otherPointsGuest" : 12345.0,
      "teamId" : "...",
      "clubNr" : "...",
      "ownMeetings" : 12345,
      "otherGames" : 12345,
      "ownPointsHome" : 12345.0,
      "contestTypeNickname" : "...",
      "otherPointsHome" : 12345.0,
      "tendency" : "steady"
    } ],
    "seasonState" : "new",
    "groupNickname" : "...",
    "group" : "...",
    "groupTableDisplayType" : "DISABLED",
    "roundTypDetail" : "...",
    "contestCategory" : "unknown",
    "groupPublished" : true,
    "seasonNickname" : "..."
  },
  "fedNickname" : "...",
  "teamMaterialsPdfUrl" : "...",
  "seasonNickname" : "...",
  "groupLeaderUser" : {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "female"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "mail",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "refereeObserver"
  },
  "contest" : "...",
  "leagueNickname" : "...",
  "lowerPlayOffRoundRobin" : true,
  "leagueId" : "...",
  "groupTableMeetingsPdfUrl" : "...",
  "finalDateVR" : "...",
  "remarks" : "...",
  "championshipRegion" : "...",
  "nuScoreLiveEnabled" : true,
  "refereeUser" : [ {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "male"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "groupLeaderDeputy"
  }, {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "male"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "timekeeperSecretary"
  } ],
  "type" : "...",
  "groupLeaderDeputyUser" : [ {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "female"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "groupLeaderDeputy"
  }, {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "female"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "groupLeader"
  } ],
  "timekeeperSecretaryUser" : [ {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "female"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "referee"
  }, {
    "person" : {
      "personId" : "...",
      "addressUri" : "...",
      "title" : "...",
      "firstname" : "...",
      "languages" : "...",
      "lastname" : "...",
      "gender" : "male"
    },
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "court",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "type" : "groupLeaderDeputy"
  } ],
  "name" : "...",
  "publishDateRR" : "...",
  "upperPlayOffRoundRobin" : true
}