Trends in Atmospheric CO₂ - Estimated global trend daily values
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"atmospheric-co2-estimated-global-trend-daily-values",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/atmospheric-co2-estimated-global-trend-daily-values"
}
] - "definitions":{
- "atmospheric-co2-estimated-global-trend-daily-values":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/atmospheric-co2-estimated-global-trend-daily-values_records"
}
}
} - "records":
} - "properties":
- "atmospheric-co2-estimated-global-trend-daily-values_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"year",
- "description":""
} - "month":,{
- "type":"integer",
- "title":"month",
- "description":""
} - "day":,{
- "type":"integer",
- "title":"day",
- "description":""
} - "smoothed":,{
- "type":"number",
- "title":"smoothed",
- "description":""
} - "trend":{
- "type":"number",
- "title":"trend",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "atmospheric-co2-estimated-global-trend-daily-values":