No description available.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
from
string
Required
No description available.
maxLength: 256 bytesminLength: 1 bytesisReturn
boolean
Optional
No description available.
itemCid
string
Optional
No description available.
maxLength: 256 bytesminLength: 1 bytesitemRkey
string
Required
No description available.
maxLength: 256 bytesminLength: 1 bytesitemSnapshot
ref
#itemSnapshot
Required
No description available.
message
string
Optional
No description available.
maxLength: 512 bytesoriginalGiftUri
string
Optional
No description available.
maxLength: 512 bytesminLength: 1 bytesreturnedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
to
string
Required
No description available.
maxLength: 256 bytesminLength: 1 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"from",
"to",
"itemRkey",
"itemSnapshot",
"createdAt"
],
"properties": {
"to": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"from": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"itemCid": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"message": {
"type": "string",
"maxLength": 512
},
"isReturn": {
"type": "boolean"
},
"itemRkey": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"returnedAt": {
"type": "string",
"format": "datetime"
},
"itemSnapshot": {
"ref": "#itemSnapshot",
"type": "ref"
},
"originalGiftUri": {
"type": "string",
"maxLength": 512,
"minLength": 1
}
}
}
}