Subaccounts experiment
Record Key
tid
Timestamp-based ID
Properties
accounts
array
of
ref
net.atview.experimental.account
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"accounts"
],
"properties": {
"accounts": {
"type": "array",
"items": {
"ref": "net.atview.experimental.account",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Subaccounts experiment"
}