enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Ascenseurs / Escalators - Télé-surveillance temps réel

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Identifiant télésurveillance
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant_telesurveillance
Type
texte
Exemple
                       
Equipement Télésurveillé
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equipement_telesurveille
Type
texte
Exemple
                       
Identifiant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant
Type
texte
Exemple
                       
Equipement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equipement
Type
texte
Exemple
                       
Identifiant réf-équipement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
identifiant_ref_equipement
Type
texte
Exemple
                       
Nom équipement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_equipement
Type
texte
Exemple
                       
Type équipement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_equipement
Type
texte
Exemple
                       
Arrondissement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrondissement
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
Code Postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ville
Type
texte
Exemple
                       
Complement localisation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
complement_localisation
Type
texte
Exemple
                       
Coordonnées géograhiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees_geograhiques
Type
geo_point_2d
Exemple
                       
Heure ouverture
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heure_ouverture
Type
texte
Exemple
                       
Statut équipement
Données temps réel statut de l’équipement télé-surveillé

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
Horodatage statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
timestamp
Type
datetime
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":"ascenseurs-escalators-tele-surveillance-temps-reel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ascenseurs-escalators-tele-surveillance-temps-reel"
      }
    ]
    ,
  • "definitions":
    {
    • "ascenseurs-escalators-tele-surveillance-temps-reel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ascenseurs-escalators-tele-surveillance-temps-reel_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"
            }
          }
        }
        ,
      • "ascenseurs-escalators-tele-surveillance-temps-reel_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "identifiant_telesurveillance":
                {
                • "type":"string",
                • "title":"Identifiant télésurveillance",
                • "description":""
                }
                ,
              • "equipement_telesurveille":
                {
                • "type":"string",
                • "title":"Equipement Télésurveillé",
                • "description":""
                }
                ,
              • "identifiant":
                {
                • "type":"string",
                • "title":"Identifiant",
                • "description":""
                }
                ,
              • "equipement":
                {
                • "type":"string",
                • "title":"Equipement",
                • "description":""
                }
                ,
              • "identifiant_ref_equipement":
                {
                • "type":"string",
                • "title":"Identifiant réf-équipement",
                • "description":""
                }
                ,
              • "nom_equipement":
                {
                • "type":"string",
                • "title":"Nom équipement",
                • "description":""
                }
                ,
              • "type_equipement":
                {
                • "type":"string",
                • "title":"Type équipement",
                • "description":""
                }
                ,
              • "arrondissement":
                {
                • "type":"string",
                • "title":"Arrondissement",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code Postal",
                • "description":""
                }
                ,
              • "ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "complement_localisation":
                {
                • "type":"string",
                • "title":"Complement localisation",
                • "description":""
                }
                ,
              • "coordonnees_geograhiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées géograhiques",
                • "description":""
                }
                ,
              • "heure_ouverture":
                {
                • "type":"string",
                • "title":"Heure ouverture",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut équipement",
                • "description":"Données temps réel statut de l’équipement télé-surveillé"
                }
                ,
              • "timestamp":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Horodatage statut",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires