diy.razorgirl.winter.trigger

lexicon.store View official

{
  "id": "diy.razorgirl.winter.trigger",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "description",
          "condition",
          "action",
          "createdAt"
        ],
        "properties": {
          "args": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "name"
              ],
              "properties": {
                "name": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                }
              }
            }
          },
          "name": {
            "type": "string",
            "maxLength": 128
          },
          "action": {
            "type": "object",
            "required": [
              "type"
            ],
            "properties": {
              "args": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "rkey": {
                "type": "string"
              },
              "tags": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "type": {
                "type": "string",
                "knownValues": [
                  "create_fact",
                  "create_inbox_item",
                  "delete_fact"
                ]
              },
              "message": {
                "type": "string"
              },
              "predicate": {
                "type": "string"
              }
            }
          },
          "enabled": {
            "type": "boolean",
            "default": true
          },
          "condition": {
            "type": "string",
            "description": "Datalog query (Soufflé syntax)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 1024
          },
          "conditionRules": {
            "type": "string",
            "description": "Extra rules for the condition"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Datalog-conditioned automation. Evaluates periodically, fires action on new results. Supports $0, $1 variable substitution."
}

Validate Record

Validate a record against diy.razorgirl.winter.trigger

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiayjya6id6uethqxccjoyo7oojrjv5v5aplv6y47m5ectm3ov4kyy
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.trigger

Lexicon Garden

@