プロフィールカードに並べる、任意の Atmosphere アプリへの連携宣言リスト。所有者本人が curate し、どの collection のどのフィールドを表示するかを定義する。公開レコード。
literal:self
Fixed literal value
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
links
array
of
ref
#link
Required
No description available.
maxLength: 20 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"links",
"createdAt"
],
"properties": {
"links": {
"type": "array",
"items": {
"ref": "#link",
"type": "ref"
},
"maxLength": 20
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "プロフィールカードに並べる、任意の Atmosphere アプリへの連携宣言リスト。所有者本人が curate し、どの collection のどのフィールドを表示するかを定義する。公開レコード。"
}