org.rcape.party

ape.rcape.org

{
  "id": "org.rcape.party",
  "defs": {
    "main": {
      "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": {
      "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"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.rcape.party

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rju7piux7nfkb76ofze72uwn
CID
bafyreiheouzcbr4jlkrf4xuiylgukfzojsqudovcuof2vjfrzcgren454a
Indexed At
2026-06-19 13:28 UTC
AT-URI
at://did:plc:rju7piux7nfkb76ofze72uwn/com.atproto.lexicon.schema/org.rcape.party

Referenced Schemas (1)

Lexicon Garden

@