Election Config Schema: Difference between revisions

Content added Content deleted
imported>RobLa
No edit summary
 
imported>RobLa
(source update)
Line 85: Line 85:
"desc_enum": {
"desc_enum": {
'approval': "[[Wikipedia:Approval voting|Approval voting]]",
'approval': "[[Wikipedia:Approval voting|Approval voting]]",
'chain': "Chain multiple methods using this election type. For example, one can define a chain such that the Smith method is used, and Minmax(wv) settles any ties should there be multiple Smith method winners.",
'chain': "Chain multiple methods using this election type. For example, one can define a chain such that the Smith method is used, and Minmax(wv) settles any ties should there be multiple Smith method winners. Use the 'methods' parameter described below to provide an ordered list of methods.",
'copeland': "[[Wikipedia:Copeland method|Copeland method]]",
'copeland': "[[Wikipedia:Copeland method|Copeland method]]",
'dmc': "[[Definite Majority Choice]] method. This particular implementation implements it as Minmax(Total Approval) as an implementation convenience. ",
'dmc': "[[Definite Majority Choice]] method. This particular implementation implements it as Minmax(Total Approval) as an implementation convenience. ",
Line 109: Line 109:
"type": {
"type": {
"type": "str",
"type": "str",
"desc": "<i>see above</i>"
"desc": "Any valid election method type. See documentation for 'type' parameter under 'election_methods' for more information."
}
}
}
}