No description available.
Record Key
any
Any valid record key
Properties
change
union
Required
No description available.
eventId
string
Required
A UUID that also serves as the record key. Retrying a change keeps this ID.
maxLength: 36 bytesminLength: 36 bytesrecordedAt
string
datetime
Required
The device clock time. This field does not decide which concurrent change wins.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"eventId",
"recordedAt",
"change"
],
"properties": {
"change": {
"refs": [
"lex:best.mediaserver.lspace.experimental.defs#progress",
"lex:best.mediaserver.lspace.experimental.defs#retraction"
],
"type": "union",
"closed": true
},
"eventId": {
"type": "string",
"maxLength": 36,
"minLength": 36,
"description": "A UUID that also serves as the record key. Retrying a change keeps this ID."
},
"recordedAt": {
"type": "string",
"format": "datetime",
"description": "The device clock time. This field does not decide which concurrent change wins."
}
}
}
}