enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Structures d’accueil Petite Enfance - Ville de Clermont-Ferrand

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Nom de la structure
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nomaccueil
Type
texte
Exemple
                       
Type
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
                       
Type de gestionnaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestion
Type
texte
Exemple
                       
Gestionnaire de la structure
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestionnaireaccueil
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresseaccueil
Type
texte
Exemple
                       
Complement d'adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adressecomplement
Type
texte
Exemple
                       
Code Postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
codepostal
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Code insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
                       
Numéro de téléphone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numtel
Type
texte
Exemple
                       
Email
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
email
Type
texte
Exemple
                       
Site web
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_web
Type
texte
Exemple
                       
Capacité d'accueil
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
capaciteaccueil
Type
int
Exemple
                       
Horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
horaires
Type
texte
Exemple
                       
Description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
Age d'accueil
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ageaccueil
Type
texte
Exemple
                       
ObjectId
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objectid
Type
int
Exemple
                       
geo_point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point
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":"structures-d-accueil-petite-enfance-ville-de-clermont-ferrand",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/structures-d-accueil-petite-enfance-ville-de-clermont-ferrand"
      }
    ]
    ,
  • "definitions":
    {
    • "structures-d-accueil-petite-enfance-ville-de-clermont-ferrand":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/structures-d-accueil-petite-enfance-ville-de-clermont-ferrand_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"
            }
          }
        }
        ,
      • "structures-d-accueil-petite-enfance-ville-de-clermont-ferrand_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "nomaccueil":
                {
                • "type":"string",
                • "title":"Nom de la structure",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"Type",
                • "description":""
                }
                ,
              • "gestion":
                {
                • "type":"string",
                • "title":"Type de gestionnaire",
                • "description":""
                }
                ,
              • "gestionnaireaccueil":
                {
                • "type":"string",
                • "title":"Gestionnaire de la structure",
                • "description":""
                }
                ,
              • "adresseaccueil":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "adressecomplement":
                {
                • "type":"string",
                • "title":"Complement d'adresse",
                • "description":""
                }
                ,
              • "codepostal":
                {
                • "type":"string",
                • "title":"Code Postal",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"Code insee",
                • "description":""
                }
                ,
              • "numtel":
                {
                • "type":"string",
                • "title":"Numéro de téléphone",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"Email",
                • "description":""
                }
                ,
              • "site_web":
                {
                • "type":"string",
                • "title":"Site web",
                • "description":""
                }
                ,
              • "capaciteaccueil":
                {
                • "type":"integer",
                • "title":"Capacité d'accueil",
                • "description":""
                }
                ,
              • "horaires":
                {
                • "type":"string",
                • "title":"Horaires",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"Description",
                • "description":""
                }
                ,
              • "ageaccueil":
                {
                • "type":"string",
                • "title":"Age d'accueil",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"ObjectId",
                • "description":""
                }
                ,
              • "geo_point":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires