A feature request submitted to a Sphere. Published on the author's PDS for public Spheres.
Record Key
tid
Timestamp-based ID
Properties
category
string
Optional
No description available.
maxLength: 128 bytesKnown values:
general, enhancement, bug, integration, ui-uxdescription
string
Optional
No description available.
maxLength: 10000 bytessubject
string
did
Required
DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record).
title
string
Required
No description available.
maxLength: 512 bytesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
maxLength: 64 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"subject"
],
"properties": {
"title": {
"type": "string",
"maxLength": 512
},
"subject": {
"type": "string",
"format": "did",
"description": "DID of the Sphere owner (the identity hosting the site.exosphere.sphere.profile record)."
},
"category": {
"type": "string",
"maxLength": 128,
"knownValues": [
"general",
"enhancement",
"bug",
"integration",
"ui-ux"
]
},
"updatedAt": {
"type": "string",
"format": "datetime",
"maxLength": 64
},
"description": {
"type": "string",
"maxLength": 10000
}
}
},
"description": "A feature request submitted to a Sphere. Published on the author's PDS for public Spheres."
}