blue.rito.label.auto.post

rito.blue

{
  "id": "blue.rito.label.auto.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "label",
          "condition",
          "appliedTo",
          "durationInHours",
          "createdAt"
        ],
        "properties": {
          "label": {
            "type": "string",
            "description": "If condition are matched, which label are applyed or removed."
          },
          "action": {
            "type": "string",
            "description": "Required for 'account', It should be 'add' or 'remove'"
          },
          "appliedTo": {
            "type": "string",
            "description": "'account' or 'post'"
          },
          "condition": {
            "type": "string",
            "description": "Setting apply condition with regex"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "durationInHours": {
            "type": "integer",
            "description": "Hour based label dulation. 0 will be no duration."
          }
        }
      },
      "description": "Setting Post based auto labeling."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.rito.label.auto.post

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xnkb4hzxcuqbvwk5np7awf2u
CID
bafyreifoj7qikjlzkhuttgwmvlwk2iilcteh2kryrzujx27rsds526wp4a
Indexed At
2026-01-05 05:57 UTC
AT-URI
at://did:plc:xnkb4hzxcuqbvwk5np7awf2u/com.atproto.lexicon.schema/blue.rito.label.auto.post

Lexicon Garden

@