CourtListener · Schema

coverage

CourtListener coverage object

LegalCourt DataCase LawPACERJudicialCitationsOral ArgumentsFederal CourtsState CourtsOpen Data

Properties

Name Type Description
annual_counts array
View JSON Schema on GitHub

JSON Schema

court-listener-coverage.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.courtlistener.com/schemas/coverage.json",
  "title": "coverage",
  "type": "object",
  "description": "CourtListener coverage object",
  "properties": {
    "annual_counts": {
      "type": "array"
    }
  }
}