records

records

Active filters Clear all

No active filters

Filters

Marine Fees

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
decimal
Sample
                       
Period Covered
               

No description available for this field.

Name (identifier)
period_covered
Type
text
Sample
                       
Currency
               

No description available for this field.

Name (identifier)
currency
Type
text
Sample
                       
Ticket fees
               

No description available for this field.

Name (identifier)
ticket_fees
Type
decimal
Sample
                       
Details-English
               

No description available for this field.

Name (identifier)
details_english
Type
text
Sample
                       
Details-Arabic
               

No description available for this field.

Name (identifier)
details_arabic
Type
text
Sample
                       
Trip type
               

No description available for this field.

Name (identifier)
trip_type
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"marine-fees",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/marine-fees"
      }
    ]
    ,
  • "definitions":
    {
    • "marine-fees":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/marine-fees_records"
            }
          }
        }
      }
      ,
    • "marine-fees_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "period_covered":
              {
              • "type":"string",
              • "title":"Period Covered",
              • "description":""
              }
              ,
            • "currency":
              {
              • "type":"string",
              • "title":"Currency",
              • "description":""
              }
              ,
            • "ticket_fees":
              {
              • "type":"number",
              • "title":"Ticket fees ",
              • "description":""
              }
              ,
            • "details_english":
              {
              • "type":"string",
              • "title":"Details-English",
              • "description":""
              }
              ,
            • "details_arabic":
              {
              • "type":"string",
              • "title":"Details-Arabic",
              • "description":""
              }
              ,
            • "trip_type":
              {
              • "type":"string",
              • "title":"Trip type",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets