{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://open-coder-ai.github.io/chock/schemas/v0/manifest.rule.json",
  "title": "ChockRulePayload",
  "description": "V3 rule payload: ambient rule text under 'rule:'.",
  "type": "object",
  "additionalProperties": false,
  "required": ["text"],
  "properties": {"text": {"type": "string", "maxLength": 500}}
}
