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.
any
Any valid record key
Properties
asks
array
of
unknown
Optional
No description available.
contactEmail
string
Optional
No description available.
contributingTeams
array
of
unknown
Optional
No description available.
contributions
array
of
unknown
Optional
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
creator
unknown
Optional
No description available.
description
string
Optional
No description available.
isDeleted
boolean
Optional
No description available.
isFeatured
boolean
Optional
No description available.
kpis
array
of
unknown
Optional
No description available.
logo
unknown
Optional
No description available.
lookingForFunding
boolean
Optional
No description available.
maintainingTeam
unknown
Optional
No description available.
name
string
Required
No description available.
osoProjectName
string
Optional
No description available.
projectFocusAreas
array
of
unknown
Optional
No description available.
projectLinks
array
of
unknown
Optional
No description available.
readMe
string
Optional
No description available.
score
string
Optional
No description available.
tagline
string
Optional
No description available.
tags
array
of
string
Optional
No description available.
truncatedFields
array
of
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.
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"
}
},
"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."
}