{
  "title": "Completeness of birth registration (%)",
  "name": "sp.reg.brth.zs",
  "worldbank": {
    "indicator": "sp.reg.brth.zs"
  },
  "readme": "Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.",
  "licenses": [
    {
      "name": "CC-BY-4.0"
    }
  ],
  "keywords": [
    "Health "
  ],
  "resources": [
    {
      "name": "data",
      "title": "Indicator data",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string",
            "description": "Country or Region name"
          },
          {
            "name": "Country Code",
            "type": "string",
            "description": "ISO 3-digit ISO code extended to include regional codes e.g. EUR, ARB etc"
          },
          {
            "name": "Year",
            "type": "year",
            "description": "Year"
          },
          {
            "name": "Value",
            "type": "number",
            "description": "Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered."
          }
        ]
      }
    }
  ]
}