Setting Like based auto labeling.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"apply",
"createdAt"
],
"properties": {
"apply": {
"refs": [
"blue.rito.label.auto.like.settings#postRef"
],
"type": "union",
"description": "The post to apply the label to"
},
"delete": {
"refs": [
"blue.rito.label.auto.like.settings#postRef"
],
"type": "union",
"description": "The post to remove the label from"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Setting Like based auto labeling."
}