records
Tableau des effectifs 2022 Ville
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":"tableau-des-effectifs-2022-ville",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/tableau-des-effectifs-2022-ville"
}
] - "definitions":{
- "tableau-des-effectifs-2022-ville":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/tableau-des-effectifs-2022-ville_records"
}
}
} - "records":
} - "properties":
- "tableau-des-effectifs-2022-ville_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "column_1":,{
- "type":"string",
- "title":"Column 1",
- "description":""
} - "ancien_effectif":,{
- "type":"integer",
- "title":"ANCIEN EFFECTIF",
- "description":""
} - "column_3":,{
- "type":"integer",
- "title":"Column 3",
- "description":""
} - "modifications":,{
- "type":"integer",
- "title":"MODIFICATIONS",
- "description":""
} - "column_5":,{
- "type":"integer",
- "title":"Column 5",
- "description":""
} - "nouvel_effectif":,{
- "type":"integer",
- "title":"NOUVEL EFFECTIF",
- "description":""
} - "column_7":{
- "type":"integer",
- "title":"Column 7",
- "description":""
}
} - "column_1":
}
} - "fields":
} - "properties":
} - "tableau-des-effectifs-2022-ville":
}