# LengthRule

LengthRule

Caps the character length of a text-like property (e.g. 280 for X post text).

**Status:** ⚠️ Experimental

**Implements:** ValidationRule

**Fields:**
- `maxLength`: `Int!` - Maximum allowed character length.
- `property`: `ContentProperty!` - The content property this rule constrains.