# query.schema.FilterValueSchema

- **Module:** query.schema
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/query/schema.rs#L93
- **Page:** https://libtmux.org/reference/rs/query-schema-filtervalueschema/

## Members

- `Text` (constant) — Strict UTF-8 text.
- `Bool` (constant) — A boolean.
- `Signed` (constant) — A signed integer encoded as decimal text.
- `Unsigned` (constant) — An unsigned integer encoded as decimal text.
- `Enum` (constant) — A stable closed string vocabulary.
- `Many` (constant) — A to-many relation.
- `One` (constant) — A to-one relation.
