Featured posts record for the Babesky creator portfolio. An ordered selection of the creator's own posts (max 8) displayed as a curated preview reel in Atmosphere apps. Consumed alongside com.babesky.actor.profile, com.babesky.actor.links, and com.babesky.actor.support.
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
posts
array
of
ref
#featuredPost
Required
No description available.
maxLength: 8 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"posts",
"createdAt"
],
"properties": {
"posts": {
"type": "array",
"items": {
"ref": "#featuredPost",
"type": "ref"
},
"maxLength": 8
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Featured posts record for the Babesky creator portfolio. An ordered selection of the creator's own posts (max 8) displayed as a curated preview reel in Atmosphere apps. Consumed alongside com.babesky.actor.profile, com.babesky.actor.links, and com.babesky.actor.support."
}