A Mecenas creator post. Repository or Space placement determines its access boundary.
Record Key
tid
Timestamp-based ID
Properties
audience
string
Required
No description available.
maxLength: 16 bytesKnown values:
public, membersbody
string
Required
No description available.
maxGraphemes: 30000 graphemesminGraphemes: 1 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
excerpt
string
Optional
No description available.
maxGraphemes: 500 graphemesformatVersion
integer
Required
No description available.
publishedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
tier
string
at-uri
Optional
Public tier record associated with a member-only post.
title
string
Required
No description available.
maxGraphemes: 200 graphemesminGraphemes: 1 graphemesupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"title",
"body",
"audience",
"createdAt",
"publishedAt"
],
"properties": {
"body": {
"type": "string",
"maxGraphemes": 30000,
"minGraphemes": 1
},
"tier": {
"type": "string",
"format": "at-uri",
"description": "Public tier record associated with a member-only post."
},
"title": {
"type": "string",
"maxGraphemes": 200,
"minGraphemes": 1
},
"excerpt": {
"type": "string",
"maxGraphemes": 500
},
"audience": {
"type": "string",
"maxLength": 16,
"knownValues": [
"public",
"members"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"publishedAt": {
"type": "string",
"format": "datetime"
},
"formatVersion": {
"type": "integer",
"const": 1
}
}
},
"description": "A Mecenas creator post. Repository or Space placement determines its access boundary."
}