10 shortlisted Hyperloop-One Routes

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Route
               

No description available for this field.

Name (identifier)
route
Type
text
Sample
                       
Length (km)
               

No description available for this field.

Name (identifier)
length_km
Type
decimal
Sample
                       
Population
               

No description available for this field.

Name (identifier)
population
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"10-shortlisted-hyperloop-one-routes",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/10-shortlisted-hyperloop-one-routes"
      }
    ]
    ,
  • "definitions":
    {
    • "10-shortlisted-hyperloop-one-routes":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/10-shortlisted-hyperloop-one-routes_records"
            }
          }
        }
      }
      ,
    • "10-shortlisted-hyperloop-one-routes_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "route":
              {
              • "type":"string",
              • "title":"Route",
              • "description":""
              }
              ,
            • "length_km":
              {
              • "type":"number",
              • "title":"Length (km)",
              • "description":""
              }
              ,
            • "population":
              {
              • "type":"number",
              • "title":"Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets