records
Civil servants of New Caledonia and municipalities
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":"fonctionnaires_nc_communes",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fonctionnaires_nc_communes"
}
] - "definitions":{
- "fonctionnaires_nc_communes":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fonctionnaires_nc_communes_records"
}
}
} - "records":
} - "properties":
- "fonctionnaires_nc_communes_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee_extraction":,{
- "type":"string",
- "format":"date",
- "title":"Annee_extraction",
- "description":""
} - "id":,{
- "type":"integer",
- "title":"id",
- "description":""
} - "age":,{
- "type":"integer",
- "title":"Age",
- "description":""
} - "sexe":,{
- "type":"string",
- "title":"Sexe",
- "description":""
} - "anciennete_fp":,{
- "type":"integer",
- "title":"Anciennete_FP",
- "description":""
} - "position":,{
- "type":"string",
- "title":"Position",
- "description":""
} - "inm":,{
- "type":"integer",
- "title":"INM",
- "description":""
} - "cadre":,{
- "type":"string",
- "title":"Cadre",
- "description":""
} - "categorie":,{
- "type":"string",
- "title":"Categorie",
- "description":""
} - "temps_de_travail":,{
- "type":"number",
- "title":"Temps_de_travail",
- "description":""
} - "zone_affectation":,{
- "type":"string",
- "title":"Zone_affectation",
- "description":""
} - "typeemployeur":,{
- "type":"string",
- "title":"TypeEmployeur",
- "description":""
} - "indexation":,{
- "type":"string",
- "title":"Indexation",
- "description":""
} - "libelleqr":{
- "type":"string",
- "title":"LibelleQR",
- "description":""
}
} - "annee_extraction":
}
} - "fields":
} - "properties":
} - "fonctionnaires_nc_communes":
}