A party to the case and its attorneys of record.
Record Key
tid
Timestamp-based ID
Properties
attorneys
array
of
ref
#attorney
Optional
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
name
string
Required
No description available.
role
string
Optional
e.g. 'Plaintiff', 'Defendant', 'Petitioner', 'Respondent', 'Amicus'.
source
ref
org.rcape.docket#source
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"role": {
"type": "string",
"description": "e.g. 'Plaintiff', 'Defendant', 'Petitioner', 'Respondent', 'Amicus'."
},
"source": {
"ref": "org.rcape.docket#source",
"type": "ref"
},
"attorneys": {
"type": "array",
"items": {
"ref": "#attorney",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A party to the case and its attorneys of record."
}