blue.rito.label.auto.like.settings

rito.blue

Documentation

Setting Like based auto labeling.

main record

Setting Like based auto labeling.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

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."
}
postRef object

No description available.

Properties

cid string Required

CID of the post

uri string uri Required

URI of the post

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "description": "CID of the post"
    },
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "URI of the post"
    }
  }
}

Lexicon Garden

@