org.plrd.update

satyam2.climateai.org

{
  "id": "org.plrd.update",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "uid",
          "title",
          "eventType",
          "createdAt"
        ],
        "properties": {
          "uid": {
            "type": "string",
            "description": "Upstream PLN Directory uid (also used as the record key)."
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "team": {
            "type": "string",
            "format": "at-uri",
            "description": "The org.plrd.team record this update is about."
          },
          "title": {
            "type": "string"
          },
          "sources": {
            "type": "array",
            "items": {
              "type": "unknown"
            }
          },
          "summary": {
            "type": "string"
          },
          "teamName": {
            "type": "string"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "eventDate": {
            "type": "string",
            "format": "datetime"
          },
          "eventType": {
            "type": "string",
            "knownValues": [
              "FUNDING",
              "LAUNCH",
              "PARTNERSHIP",
              "ANNOUNCEMENT",
              "MILESTONE",
              "HIRING",
              "OTHER"
            ]
          },
          "sourceUrl": {
            "type": "string",
            "format": "uri"
          },
          "focusAreas": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "contentHtml": {
            "type": "string",
            "description": "Full HTML body of the update."
          },
          "teamLogoUrl": {
            "type": "string",
            "format": "uri"
          },
          "upvoteCount": {
            "type": "integer"
          },
          "sourceDomain": {
            "type": "string"
          },
          "subFocusAreas": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "description": "A network update (news item) about a PL Network team — shipping, raises, partnerships, milestones. Mirrored from the PLN Directory team-news API (the 'Network updates' feed on https://directory.plnetwork.io/home). The `team` field links to the org.plrd.team record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.plrd.update

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cpoagodpqrgs4t7thi5z37uf
CID
bafyreib3scij7peqwrdyqiwdhnxbhot5ex3ogjodliicwtvmbbpc43ogwe
Indexed At
2026-08-07 18:11 UTC
AT-URI
at://did:plc:cpoagodpqrgs4t7thi5z37uf/com.atproto.lexicon.schema/org.plrd.update

Lexicon Garden

@