Account Nested experiment
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"account"
],
"properties": {
"note": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"account": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Account Nested experiment"
}