org.rcape.party

ape.rcape.org

Documentation

A party to the case and its attorneys of record.

main record

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'.

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."
}
attorney object

No description available.

Properties

email string Optional

No description available.

firm string Optional

No description available.

name string Required

No description available.

role string Optional

e.g. 'Lead Attorney', 'Attorney to be Noticed'.

View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "firm": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "role": {
      "type": "string",
      "description": "e.g. 'Lead Attorney', 'Attorney to be Noticed'."
    },
    "email": {
      "type": "string"
    }
  }
}

Lexicon Garden

@