# org.climateai.pln.technology

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

## Definitions

### `org.climateai.pln.technology`

**Type**: `record`

A technology tag in the PL Network Directory. Mirrored from the PL Network 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). |
| `title` | `string` | Yes |  |
| `children` | `array` | No |  |
| `createdAt` | `string` (datetime) | No |  |
| `parentUid` | `string` | No |  |
| `updatedAt` | `string` (datetime) | No |  |
| `definition` | `string` | No |  |
| `description` | `string` | No |  |
| `airtableRecId` | `string` | No |  |

## Raw Schema

```json
{
  "id": "org.climateai.pln.technology",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "uid",
          "title"
        ],
        "properties": {
          "uid": {
            "type": "string",
            "description": "Upstream PLN Directory uid (also used as the record key)."
          },
          "title": {
            "type": "string"
          },
          "children": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "parentUid": {
            "type": "string"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "definition": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "airtableRecId": {
            "type": "string"
          }
        }
      },
      "description": "A technology tag in the PL Network Directory. Mirrored from the PL Network Directory API; all upstream fields are preserved as-is."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
