blue.rito.label.auto.like

rito.blue

Documentation

Setting Like based auto labeling.

main record

Setting Like based auto labeling.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string uri Required

When this post receives a Like, it controls whether to apply or remove a label.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "uri",
        "description": "When this post receives a Like, it controls whether to apply or remove a label."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Setting Like based auto labeling."
}

Lexicon Garden

@