Returns a nullable integer schema for Option<usize>ast_recursion_limit fields.
None = library default, 0 = unlimited traversal depth, n = limit to n levels.
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.