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.
any
Any valid record key
Properties
contentHtml
string
Optional
Full HTML body of the update.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eventDate
string
datetime
Optional
An RFC 3339 formatted timestamp.
eventType
string
Required
No description available.
FUNDING, LAUNCH, PARTNERSHIP, ANNOUNCEMENT, MILESTONE, HIRING, OTHERfocusAreas
array
of
string
Optional
No description available.
sourceDomain
string
Optional
No description available.
sourceUrl
string
uri
Optional
A valid URI.
sources
array
of
unknown
Optional
No description available.
subFocusAreas
array
of
string
Optional
No description available.
summary
string
Optional
No description available.
tags
array
of
string
Optional
No description available.
team
string
at-uri
Optional
The org.plrd.team record this update is about.
teamLogoUrl
string
uri
Optional
A valid URI.
teamName
string
Optional
No description available.
title
string
Required
No description available.
uid
string
Required
Upstream PLN Directory uid (also used as the record key).
upvoteCount
integer
Optional
No description available.
View raw schema
{
"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."
}