diy.razorgirl.winter.rule

winter.razorgirl.diy

{
  "id": "diy.razorgirl.winter.rule",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "description",
          "head",
          "body",
          "createdAt"
        ],
        "properties": {
          "args": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "name"
              ],
              "properties": {
                "name": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                }
              }
            }
          },
          "body": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "head": {
            "type": "string"
          },
          "name": {
            "type": "string",
            "maxLength": 128
          },
          "enabled": {
            "type": "boolean",
            "default": true
          },
          "priority": {
            "type": "integer",
            "default": 0
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "constraints": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "description": {
            "type": "string",
            "maxLength": 1024
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Datalog derivation rule. Head predicate derived from body conditions using Soufflé syntax."
}

Validate Record

Validate a record against diy.razorgirl.winter.rule

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ezyi5vr2kuq7l5nnv53nb56m
CID
bafyreign25ggg24sovb4sieqb5lwncifmkpb6ja42qogkwjpjynxisz5e4
Indexed At
2026-03-18 17:23 UTC
AT-URI
at://did:plc:ezyi5vr2kuq7l5nnv53nb56m/com.atproto.lexicon.schema/diy.razorgirl.winter.rule

Lexicon Garden

@