A team/organization in the PL Network Directory. Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. L0 teams only carry list-level data upstream.
any
Any valid record key
Properties
accessLevel
string
Optional
No description available.
asks
array
of
unknown
Optional
No description available.
blog
string
Optional
No description available.
communityAffiliations
array
of
unknown
Optional
No description available.
contactMethod
string
Optional
No description available.
contributingProjects
array
of
unknown
Optional
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
fundingStage
unknown
Optional
No description available.
industryTags
array
of
unknown
Optional
No description available.
investorProfile
unknown
Optional
No description available.
isFeatured
boolean
Optional
No description available.
isFund
boolean
Optional
No description available.
linkedinHandler
string
Optional
No description available.
logo
unknown
Optional
No description available.
longDescription
string
Optional
No description available.
maintainingProjects
array
of
unknown
Optional
No description available.
membershipSources
array
of
unknown
Optional
No description available.
name
string
Required
No description available.
plnFriend
boolean
Optional
No description available.
shortDescription
string
Optional
No description available.
teamFocusAreas
array
of
unknown
Optional
No description available.
teamMemberRoles
array
of
unknown
Optional
No description available.
technologies
array
of
unknown
Optional
No description available.
telegramHandler
string
Optional
No description available.
truncatedFields
array
of
string
Optional
No description available.
twitterHandler
string
Optional
No description available.
uid
string
Required
Upstream PLN Directory uid (also used as the record key).
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
website
string
Optional
No description available.
View raw schema
{
"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. Mirrored from the public PLN Directory API; all upstream fields are preserved as-is. L0 teams only carry list-level data upstream."
}