CCUS Projects Database
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"iea-ccus-projects-database",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/iea-ccus-projects-database"
}
] - "definitions":{
- "iea-ccus-projects-database":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/iea-ccus-projects-database_records"
}
}
} - "records":
} - "properties":
- "iea-ccus-projects-database_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "project_name":,{
- "type":"string",
- "title":"Project Name",
- "description":""
} - "project_type":,{
- "type":"string",
- "title":"Project type",
- "description":""
} - "project_status":,{
- "type":"string",
- "title":"Project Status",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "announcement":,{
- "type":"string",
- "format":"date",
- "title":"Announcement",
- "description":""
} - "operation":,{
- "type":"string",
- "format":"date",
- "title":"Operation",
- "description":""
} - "fid":,{
- "type":"string",
- "format":"date",
- "title":"FID",
- "description":""
} - "project_phase":,{
- "type":"string",
- "title":"Project phase",
- "description":""
} - "partners":,{
- "type":"string",
- "title":"Partners",
- "description":""
} - "fate_of_carbon":,{
- "type":"string",
- "title":"Fate of carbon",
- "description":""
} - "part_of_ccus_hub":,{
- "type":"string",
- "title":"Part of CCUS hub",
- "description":""
} - "link_1":,{
- "type":"string",
- "title":"Ref 1",
- "description":""
} - "link_2":,{
- "type":"string",
- "title":"Ref 2",
- "description":""
} - "link_3":,{
- "type":"string",
- "title":"Ref 3",
- "description":""
} - "link_4":,{
- "type":"string",
- "title":"Ref 4",
- "description":""
} - "link_5":,{
- "type":"string",
- "title":"Ref 5",
- "description":""
} - "link_6":,{
- "type":"string",
- "title":"Ref 6",
- "description":""
} - "id":,{
- "type":"number",
- "title":"ID",
- "description":""
} - "country_or_economy":,{
- "type":"string",
- "title":"Country or economy",
- "description":""
} - "suspension_decommissioning_cancellation":,{
- "type":"string",
- "format":"date",
- "title":"Suspension/decommissioning/cancellation",
- "description":""
} - "announced_capacity_mt_co2_yr":,{
- "type":"number",
- "title":"Announced capacity (Mt CO2/yr)",
- "description":""
} - "estimated_capacity_by_iea_mt_co2_yr":,{
- "type":"number",
- "title":"Estimated capacity by IEA (Mt CO2/yr)",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "ref_1":,{
- "type":"string",
- "title":"Ref 1",
- "description":""
} - "ref_2":,{
- "type":"string",
- "title":"Ref 2",
- "description":""
} - "ref_3":,{
- "type":"string",
- "title":"Ref 3",
- "description":""
} - "ref_4":,{
- "type":"string",
- "title":"Ref 4",
- "description":""
} - "ref_5":,{
- "type":"string",
- "title":"Ref 5",
- "description":""
} - "ref_6":,{
- "type":"string",
- "title":"Ref 6",
- "description":""
} - "ref_7":{
- "type":"string",
- "title":"Ref 7",
- "description":""
}
} - "project_name":
}
} - "fields":
} - "properties":
} - "iea-ccus-projects-database":