enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Lycées éco-responsables

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
uai
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uai
Type
texte
Exemple
                       
Patronyme de l'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
patro
Type
texte
Exemple
                       
Nom de l'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_etablissement
Type
texte
Exemple
                       
Thématiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
thematique
Type
texte
Exemple
                       
Énergie-Climat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
en_cl
Type
texte
Exemple
                       
Gestion de l’eau
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
eau
Type
texte
Exemple
                       
Prévention et gestion des déchets
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dechets
Type
texte
Exemple
                       
Biodiversité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
biodiv
Type
texte
Exemple
                       
Alimentation-Santé
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
alim
Type
texte
Exemple
                       
Solidarité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sol
Type
texte
Exemple
                       
Label E3D
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
label
Type
texte
Exemple
                       
annee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_1
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle
Type
texte
Exemple
                       
Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep
Type
décimal
Exemple
                       
Académie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
libelle_academie
Type
texte
Exemple
                       
Type d'établissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_uai
Type
texte
Exemple
                       
Statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
nbre_thm
Nombre de thématiques

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbre_thm
Type
texte
Exemple
                       
Site web
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web
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":"lycees-eco-responsables",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/lycees-eco-responsables"
      }
    ]
    ,
  • "definitions":
    {
    • "lycees-eco-responsables":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/lycees-eco-responsables_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"
            }
          }
        }
        ,
      • "lycees-eco-responsables_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "uai":
                {
                • "type":"string",
                • "title":"uai",
                • "description":""
                }
                ,
              • "patro":
                {
                • "type":"string",
                • "title":"Patronyme de l'établissement",
                • "description":""
                }
                ,
              • "nom_etablissement":
                {
                • "type":"string",
                • "title":"Nom de l'établissement",
                • "description":""
                }
                ,
              • "thematique":
                {
                • "type":"string",
                • "title":"Thématiques",
                • "description":""
                }
                ,
              • "en_cl":
                {
                • "type":"string",
                • "title":"Énergie-Climat",
                • "description":""
                }
                ,
              • "eau":
                {
                • "type":"string",
                • "title":"Gestion de l’eau",
                • "description":""
                }
                ,
              • "dechets":
                {
                • "type":"string",
                • "title":"Prévention et gestion des déchets",
                • "description":""
                }
                ,
              • "biodiv":
                {
                • "type":"string",
                • "title":"Biodiversité",
                • "description":""
                }
                ,
              • "alim":
                {
                • "type":"string",
                • "title":"Alimentation-Santé",
                • "description":""
                }
                ,
              • "sol":
                {
                • "type":"string",
                • "title":"Solidarité",
                • "description":""
                }
                ,
              • "label":
                {
                • "type":"string",
                • "title":"Label E3D",
                • "description":""
                }
                ,
              • "annee":
                {
                • "type":"string",
                • "title":"annee",
                • "description":""
                }
                ,
              • "adresse_1":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "libelle":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "dep":
                {
                • "type":"number",
                • "title":"Département",
                • "description":""
                }
                ,
              • "libelle_academie":
                {
                • "type":"string",
                • "title":"Académie",
                • "description":""
                }
                ,
              • "nature_uai":
                {
                • "type":"string",
                • "title":"Type d'établissement",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "nbre_thm":
                {
                • "type":"string",
                • "title":"nbre_thm",
                • "description":"Nombre de thématiques"
                }
                ,
              • "site_web":
                {
                • "type":"string",
                • "title":"Site web",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires