Add 10 new schema keywords to whitelist + meta-schema:
- numeric: minimum, maximum, exclusiveMinimum, exclusiveMaximum
- string: minLength, maxLength, pattern
- array: minItems, maxItems, uniqueItems
These are pure leaf constraints with no collectRefs() impact.
5 new tests covering validation, rejection, and nested usage.
Refs #82