# org.plrd.member

> Published by [satyam2.climateai.org](https://lexicon.garden/identity/did:plc:cpoagodpqrgs4t7thi5z37uf)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cpoagodpqrgs4t7thi5z37uf/org.plrd.member)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cpoagodpqrgs4t7thi5z37uf/org.plrd.member/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cpoagodpqrgs4t7thi5z37uf/org.plrd.member/examples)

## Definitions

### `org.plrd.member`

**Type**: `record`

A person in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. Event attendance is additionally mirrored as community.lexicon.calendar.event records plus community.lexicon.calendar.rsvp records whose extension field `attendee` points back at this record. Records too large for the PDS are trimmed and list dropped field names in truncatedFields.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `bio` | `string` | No | HTML bio. |
| `uid` | `string` | Yes | Upstream PLN Directory uid (also used as the record key). |
| `name` | `string` | Yes |  |
| `role` | `string` | No |  |
| `image` | `unknown` | No |  |
| `skills` | `array` | No |  |
| `location` | `unknown` | No |  |
| `createdAt` | `string` (datetime) | No |  |
| `plnFriend` | `boolean` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `isFeatured` | `boolean` | No |  |
| `isInvestor` | `boolean` | No |  |
| `isVerified` | `boolean` | No |  |
| `openToWork` | `boolean` | No |  |
| `accessLevel` | `string` | No |  |
| `eventGuests` | `array` | No |  |
| `officeHours` | `string` | No |  |
| `preferences` | `unknown` | No |  |
| `plnStartDate` | `string` (datetime) | No |  |
| `githubHandler` | `string` | No |  |
| `discordHandler` | `string` | No |  |
| `twitterHandler` | `string` | No |  |
| `investorProfile` | `unknown` | No |  |
| `linkedinHandler` | `string` | No |  |
| `teamMemberRoles` | `array` | No |  |
| `telegramHandler` | `string` | No |  |
| `truncatedFields` | `array` | No |  |
| `projectContributions` | `array` | No |  |

## Raw Schema

```json
{
  "id": "org.plrd.member",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "uid",
          "name"
        ],
        "properties": {
          "bio": {
            "type": "string",
            "description": "HTML bio."
          },
          "uid": {
            "type": "string",
            "description": "Upstream PLN Directory uid (also used as the record key)."
          },
          "name": {
            "type": "string"
          },
          "role": {
            "type": "string"
          },
          "image": {
            "type": "unknown"
          },
          "skills": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "location": {
            "type": "unknown"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "plnFriend": {
            "type": "boolean"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "isFeatured": {
            "type": "boolean"
          },
          "isInvestor": {
            "type": "boolean"
          },
          "isVerified": {
            "type": "boolean"
          },
          "openToWork": {
            "type": "boolean"
          },
          "accessLevel": {
            "type": "string"
          },
          "eventGuests": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "officeHours": {
            "type": "string"
          },
          "preferences": {
            "type": "unknown"
          },
          "plnStartDate": {
            "type": "string",
            "format": "datetime"
          },
          "githubHandler": {
            "type": "string"
          },
          "discordHandler": {
            "type": "string"
          },
          "twitterHandler": {
            "type": "string"
          },
          "investorProfile": {
            "type": "unknown"
          },
          "linkedinHandler": {
            "type": "string"
          },
          "teamMemberRoles": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "telegramHandler": {
            "type": "string"
          },
          "truncatedFields": {
            "type": "array",
            "items": {
              "type": "string",
              "description": "Top-level fields dropped to fit PDS record size limits."
            }
          },
          "projectContributions": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          }
        }
      },
      "description": "A person in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. Event attendance is additionally mirrored as community.lexicon.calendar.event records plus community.lexicon.calendar.rsvp records whose extension field `attendee` points back at this record. Records too large for the PDS are trimmed and list dropped field names in truncatedFields."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
