{
  "sources": [
    {
      "title": "United Nations Treaty Collection",
      "web": "https://treaties.un.org/Pages/showDetails.aspx?objid=0800000280458f37"
    },
    {
      "title": "United Nations Framework Convention on Climate Change",
      "web": "http://unfccc.int/paris_agreement/items/9444.php"
    }
  ],
  "resources": [
    {
      "name": "paris-agreement-entry-into-force",
      "path": "data/paris-agreement-entry-into-force.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "Code",
            "type": "string",
            "description": "Country Code (ISO3166-1-Alpha-3 codes and EUU for European Union)"
          },
          {
            "name": "Name",
            "type": "string",
            "description": "Country Name"
          },
          {
            "name": "Signature",
            "type": "date",
            "description": "Date of Signature"
          },
          {
            "name": "Ratification",
            "type": "date",
            "description": "Date of Ratification, Acceptance, Approval, or Accession"
          },
          {
            "name": "Kind",
            "type": "string",
            "description": "Kind of deposited instruments of ratification, acceptance, approval or accession"
          },
          {
            "name": "Date-Of-Effect",
            "type": "date",
            "description": "Date of Effect"
          },
          {
            "name": "Emissions",
            "type": "integer",
            "description": "Emissions in GgCO₂-equiv. reported for the purposes of Article 21",
            "unit": "GgCO₂-equiv."
          },
          {
            "name": "Percentage",
            "type": "number",
            "description": "Share of emissions for the purposes of Article 21"
          },
          {
            "name": "Year",
            "type": "integer",
            "description": "Year for which emissions where reported"
          }
        ],
        "primaryKey": "Code"
      }
    }
  ],
  "name": "paris-agreement-entry-into-force",
  "title": "Entry Into Force of the Paris Climate Agreement",
  "description": "Combined dataset of signature, ratification, acceptance, or approval status of the Paris Climate Agreement, and the emissions shares used for entry into force.",
  "repository": "https://github.com/openclimatedata/paris-agreement-entry-into-force"
}
