# org.plrd.project

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

## Definitions

### `org.plrd.project`

**Type**: `record`

A project in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is.

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uid` | `string` | Yes | Upstream PLN Directory uid (also used as the record key). |
| `asks` | `array` | No |  |
| `kpis` | `array` | No |  |
| `logo` | `unknown` | No |  |
| `name` | `string` | Yes |  |
| `tags` | `array` | No |  |
| `score` | `string` | No |  |
| `readMe` | `string` | No |  |
| `creator` | `unknown` | No |  |
| `tagline` | `string` | No |  |
| `createdAt` | `string` (datetime) | No |  |
| `isDeleted` | `boolean` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `isFeatured` | `boolean` | No |  |
| `description` | `string` | No |  |
| `contactEmail` | `string` | No |  |
| `projectLinks` | `array` | No |  |
| `contributions` | `array` | No |  |
| `osoProjectName` | `string` | No |  |
| `maintainingTeam` | `unknown` | No |  |
| `truncatedFields` | `array` | No |  |
| `contributingTeams` | `array` | No |  |
| `lookingForFunding` | `boolean` | No |  |
| `projectFocusAreas` | `array` | No |  |

## Raw Schema

```json
{
  "id": "org.plrd.project",
  "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"
            }
          },
          "kpis": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "logo": {
            "type": "unknown"
          },
          "name": {
            "type": "string"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "score": {
            "type": "string"
          },
          "readMe": {
            "type": "string"
          },
          "creator": {
            "type": "unknown"
          },
          "tagline": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "isDeleted": {
            "type": "boolean"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "isFeatured": {
            "type": "boolean"
          },
          "description": {
            "type": "string"
          },
          "contactEmail": {
            "type": "string"
          },
          "projectLinks": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "contributions": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "osoProjectName": {
            "type": "string"
          },
          "maintainingTeam": {
            "type": "unknown"
          },
          "truncatedFields": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "contributingTeams": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "lookingForFunding": {
            "type": "boolean"
          },
          "projectFocusAreas": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          }
        }
      },
      "description": "A project in the PL Network Directory (https://directory.plnetwork.io). Mirrored from the public PLN Directory API; all upstream fields are preserved as-is."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
