Returns a nullable integer schema for Option<usize>ast_recursion_limit fields.
Enforces minimum: 1 because 0 would limit tree-sitter traversal to the root
node only, silently returning zero results. Passing 0 is treated as unlimited
at runtime; the schema minimum signals to callers that 0 is not a useful value.
Returns a nullable integer schema for Option<usize>page_size fields.
Enforces minimum: 1 to prevent callers from sending page_size=0, which
would cause paginate_slice to make no progress and loop on the same cursor.