Annual average quantity of oil spilt from tankers globally, by decade
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade"
}
] - "definitions":{
- "annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade_records"
}
}
} - "records":
} - "properties":
- "annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "entity":,{
- "type":"string",
- "title":"Entity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quantity_oil_spilt_decadal_average":{
- "type":"number",
- "title":"Quantity oil spilt decadal average",
- "description":""
}
} - "entity":
}
} - "fields":
} - "properties":
} - "annual-average-quantity-of-oil-spilt-from-tankers-globally-by-decade":