{
"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."
}
Metadata
- DID
-
did:plc:ezyi5vr2kuq7l5nnv53nb56m
- CID
-
bafyreiayjya6id6uethqxccjoyo7oojrjv5v5aplv6y47m5ectm3ov4kyy
- Indexed At
- 2026-03-18 17:23 UTC
- AT-URI
-
at://did:plc:ezyi5vr2kuq7l5nnv53nb56m/com.atproto.lexicon.schema/diy.razorgirl.winter.trigger