Global Hyperloop Projects

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Company
               

No description available for this field.

Name (identifier)
company
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Project/Progress
               

No description available for this field.

Name (identifier)
project_progress
Type
text
Sample
                       
Status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
Description
               

No description available for this field.

Name (identifier)
description
Type
text
Sample
                       
link to project's details
               

No description available for this field.

Name (identifier)
link_to_project_s_details
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"global-hyperloop-projects",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/global-hyperloop-projects"
      }
    ]
    ,
  • "definitions":
    {
    • "global-hyperloop-projects":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/global-hyperloop-projects_records"
            }
          }
        }
      }
      ,
    • "global-hyperloop-projects_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "company":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "project_progress":
              {
              • "type":"string",
              • "title":"Project/Progress",
              • "description":""
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"Status",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"Description",
              • "description":""
              }
              ,
            • "link_to_project_s_details":
              {
              • "type":"string",
              • "title":"link to project's details",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets