A court case/docket. The repo identity IS the case; this self-keyed record carries case-level metadata (analogous to an actor profile).
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)."
}