records
Evolution of the global LNG carrier fleet
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":"evolution-de-la-flotte-mondiale-des-methaniers",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/evolution-de-la-flotte-mondiale-des-methaniers"
}
] - "definitions":{
- "evolution-de-la-flotte-mondiale-des-methaniers":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/evolution-de-la-flotte-mondiale-des-methaniers_records"
}
}
} - "records":
} - "properties":
- "evolution-de-la-flotte-mondiale-des-methaniers_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "nombre_de_nouveaux_methaniers":,{
- "type":"integer",
- "title":"Number of new LNG carriers",
- "description":""
} - "total_de_la_flotte_mondiale":,{
- "type":"integer",
- "title":"Total world fleet",
- "description":""
} - "capacite_moyenne_des_methaniers_millier_de_m3":{
- "type":"number",
- "title":"Average capacity of LNG carriers (thousand m3)",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "evolution-de-la-flotte-mondiale-des-methaniers":
}