CourtListener · Schema

jurisdiction

CourtListener jurisdiction object

LegalCourt DataCase LawPACERJudicialCitationsOral ArgumentsFederal CourtsState CourtsOpen Data

Properties

Name Type Description
URL string
citation_string string
date_modified string
end_date string
full_name string
id string
in_use boolean
jurisdiction string
notes string
position number
resource_uri string
short_name string
start_date string
View JSON Schema on GitHub

JSON Schema

court-listener-jurisdiction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.courtlistener.com/schemas/jurisdiction.json",
  "title": "jurisdiction",
  "type": "object",
  "description": "CourtListener jurisdiction object",
  "properties": {
    "URL": {
      "type": "string"
    },
    "citation_string": {
      "type": "string"
    },
    "date_modified": {
      "type": "string",
      "format": "date"
    },
    "end_date": {
      "type": "string",
      "format": "date"
    },
    "full_name": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "in_use": {
      "type": "boolean"
    },
    "jurisdiction": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "position": {
      "type": "number",
      "format": "float"
    },
    "resource_uri": {
      "type": "string"
    },
    "short_name": {
      "type": "string"
    },
    "start_date": {
      "type": "string"
    }
  }
}