records
EDF group's workforce
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":"effectifs-du-groupe-edf",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/effectifs-du-groupe-edf"
}
] - "definitions":{
- "effectifs-du-groupe-edf":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/effectifs-du-groupe-edf_records"
}
}
} - "records":
} - "properties":
- "effectifs-du-groupe-edf_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "tri":,{
- "type":"integer",
- "title":"Tri",
- "description":""
} - "annee":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "perimetre_juridique":,{
- "type":"string",
- "title":"Legal perimeter",
- "description":""
} - "perimetre_spatial":,{
- "type":"string",
- "title":"Périmètre spatial",
- "description":""
} - "spatial_perimeter":,{
- "type":"string",
- "title":"Spatial perimeter",
- "description":""
} - "employes":,{
- "type":"integer",
- "title":"Employees",
- "description":""
} - "unite":,{
- "type":"string",
- "title":"Unité",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "methode_de_consolidation":,{
- "type":"string",
- "title":"Méthode de consolidation",
- "description":""
} - "consolidation_method":,{
- "type":"string",
- "title":"Consolidation method",
- "description":""
} - "commentaire":,{
- "type":"string",
- "title":"Commentaire",
- "description":""
} - "comment":{
- "type":"string",
- "title":"Comment",
- "description":""
}
} - "tri":
}
} - "fields":
} - "properties":
} - "effectifs-du-groupe-edf":
}