Poll.JSONSchema

JSON schema for serialising and deserialising a poll.

Members

Variables

end
long end;
origChoiceNames
string[string] origChoiceNames;
sortedChoices
string[] sortedChoices;
start
long start;
uniqueID
uint uniqueID;
voteCounts
uint[string] voteCounts;
votes
string[string] votes;