enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Tarifs Intercités

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Transporteur
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
transporteur
Type
texte
Exemple
                       
Gare origine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
origine
Type
texte
Exemple
                       
Gare origine - code UIC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
origine_uic8
Type
texte
Exemple
                       
Gare destination
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
destination
Type
texte
Exemple
                       
Gare destination - code UIC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
destination_uic8
Type
texte
Exemple
                       
Classe
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
classe
Type
texte
Exemple
                       
Profil tarifaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
profil_tarifaire
Type
texte
Exemple
                       
Type de place
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_place
Type
texte
Exemple
                       
Prix minimum
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix_min
Type
décimal
Unité
Exemple
                       
Prix maximum
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix_max
Type
décimal
Unité
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":"tarifs-intercites",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/tarifs-intercites"
      }
    ]
    ,
  • "definitions":
    {
    • "tarifs-intercites":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/tarifs-intercites_records"
            }
          }
        }
      }
      ,
    • "tarifs-intercites_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "transporteur":
              {
              • "type":"string",
              • "title":"Transporteur",
              • "description":""
              }
              ,
            • "origine":
              {
              • "type":"string",
              • "title":"Gare origine",
              • "description":""
              }
              ,
            • "origine_uic8":
              {
              • "type":"string",
              • "title":"Gare origine - code UIC",
              • "description":""
              }
              ,
            • "destination":
              {
              • "type":"string",
              • "title":"Gare destination",
              • "description":""
              }
              ,
            • "destination_uic8":
              {
              • "type":"string",
              • "title":"Gare destination - code UIC",
              • "description":""
              }
              ,
            • "classe":
              {
              • "type":"string",
              • "title":"Classe",
              • "description":""
              }
              ,
            • "profil_tarifaire":
              {
              • "type":"string",
              • "title":"Profil tarifaire",
              • "description":""
              }
              ,
            • "type_place":
              {
              • "type":"string",
              • "title":"Type de place",
              • "description":""
              }
              ,
            • "prix_min":
              {
              • "type":"number",
              • "title":"Prix minimum",
              • "description":"",
              • "unit":"€"
              }
              ,
            • "prix_max":
              {
              • "type":"number",
              • "title":"Prix maximum",
              • "description":"",
              • "unit":"€"
              }
            }
          }
        }
      }
    }
}