enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Groupe BPCE - Offres emploi publiques

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Titre de l'annonce
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
title
Type
texte
Exemple
                       
Date dernière modification
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lastmodifieddate
Type
texte
Exemple
                       
référence de l'offre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
referencenumber
Type
texte
Exemple
                       
URL candidature
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
apply_url
Type
texte
Exemple
                       
Visualisation de l'offre
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url
Type
texte
Exemple
                       
Groupe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
company
Type
texte
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
city
Type
texte
Exemple
                       
Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
state
Type
texte
Exemple
                       
Pays
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
country
Type
texte
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
Emploi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
category
Type
texte
Exemple
                       
jobcode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jobcode
Type
texte
Exemple
                       
Type de contrat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jobtype
Type
texte
Exemple
                       
Famille d'emploi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jobindustry
Type
texte
Exemple
                       
Entreprise
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
organization
Type
texte
Exemple
                       
step_up_academy
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
step_up_academy
Type
texte
Exemple
                       
manager_bpce
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
manager_bpce
Type
texte
Exemple
                       
nom_recruteur_principal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_recruteur_principal
Type
texte
Exemple
                       
email_recruteur_principal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
email_recruteur_principal
Type
texte
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
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":"groupe-bpce-offres-emploi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/groupe-bpce-offres-emploi"
      }
    ]
    ,
  • "definitions":
    {
    • "groupe-bpce-offres-emploi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/groupe-bpce-offres-emploi_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "groupe-bpce-offres-emploi_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "title":
                {
                • "type":"string",
                • "title":"Titre de l'annonce",
                • "description":""
                }
                ,
              • "lastmodifieddate":
                {
                • "type":"string",
                • "title":"Date dernière modification",
                • "description":""
                }
                ,
              • "referencenumber":
                {
                • "type":"string",
                • "title":"référence de l'offre",
                • "description":""
                }
                ,
              • "apply_url":
                {
                • "type":"string",
                • "title":"URL candidature",
                • "description":""
                }
                ,
              • "url":
                {
                • "type":"string",
                • "title":"Visualisation de l'offre",
                • "description":""
                }
                ,
              • "company":
                {
                • "type":"string",
                • "title":"Groupe",
                • "description":""
                }
                ,
              • "city":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "state":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "country":
                {
                • "type":"string",
                • "title":"Pays",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"description",
                • "description":""
                }
                ,
              • "category":
                {
                • "type":"string",
                • "title":"Emploi",
                • "description":""
                }
                ,
              • "jobcode":
                {
                • "type":"string",
                • "title":"jobcode",
                • "description":""
                }
                ,
              • "jobtype":
                {
                • "type":"string",
                • "title":"Type de contrat",
                • "description":""
                }
                ,
              • "jobindustry":
                {
                • "type":"string",
                • "title":"Famille d'emploi",
                • "description":""
                }
                ,
              • "organization":
                {
                • "type":"string",
                • "title":"Entreprise",
                • "description":""
                }
                ,
              • "step_up_academy":
                {
                • "type":"string",
                • "title":"step_up_academy",
                • "description":""
                }
                ,
              • "manager_bpce":
                {
                • "type":"string",
                • "title":"manager_bpce",
                • "description":""
                }
                ,
              • "nom_recruteur_principal":
                {
                • "type":"string",
                • "title":"nom_recruteur_principal",
                • "description":""
                }
                ,
              • "email_recruteur_principal":
                {
                • "type":"string",
                • "title":"email_recruteur_principal",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires