org.rcape.docket

ape.rcape.org

Documentation

A court case/docket. The repo identity IS the case; this self-keyed record carries case-level metadata (analogous to an actor profile).

main record

A court case/docket. The repo identity IS the case; this self-keyed record carries case-level metadata (analogous to an actor profile).

Record Key literal:self Fixed literal value

Properties

assignedJudge string Optional

No description available.

caseName string Required

No description available.

court string Required

Court identifier, e.g. CourtListener court id 'mdd'.

courtName string Optional

Human-readable court, e.g. 'U.S. District Court, District of Maryland'.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

dateFiled string datetime Optional

An RFC 3339 formatted timestamp.

dateTerminated string datetime Optional

An RFC 3339 formatted timestamp.

docketNumber string Required

e.g. '8:25-cv-00951'.

natureOfSuit string Optional

No description available.

source ref #source Required

No description available.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "court",
      "docketNumber",
      "caseName",
      "source"
    ],
    "properties": {
      "court": {
        "type": "string",
        "description": "Court identifier, e.g. CourtListener court id 'mdd'."
      },
      "source": {
        "ref": "#source",
        "type": "ref"
      },
      "caseName": {
        "type": "string"
      },
      "courtName": {
        "type": "string",
        "description": "Human-readable court, e.g. 'U.S. District Court, District of Maryland'."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "dateFiled": {
        "type": "string",
        "format": "datetime"
      },
      "docketNumber": {
        "type": "string",
        "description": "e.g. '8:25-cv-00951'."
      },
      "natureOfSuit": {
        "type": "string"
      },
      "assignedJudge": {
        "type": "string"
      },
      "dateTerminated": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A court case/docket. The repo identity IS the case; this self-keyed record carries case-level metadata (analogous to an actor profile)."
}
source object

Provenance pointer to the upstream record this was mirrored from.

Properties

provider string Required

Upstream source, e.g. 'courtlistener'.

providerDocketId string Optional

Upstream's stable id for this docket.

retrievedAt string datetime Required

When RC Ape observed this content (witness timestamp).

url string uri Optional

Canonical upstream URL.

View raw schema
{
  "type": "object",
  "required": [
    "provider",
    "retrievedAt"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Canonical upstream URL."
    },
    "provider": {
      "type": "string",
      "description": "Upstream source, e.g. 'courtlistener'."
    },
    "retrievedAt": {
      "type": "string",
      "format": "datetime",
      "description": "When RC Ape observed this content (witness timestamp)."
    },
    "providerDocketId": {
      "type": "string",
      "description": "Upstream's stable id for this docket."
    }
  },
  "description": "Provenance pointer to the upstream record this was mirrored from."
}

Lexicon Garden

@