records
Aktuelle Wahl- bzw. Abstimmungsresultate Kanton St.Gallen
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"aktuelle-wahl-bzw-abstimmungen-kanton-stgallen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/aktuelle-wahl-bzw-abstimmungen-kanton-stgallen"
}
] - "definitions":{
- "aktuelle-wahl-bzw-abstimmungen-kanton-stgallen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/aktuelle-wahl-bzw-abstimmungen-kanton-stgallen_records"
}
}
} - "records":
} - "properties":
- "aktuelle-wahl-bzw-abstimmungen-kanton-stgallen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "title":,{
- "type":"string",
- "title":"Titel",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Datum",
- "description":""
} - "domain0":,{
- "type":"string",
- "title":"Verwaltungsebene",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Typ",
- "description":"Art des Urnengangs: vote = Abstimmung election= Wahl"
} - "url":,{
- "type":"string",
- "title":"URL",
- "description":"Link zu Details der Wahl / Abstimmung"
} - "completed":,{
- "type":"string",
- "title":"Status",
- "description":""
} - "gemeinden_total":,{
- "type":"integer",
- "title":"Total der Gemeinden",
- "description":"Anzahl der teilnehmenden Gemeinden in der Wahl / Abstimmung "
} - "gemeinden_ausgezahlt":,{
- "type":"integer",
- "title":"Ausgezählte Gemeinden",
- "description":""
} - "last_modified":,{
- "type":"string",
- "format":"date-time",
- "title":"Letzte Änderung",
- "description":""
} - "turnout":,{
- "type":"number",
- "title":"Stimmbeteiligung",
- "description":"",
- "unit":"%"
} - "answer":,{
- "type":"string",
- "title":"Antwort",
- "description":""
} - "nays_percentage":,{
- "type":"number",
- "title":"Anteil Nein-Stimmen",
- "description":"",
- "unit":"%"
} - "yeas_percentage":{
- "type":"number",
- "title":"Anteil Ja-Stimmen",
- "description":"",
- "unit":"%"
}
} - "title":
}
} - "fields":
} - "properties":
} - "aktuelle-wahl-bzw-abstimmungen-kanton-stgallen":
}