# org.plrd.team

> 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.team)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cpoagodpqrgs4t7thi5z37uf/org.plrd.team/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cpoagodpqrgs4t7thi5z37uf/org.plrd.team/examples)

## Definitions

### `org.plrd.team`

**Type**: `record`

A team/organization in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. L0 teams only carry list-level data upstream. Event attendance is mirrored via community.lexicon.calendar.rsvp records with `attendee` pointing at this record.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uid` | `string` | Yes | Upstream PLN Directory uid (also used as the record key). |
| `asks` | `array` | No |  |
| `blog` | `string` | No |  |
| `logo` | `unknown` | No |  |
| `name` | `string` | Yes |  |
| `isFund` | `boolean` | No |  |
| `website` | `string` | No |  |
| `createdAt` | `string` (datetime) | No |  |
| `plnFriend` | `boolean` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `isFeatured` | `boolean` | No |  |
| `accessLevel` | `string` | No |  |
| `fundingStage` | `unknown` | No |  |
| `industryTags` | `array` | No |  |
| `technologies` | `array` | No |  |
| `contactMethod` | `string` | No |  |
| `teamFocusAreas` | `array` | No |  |
| `twitterHandler` | `string` | No |  |
| `investorProfile` | `unknown` | No |  |
| `linkedinHandler` | `string` | No |  |
| `longDescription` | `string` | No |  |
| `teamMemberRoles` | `array` | No |  |
| `telegramHandler` | `string` | No |  |
| `truncatedFields` | `array` | No |  |
| `shortDescription` | `string` | No |  |
| `membershipSources` | `array` | No |  |
| `maintainingProjects` | `array` | No |  |
| `contributingProjects` | `array` | No |  |
| `communityAffiliations` | `array` | No |  |

## Raw Schema

```json
{
  "id": "org.plrd.team",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "uid",
          "name"
        ],
        "properties": {
          "uid": {
            "type": "string",
            "description": "Upstream PLN Directory uid (also used as the record key)."
          },
          "asks": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "blog": {
            "type": "string"
          },
          "logo": {
            "type": "unknown"
          },
          "name": {
            "type": "string"
          },
          "isFund": {
            "type": "boolean"
          },
          "website": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "plnFriend": {
            "type": "boolean"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "isFeatured": {
            "type": "boolean"
          },
          "accessLevel": {
            "type": "string"
          },
          "fundingStage": {
            "type": "unknown"
          },
          "industryTags": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "technologies": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "contactMethod": {
            "type": "string"
          },
          "teamFocusAreas": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "twitterHandler": {
            "type": "string"
          },
          "investorProfile": {
            "type": "unknown"
          },
          "linkedinHandler": {
            "type": "string"
          },
          "longDescription": {
            "type": "string"
          },
          "teamMemberRoles": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "telegramHandler": {
            "type": "string"
          },
          "truncatedFields": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "shortDescription": {
            "type": "string"
          },
          "membershipSources": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "maintainingProjects": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "contributingProjects": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "communityAffiliations": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          }
        }
      },
      "description": "A team/organization in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. L0 teams only carry list-level data upstream. Event attendance is mirrored via community.lexicon.calendar.rsvp records with `attendee` pointing at this record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
