{
  "name": "daycarelens-childcare-inspections",
  "title": "US Childcare Licensing & Inspection Records",
  "description": "Normalized facility-level childcare licensing, inspection, and violation records aggregated from official state agencies. Every row links to its source record.",
  "licenses": [
    {
      "name": "CC0-1.0",
      "path": "https://creativecommons.org/publicdomain/zero/1.0/"
    }
  ],
  "sources": [
    {
      "title": "AZ state licensing agency"
    },
    {
      "title": "CA state licensing agency"
    },
    {
      "title": "CO state licensing agency"
    },
    {
      "title": "CT state licensing agency"
    },
    {
      "title": "DE state licensing agency"
    },
    {
      "title": "FL state licensing agency"
    },
    {
      "title": "GA state licensing agency"
    },
    {
      "title": "IL state licensing agency"
    },
    {
      "title": "IN state licensing agency"
    },
    {
      "title": "MA state licensing agency"
    },
    {
      "title": "MD state licensing agency"
    },
    {
      "title": "MI state licensing agency"
    },
    {
      "title": "MN state licensing agency"
    },
    {
      "title": "NE state licensing agency"
    },
    {
      "title": "NJ state licensing agency"
    },
    {
      "title": "NY state licensing agency"
    },
    {
      "title": "NYC state licensing agency"
    },
    {
      "title": "OH state licensing agency"
    },
    {
      "title": "OK state licensing agency"
    },
    {
      "title": "PA state licensing agency"
    },
    {
      "title": "TX state licensing agency"
    },
    {
      "title": "VT state licensing agency"
    },
    {
      "title": "WA state licensing agency"
    },
    {
      "title": "WI state licensing agency"
    }
  ],
  "coverage": {
    "states": [
      "AZ",
      "CA",
      "CO",
      "CT",
      "DE",
      "FL",
      "GA",
      "IL",
      "IN",
      "MA",
      "MD",
      "MI",
      "MN",
      "NE",
      "NJ",
      "NY",
      "NYC",
      "OH",
      "OK",
      "PA",
      "TX",
      "VT",
      "WA",
      "WI"
    ],
    "facilities": 193356,
    "violations": 961869
  },
  "resources": [
    {
      "name": "facilities",
      "path": "facilities.csv",
      "format": "csv",
      "schema": {
        "fields": [
          {
            "name": "facility_uid"
          },
          {
            "name": "license_id"
          },
          {
            "name": "source"
          },
          {
            "name": "state"
          },
          {
            "name": "type"
          },
          {
            "name": "name"
          },
          {
            "name": "address"
          },
          {
            "name": "city"
          },
          {
            "name": "zip"
          },
          {
            "name": "county"
          },
          {
            "name": "lat"
          },
          {
            "name": "lng"
          },
          {
            "name": "total_capacity"
          },
          {
            "name": "ages_served"
          },
          {
            "name": "subsidy_accepted"
          },
          {
            "name": "status"
          },
          {
            "name": "source_url"
          }
        ]
      }
    },
    {
      "name": "violations",
      "path": "violations.csv",
      "format": "csv",
      "schema": {
        "fields": [
          {
            "name": "facility_uid"
          },
          {
            "name": "violation_id"
          },
          {
            "name": "inspection_id"
          },
          {
            "name": "date"
          },
          {
            "name": "severity"
          },
          {
            "name": "raw_level"
          },
          {
            "name": "standard"
          },
          {
            "name": "narrative"
          },
          {
            "name": "corrected"
          },
          {
            "name": "corrected_date"
          },
          {
            "name": "source_url"
          }
        ]
      }
    }
  ]
}