1pub mod array; 2pub mod boolean; 3pub mod decimal; 4pub mod endpoint; 5pub mod integer; 6pub mod object; 7pub mod text; 8pub mod tuple;