34
records
Rectorats d'académies et vice-rectorats
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":"fr-enesr-rectorats-d-academies-vice-rectorats",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/fr-enesr-rectorats-d-academies-vice-rectorats"
}
] - "definitions":{
- "fr-enesr-rectorats-d-academies-vice-rectorats":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/fr-enesr-rectorats-d-academies-vice-rectorats_records"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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-enesr-rectorats-d-academies-vice-rectorats_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "uai_identifiant":,{
- "type":"string",
- "title":"uai - identifiant",
- "description":""
} - "libelle":,{
- "type":"string",
- "title":"Libellé",
- "description":""
} - "type_d_etablissement":,{
- "type":"string",
- "title":"type d'établissement",
- "description":""
} - "site_internet":,{
- "type":"string",
- "title":"Site internet",
- "description":""
} - "geolocalisation":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Géolocalisation",
- "description":""
} - "element_wikidata":,{
- "type":"string",
- "title":"Elément wikidata",
- "description":""
} - "localisation":,{
- "type":"string",
- "title":"localisation",
- "description":""
} - "code_region":,{
- "type":"string",
- "title":"Code région",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Région",
- "description":""
} - "code_academie":,{
- "type":"string",
- "title":"Code académie",
- "description":""
} - "academie":,{
- "type":"string",
- "title":"Académie",
- "description":""
} - "code_departement":,{
- "type":"string",
- "title":"Code département",
- "description":""
} - "departement":,{
- "type":"string",
- "title":"Département",
- "description":""
} - "code_unite_urbaine":,{
- "type":"string",
- "title":"Code unité urbaine",
- "description":""
} - "unite_urbaine":,{
- "type":"string",
- "title":"Unité urbaine",
- "description":""
} - "commune":,{
- "type":"string",
- "title":"Commune",
- "description":""
} - "code_commune":,{
- "type":"string",
- "title":"Code commune",
- "description":""
} - "adresse":,{
- "type":"string",
- "title":"Adresse",
- "description":""
} - "complement_adresse":,{
- "type":"string",
- "title":"complement_adresse",
- "description":""
} - "boite_postale":,{
- "type":"string",
- "title":"Boite postale",
- "description":""
} - "code_postal":,{
- "type":"string",
- "title":"Code postal",
- "description":""
} - "localite":,{
- "type":"string",
- "title":"Localité",
- "description":""
} - "pays":,{
- "type":"string",
- "title":"Pays",
- "description":""
} - "e_mail":,{
- "type":"string",
- "title":"E-mail",
- "description":""
} - "numero_de_telephone":,{
- "type":"string",
- "title":"Numéro de téléphone",
- "description":""
} - "siret":,{
- "type":"string",
- "title":"siret",
- "description":""
} - "identifiant_freebase":,{
- "type":"string",
- "title":"identifiant_freebase",
- "description":""
} - "compte_dailymotion":,{
- "type":"string",
- "title":"compte_dailymotion",
- "description":""
} - "compte_facebook":,{
- "type":"string",
- "title":"compte_facebook",
- "description":""
} - "compte_twitter":,{
- "type":"string",
- "title":"compte_twitter",
- "description":""
} - "compte_flickr":,{
- "type":"string",
- "title":"compte_flickr",
- "description":""
} - "flux_rss":,{
- "type":"string",
- "title":"flux_rss",
- "description":""
} - "compte_linkedin":,{
- "type":"string",
- "title":"compte_linkedin",
- "description":""
} - "compte_pinterest":,{
- "type":"string",
- "title":"compte_pinterest",
- "description":""
} - "compte_france_culture":,{
- "type":"string",
- "title":"compte_france_culture",
- "description":""
} - "compte_scribd":,{
- "type":"string",
- "title":"compte_scribd",
- "description":""
} - "compte_scoopit":,{
- "type":"string",
- "title":"compte_scoopit",
- "description":""
} - "compte_tumblr":,{
- "type":"string",
- "title":"compte_tumblr",
- "description":""
} - "compte_viadeo":,{
- "type":"string",
- "title":"compte_viadeo",
- "description":""
} - "compte_vimeo":,{
- "type":"string",
- "title":"compte_vimeo",
- "description":""
} - "compte_youtube":,{
- "type":"string",
- "title":"compte_youtube",
- "description":""
} - "compte_googleplus":,{
- "type":"string",
- "title":"compte_googleplus",
- "description":""
} - "compte_instagram":,{
- "type":"string",
- "title":"compte_instagram",
- "description":""
} - "compte_slideshare":,{
- "type":"string",
- "title":"compte_slideshare",
- "description":""
} - "compte_netvibes":,{
- "type":"string",
- "title":"compte_netvibes",
- "description":""
} - "autres":,{
- "type":"string",
- "title":"autres",
- "description":""
} - "recteurs_des_regions_academiques":,{
- "type":"string",
- "title":"Recteurs des régions académiques",
- "description":""
} - "region_academique":{
- "type":"string",
- "title":"Région académique",
- "description":""
}
} - "uai_identifiant":
}
} - "fields":
} - "properties":
} - "fr-enesr-rectorats-d-academies-vice-rectorats":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.
Similar datasets
- Ce jeu de données présente la localisation des implantations des établissements d'enseignement supérieur publics : universités, université de technologie, INP, grands établissements, écoles d'ingénieur.
- Caractéristiques des principaux établissements d'enseignement supérieur. Situation à date.
-
- Ce jeu de données présentent les informations sur les services de documentation et autres sièges des bibliothèques de l'enseignement supérieur, les centres de formation aux carrières des bibliothèques (CRFCB) et les unités régionales de formation à l'information scientifique et technique (URFIST).