enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Répartition du personnel par niveau d'étude de la fonction

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Année
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
year
Type
date
Exemple
                       
Mois
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
q
Type
date
Exemple
                       
Niveau d'étude de la fonction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
category
Type
texte
Exemple
                       
Nombre
Effectif rémunéré par Infrabel

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
data
Type
int
Exemple
                       
Niveau d'étude de la fonction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
niveau_detude_de_la_fonction
Type
texte
Exemple
                       
Niveau d'étude de la fonction
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
niv_en
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"verdeling-van-het-personeelsbestand-volgens-het-opleidingsniveau-van-de-functie",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/verdeling-van-het-personeelsbestand-volgens-het-opleidingsniveau-van-de-functie"
      }
    ]
    ,
  • "definitions":
    {
    • "verdeling-van-het-personeelsbestand-volgens-het-opleidingsniveau-van-de-functie":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/verdeling-van-het-personeelsbestand-volgens-het-opleidingsniveau-van-de-functie_records"
            }
          }
        }
      }
      ,
    • "verdeling-van-het-personeelsbestand-volgens-het-opleidingsniveau-van-de-functie_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Année",
              • "description":""
              }
              ,
            • "q":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Mois",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Niveau d'étude de la fonction",
              • "description":""
              }
              ,
            • "data":
              {
              • "type":"integer",
              • "title":"Nombre",
              • "description":"Effectif rémunéré par Infrabel"
              }
              ,
            • "niveau_detude_de_la_fonction":
              {
              • "type":"string",
              • "title":"Niveau d'étude de la fonction",
              • "description":""
              }
              ,
            • "niv_en":
              {
              • "type":"string",
              • "title":"Niveau d'étude de la fonction",
              • "description":""
              }
            }
          }
        }
      }
    }
}