records
Marine Fees
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "marine-fees":
}