records

records

Active filters Clear all

No active filters

Filters

Données du portail d’information Trouver Mon Master TMM - Lieux de formation

Dataset schema

Click to expand Click to collapse
Année de la campagne de recueil des informations
               

No description available for this field.

Name (identifier)
annee
Type
text
Sample
                       
Nom du site où est dispensée la formation
               

No description available for this field.

Name (identifier)
lieu_for
Type
text
Sample
                       
Adresse du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_ad
Type
text
Sample
                       
Complément d’adresse du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_ad2
Type
text
Sample
                       
Suite du complément d’adresse du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_ad3
Type
text
Sample
                       
Code postal de la ville du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_cp
Type
text
Sample
                       
Ville du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_ville
Type
text
Sample
                       
Coordonnées géographiques du site de formation
               

No description available for this field.

Name (identifier)
lieu_for_geo
Type
geo point
Sample
                       
Code UAI de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_uai
Type
text
Sample
                       
Nom officiel (long) de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_nom
Type
text
Sample
                       
Nom d’usage de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_nom_usage
Type
text
Sample
                       
Adresse de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_ad
Type
text
Sample
                       
Complément d’adresse de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_ad2
Type
text
Sample
                       
Code postal de la ville de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_cp
Type
text
Sample
                       
Ville de l’établissement accrédité
               

No description available for this field.

Name (identifier)
etab_ville
Type
text
Sample
                       
Identifiant navette de la mention (INM) de master
               

No description available for this field.

Name (identifier)
for_inm
Type
text
Sample
                       
Intitulé de la mention de master
               

No description available for this field.

Name (identifier)
for_intitule
Type
text
Sample
                       
Mention ouverte ou non ouverte
1 : ouvert, 0 : non ouvert

No description available for this field.

Name (identifier)
for_ouverte
Type
text
Sample
                       
Modalités d’enseignement de la mention
               

No description available for this field.

Name (identifier)
for_modalite
Type
text
Sample
                       
Identifiant Navette Mention Parcours (INMP)
               

No description available for this field.

Name (identifier)
parc_inmp
Type
text
Sample
                       
Intitulé du parcours
               

No description available for this field.

Name (identifier)
parc_intitule
Type
text
Sample
                       
Parcours ouvert ou non ouvert
1 : ouvert, 0 : non ouvert

No description available for this field.

Name (identifier)
parc_ouvert
Type
text
Sample
                       
Modalités d’enseignement du parcours
               

No description available for this field.

Name (identifier)
parc_modalite
Type
text
Sample
                       
Informations relatives à l’établissement privé d’enseignement supérieur avec lequel une convention est signée
               

No description available for this field.

Name (identifier)
conv_prive
Type
text
Sample
                       
etablissement_id_paysage
               

No description available for this field.

Name (identifier)
etablissement_id_paysage
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-tmm-donnees-du-portail-dinformation-trouver-mon-master-lieux-de-formation",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fr-esr-tmm-donnees-du-portail-dinformation-trouver-mon-master-lieux-de-formation"
      }
    ]
    ,
  • "definitions":
    {
    • "fr-esr-tmm-donnees-du-portail-dinformation-trouver-mon-master-lieux-de-formation":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fr-esr-tmm-donnees-du-portail-dinformation-trouver-mon-master-lieux-de-formation_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-tmm-donnees-du-portail-dinformation-trouver-mon-master-lieux-de-formation_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee":
                {
                • "type":"string",
                • "title":"Année de la campagne de recueil des informations",
                • "description":""
                }
                ,
              • "lieu_for":
                {
                • "type":"string",
                • "title":"Nom du site où est dispensée la formation",
                • "description":""
                }
                ,
              • "lieu_for_ad":
                {
                • "type":"string",
                • "title":"Adresse du site de formation",
                • "description":""
                }
                ,
              • "lieu_for_ad2":
                {
                • "type":"string",
                • "title":"Complément d’adresse du site de formation",
                • "description":""
                }
                ,
              • "lieu_for_ad3":
                {
                • "type":"string",
                • "title":"Suite du complément d’adresse du site de formation",
                • "description":""
                }
                ,
              • "lieu_for_cp":
                {
                • "type":"string",
                • "title":"Code postal de la ville du site de formation",
                • "description":""
                }
                ,
              • "lieu_for_ville":
                {
                • "type":"string",
                • "title":"Ville du site de formation",
                • "description":""
                }
                ,
              • "lieu_for_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées géographiques du site de formation",
                • "description":""
                }
                ,
              • "etab_uai":
                {
                • "type":"string",
                • "title":"Code UAI de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_nom":
                {
                • "type":"string",
                • "title":"Nom officiel (long) de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_nom_usage":
                {
                • "type":"string",
                • "title":"Nom d’usage de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_ad":
                {
                • "type":"string",
                • "title":"Adresse de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_ad2":
                {
                • "type":"string",
                • "title":"Complément d’adresse de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_cp":
                {
                • "type":"string",
                • "title":"Code postal de la ville de l’établissement accrédité",
                • "description":""
                }
                ,
              • "etab_ville":
                {
                • "type":"string",
                • "title":"Ville de l’établissement accrédité",
                • "description":""
                }
                ,
              • "for_inm":
                {
                • "type":"string",
                • "title":"Identifiant navette de la mention (INM) de master",
                • "description":""
                }
                ,
              • "for_intitule":
                {
                • "type":"string",
                • "title":"Intitulé de la mention de master",
                • "description":""
                }
                ,
              • "for_ouverte":
                {
                • "type":"string",
                • "title":"Mention ouverte ou non ouverte",
                • "description":"1 : ouvert, 0 : non ouvert"
                }
                ,
              • "for_modalite":
                {
                • "type":"string",
                • "title":"Modalités d’enseignement de la mention",
                • "description":""
                }
                ,
              • "parc_inmp":
                {
                • "type":"string",
                • "title":"Identifiant Navette Mention Parcours (INMP)",
                • "description":""
                }
                ,
              • "parc_intitule":
                {
                • "type":"string",
                • "title":"Intitulé du parcours",
                • "description":""
                }
                ,
              • "parc_ouvert":
                {
                • "type":"string",
                • "title":"Parcours ouvert ou non ouvert",
                • "description":"1 : ouvert, 0 : non ouvert"
                }
                ,
              • "parc_modalite":
                {
                • "type":"string",
                • "title":"Modalités d’enseignement du parcours",
                • "description":""
                }
                ,
              • "conv_prive":
                {
                • "type":"string",
                • "title":"Informations relatives à l’établissement privé d’enseignement supérieur avec lequel une convention est signée",
                • "description":""
                }
                ,
              • "etablissement_id_paysage":
                {
                • "type":"string",
                • "title":"etablissement_id_paysage",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets