enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Shuttleinformation Strassen TU

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID-Transport-Company
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_transport_company
Type
texte
Exemple
                       
slnid
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
slnid
Type
texte
Exemple
                       
line number
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
line_number
Type
texte
Exemple
                       
system line number
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
system_line_number
Type
texte
Exemple
                       
shuttleMode
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
shuttlemode
Type
texte
Exemple
                       
didok
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok
Type
int
Exemple
                       
designationOfficial
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
designationofficial
Type
texte
Exemple
                       
meetingpoint
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
meetingpoint
Type
texte
Exemple
                       
line description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
line_description
Type
texte
Exemple
                       
direction 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
direction_1
Type
texte
Exemple
                       
didok direction 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_direction_1
Type
int
Exemple
                       
shuttle to 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
shuttle_to_1
Type
texte
Exemple
                       
didok shuttle to 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_shuttle_to_1
Type
int
Exemple
                       
direction 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
direction_2
Type
texte
Exemple
                       
didok direction 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_direction_2
Type
int
Exemple
                       
shuttle to 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
shuttle_to_2
Type
texte
Exemple
                       
didok shuttle to 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_shuttle_to_2
Type
int
Exemple
                       
direction 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
direction_3
Type
texte
Exemple
                       
didok direction 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_direction_3
Type
texte
Exemple
                       
shuttle to 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
shuttle_to_3
Type
texte
Exemple
                       
didok shuttle to 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok_shuttle_to_3
Type
int
Exemple
                       
geoposition
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geoposition
Type
geo_point_2d
Exemple
                       
remarks
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarks
Type
texte
Exemple
                       
remarks de
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarks_de
Type
texte
Exemple
                       
remarks fr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarks_fr
Type
texte
Exemple
                       
remarks it
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarks_it
Type
texte
Exemple
                       
remarks en
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarks_en
Type
texte
Exemple
                       
meeting point de
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
meeting_point_de
Type
texte
Exemple
                       
meeting point fr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
meeting_point_fr
Type
texte
Exemple
                       
meeting point it
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
meeting_point_it
Type
texte
Exemple
                       
meeting point en
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
meeting_point_en
Type
texte
Exemple
                       
source document
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source_document
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":"shuttleinformation-strassentu",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/shuttleinformation-strassentu"
      }
    ]
    ,
  • "definitions":
    {
    • "shuttleinformation-strassentu":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/shuttleinformation-strassentu_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"
            }
          }
        }
        ,
      • "shuttleinformation-strassentu_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_transport_company":
                {
                • "type":"string",
                • "title":"ID-Transport-Company",
                • "description":""
                }
                ,
              • "slnid":
                {
                • "type":"string",
                • "title":"slnid",
                • "description":""
                }
                ,
              • "line_number":
                {
                • "type":"string",
                • "title":"line number",
                • "description":""
                }
                ,
              • "system_line_number":
                {
                • "type":"string",
                • "title":"system line number",
                • "description":""
                }
                ,
              • "shuttlemode":
                {
                • "type":"string",
                • "title":"shuttleMode",
                • "description":""
                }
                ,
              • "didok":
                {
                • "type":"integer",
                • "title":"didok",
                • "description":""
                }
                ,
              • "designationofficial":
                {
                • "type":"string",
                • "title":"designationOfficial",
                • "description":""
                }
                ,
              • "meetingpoint":
                {
                • "type":"string",
                • "title":"meetingpoint",
                • "description":""
                }
                ,
              • "line_description":
                {
                • "type":"string",
                • "title":"line description",
                • "description":""
                }
                ,
              • "direction_1":
                {
                • "type":"string",
                • "title":"direction 1",
                • "description":""
                }
                ,
              • "didok_direction_1":
                {
                • "type":"integer",
                • "title":"didok direction 1",
                • "description":""
                }
                ,
              • "shuttle_to_1":
                {
                • "type":"string",
                • "title":"shuttle to 1",
                • "description":""
                }
                ,
              • "didok_shuttle_to_1":
                {
                • "type":"integer",
                • "title":"didok shuttle to 1",
                • "description":""
                }
                ,
              • "direction_2":
                {
                • "type":"string",
                • "title":"direction 2",
                • "description":""
                }
                ,
              • "didok_direction_2":
                {
                • "type":"integer",
                • "title":"didok direction 2",
                • "description":""
                }
                ,
              • "shuttle_to_2":
                {
                • "type":"string",
                • "title":"shuttle to 2",
                • "description":""
                }
                ,
              • "didok_shuttle_to_2":
                {
                • "type":"integer",
                • "title":"didok shuttle to 2",
                • "description":""
                }
                ,
              • "direction_3":
                {
                • "type":"string",
                • "title":"direction 3",
                • "description":""
                }
                ,
              • "didok_direction_3":
                {
                • "type":"string",
                • "title":"didok direction 3",
                • "description":""
                }
                ,
              • "shuttle_to_3":
                {
                • "type":"string",
                • "title":"shuttle to 3",
                • "description":""
                }
                ,
              • "didok_shuttle_to_3":
                {
                • "type":"integer",
                • "title":"didok shuttle to 3",
                • "description":""
                }
                ,
              • "geoposition":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geoposition",
                • "description":""
                }
                ,
              • "remarks":
                {
                • "type":"string",
                • "title":"remarks",
                • "description":""
                }
                ,
              • "remarks_de":
                {
                • "type":"string",
                • "title":"remarks de",
                • "description":""
                }
                ,
              • "remarks_fr":
                {
                • "type":"string",
                • "title":"remarks fr",
                • "description":""
                }
                ,
              • "remarks_it":
                {
                • "type":"string",
                • "title":"remarks it",
                • "description":""
                }
                ,
              • "remarks_en":
                {
                • "type":"string",
                • "title":"remarks en",
                • "description":""
                }
                ,
              • "meeting_point_de":
                {
                • "type":"string",
                • "title":"meeting point de",
                • "description":""
                }
                ,
              • "meeting_point_fr":
                {
                • "type":"string",
                • "title":"meeting point fr",
                • "description":""
                }
                ,
              • "meeting_point_it":
                {
                • "type":"string",
                • "title":"meeting point it",
                • "description":""
                }
                ,
              • "meeting_point_en":
                {
                • "type":"string",
                • "title":"meeting point en",
                • "description":""
                }
                ,
              • "source_document":
                {
                • "type":"string",
                • "title":" source document",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires