taxonomy
Browse and filter the FineType type taxonomy — domains, categories, and individual types.
List and filter the full FineType taxonomy. Use taxonomy to explore available types, check what's in a domain, or export the complete taxonomy for tooling.
Usage
finetype taxonomy [OPTIONS]Options
| Flag | Type | Default | Description |
|---|---|---|---|
-f, --file | path | labels | Taxonomy file or directory |
-d, --domain | string | — | Filter by domain |
-c, --category | string | — | Filter by category |
--priority | integer | — | Minimum release priority |
-o, --output | string | plain | Output format: plain, json, csv, markdown, arrow |
--full | flag | — | Export all fields (including schemas, examples, transforms) |
Examples
List all types
$ finetype taxonomyPrints every type in the taxonomy, grouped by domain and category.
Filter by domain
$ finetype taxonomy -d datetimeShow only types in the datetime domain — dates, times, timestamps, durations.
Filter by category
$ finetype taxonomy -c identity.personShow types in the identity.person category — email, full name, username, and others.
Full export as JSON
$ finetype taxonomy --full -o json > taxonomy.jsonThe --full flag includes every field: schemas, examples, transforms, PII flags, and broad types. This is the same export used to generate the Type Registry on this site.
See also
schema— export the full JSON Schema for a specific typeinfer— classify a value and see which type it matches- Type Registry — browse the taxonomy on the web