records
Résultats des élections au Comité d'Entreprise
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":"resultats-elections-ce",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/resultats-elections-ce"
}
] - "definitions":{
- "resultats-elections-ce":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/resultats-elections-ce_records"
}
}
} - "records":
} - "properties":
- "resultats-elections-ce_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "cgt":,{
- "type":"number",
- "title":"CGT",
- "description":"",
- "unit":"%"
} - "unsa":,{
- "type":"number",
- "title":"UNSA",
- "description":"",
- "unit":"%"
} - "sud_rail":,{
- "type":"number",
- "title":"SUD-Rail",
- "description":"",
- "unit":"%"
} - "cfdt":,{
- "type":"number",
- "title":"CFDT",
- "description":"",
- "unit":"%"
} - "fo":,{
- "type":"number",
- "title":"FO",
- "description":"",
- "unit":"%"
} - "cftc":{
- "type":"number",
- "title":"CFTC",
- "description":"",
- "unit":"%"
}
} - "date":
}
} - "fields":
} - "properties":
} - "resultats-elections-ce":
}