records
BPCE - Effectifs à l'international
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-a-linternational",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/effectifs-a-linternational"
}
] - "definitions":{
- "effectifs-a-linternational":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/effectifs-a-linternational_records"
}
}
} - "records":
} - "properties":
- "effectifs-a-linternational_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "regroupement":,{
- "type":"string",
- "title":"Regroupement",
- "description":""
} - "continent":,{
- "type":"string",
- "title":"Continent",
- "description":""
} - "effectif":,{
- "type":"integer",
- "title":"Effectif",
- "description":""
} - "geo_shape":{
- "type":"string",
- "title":"geo_shape",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "effectifs-a-linternational":
}