records

records

Active filters Clear all

No active filters

Filters

Écoles supérieures du professorat et de l'éducation : Parcours des masters Métiers de l'enseignement, de l'éducation et de la formation

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Rentrée
               

No description available for this field.

Name (identifier)
rentree
Type
text
Sample
                       
Code_établissement
               

No description available for this field.

Name (identifier)
code_etablissement
Type
text
Sample
                       
ESPE
               

No description available for this field.

Name (identifier)
espe
Type
text
Sample
                       
Implantation
               

No description available for this field.

Name (identifier)
implantation
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Site internet
               

No description available for this field.

Name (identifier)
site_internet
Type
text
Sample
                       
Email
               

No description available for this field.

Name (identifier)
email
Type
text
Sample
                       
Twitter
               

No description available for this field.

Name (identifier)
twitter
Type
text
Sample
                       
Facebook
               

No description available for this field.

Name (identifier)
facebook
Type
text
Sample
                       
Téléphone
               

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
Géolocalisation
               

No description available for this field.

Name (identifier)
geolocalisation
Type
geo point
Sample
                       
Type de parcours
               

No description available for this field.

Name (identifier)
type_de_parcours
Type
text
Sample
                       
parcours MEEF
               

No description available for this field.

Name (identifier)
parcours_meef
Type
text
Sample
                       
Niveaux
               

No description available for this field.

Name (identifier)
niveaux
Type
text
Sample
                       
préparation au CAPES
               

No description available for this field.

Name (identifier)
var_capes
Type
text
Sample
                       
préparation au CAPEPS
               

No description available for this field.

Name (identifier)
var_capeps
Type
text
Sample
                       
préparation au CAPET
               

No description available for this field.

Name (identifier)
var_capet
Type
text
Sample
                       
préparation au CAPLP
               

No description available for this field.

Name (identifier)
var_caplp
Type
text
Sample
                       
Bilingue
               

No description available for this field.

Name (identifier)
bilingue
Type
text
Sample
                       
A distance
               

No description available for this field.

Name (identifier)
a_distance
Type
text
Sample
                       
Sous reserve
               

No description available for this field.

Name (identifier)
sous_reserve
Type
text
Sample
                       
Remarque
               

No description available for this field.

Name (identifier)
remarque
Type
text
Sample
                       
Académie
               

No description available for this field.

Name (identifier)
academie
Type
text
Sample
                       
Id implantation
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Youtube
               

No description available for this field.

Name (identifier)
youtube
Type
text
Sample
                       
Vimeo
               

No description available for this field.

Name (identifier)
vimeo
Type
text
Sample
                       
Infos sur les concours
               

No description available for this field.

Name (identifier)
infos_sur_les_concours
Type
text
Sample
                       
Linkedin
               

No description available for this field.

Name (identifier)
linkedin
Type
text
Sample
                       
Viadeo
               

No description available for this field.

Name (identifier)
viadeo
Type
text
Sample
                       
Dailymotion
               

No description available for this field.

Name (identifier)
dailymotion
Type
text
Sample
                       
Pinterest
               

No description available for this field.

Name (identifier)
pinterest
Type
text
Sample
                       
Instagram
               

No description available for this field.

Name (identifier)
instagram
Type
text
Sample
                       
Tumblr
               

No description available for this field.

Name (identifier)
tumblr
Type
text
Sample
                       
Autre_site_internet
               

No description available for this field.

Name (identifier)
autre_site_internet
Type
text
Sample
                       
RSS
               

No description available for this field.

Name (identifier)
rss
Type
text
Sample
                       
Géolocalisation siège
               

No description available for this field.

Name (identifier)
geolocalisation_siege
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fr-esr-espe-parcours_meef",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-espe-parcours_meef"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-espe-parcours_meef":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-espe-parcours_meef_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"
            }
          }
        }
        ,
      • "fr-esr-espe-parcours_meef_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "rentree":
                {
                • "type":"string",
                • "title":"Rentrée",
                • "description":""
                }
                ,
              • "code_etablissement":
                {
                • "type":"string",
                • "title":"Code_établissement",
                • "description":""
                }
                ,
              • "espe":
                {
                • "type":"string",
                • "title":"ESPE",
                • "description":""
                }
                ,
              • "implantation":
                {
                • "type":"string",
                • "title":"Implantation",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"Site internet",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"Email",
                • "description":""
                }
                ,
              • "twitter":
                {
                • "type":"string",
                • "title":"Twitter",
                • "description":""
                }
                ,
              • "facebook":
                {
                • "type":"string",
                • "title":"Facebook",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"Téléphone",
                • "description":""
                }
                ,
              • "geolocalisation":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Géolocalisation",
                • "description":""
                }
                ,
              • "type_de_parcours":
                {
                • "type":"string",
                • "title":"Type de parcours",
                • "description":""
                }
                ,
              • "parcours_meef":
                {
                • "type":"string",
                • "title":"parcours MEEF",
                • "description":""
                }
                ,
              • "niveaux":
                {
                • "type":"string",
                • "title":"Niveaux",
                • "description":""
                }
                ,
              • "var_capes":
                {
                • "type":"string",
                • "title":"préparation au CAPES",
                • "description":""
                }
                ,
              • "var_capeps":
                {
                • "type":"string",
                • "title":"préparation au CAPEPS",
                • "description":""
                }
                ,
              • "var_capet":
                {
                • "type":"string",
                • "title":"préparation au CAPET",
                • "description":""
                }
                ,
              • "var_caplp":
                {
                • "type":"string",
                • "title":"préparation au CAPLP",
                • "description":""
                }
                ,
              • "bilingue":
                {
                • "type":"string",
                • "title":"Bilingue",
                • "description":""
                }
                ,
              • "a_distance":
                {
                • "type":"string",
                • "title":"A distance",
                • "description":""
                }
                ,
              • "sous_reserve":
                {
                • "type":"string",
                • "title":"Sous reserve",
                • "description":""
                }
                ,
              • "remarque":
                {
                • "type":"string",
                • "title":"Remarque",
                • "description":""
                }
                ,
              • "academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"Id implantation",
                • "description":""
                }
                ,
              • "youtube":
                {
                • "type":"string",
                • "title":"Youtube",
                • "description":""
                }
                ,
              • "vimeo":
                {
                • "type":"string",
                • "title":"Vimeo",
                • "description":""
                }
                ,
              • "infos_sur_les_concours":
                {
                • "type":"string",
                • "title":"Infos sur les concours",
                • "description":""
                }
                ,
              • "linkedin":
                {
                • "type":"string",
                • "title":"Linkedin",
                • "description":""
                }
                ,
              • "viadeo":
                {
                • "type":"string",
                • "title":"Viadeo",
                • "description":""
                }
                ,
              • "dailymotion":
                {
                • "type":"string",
                • "title":"Dailymotion",
                • "description":""
                }
                ,
              • "pinterest":
                {
                • "type":"string",
                • "title":"Pinterest",
                • "description":""
                }
                ,
              • "instagram":
                {
                • "type":"string",
                • "title":"Instagram",
                • "description":""
                }
                ,
              • "tumblr":
                {
                • "type":"string",
                • "title":"Tumblr",
                • "description":""
                }
                ,
              • "autre_site_internet":
                {
                • "type":"string",
                • "title":"Autre_site_internet",
                • "description":""
                }
                ,
              • "rss":
                {
                • "type":"string",
                • "title":"RSS",
                • "description":""
                }
                ,
              • "geolocalisation_siege":
                {
                • "type":"string",
                • "title":"Géolocalisation siège",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets