Every model in FindAModel has a set of metadata fields that describe it. These fields are populated by a combination of plain values, rules, and per-file overrides defined in findamodel.yaml files.
Field reference
creator
Type
String
Sources
Plain value, regex rule, per-file override
Description
The person or organisation who designed the model. Typically the artist name or studio.
creator:"Alice"
collection
Type
String
Sources
Plain value, regex rule, per-file override
Description
A named grouping of related models, such as a Kickstarter set, product range or theme.
collection:"FantasyHeroes"
subcollection
Type
String
Sources
Plain value, regex rule, per-file override
Description
A sub-grouping within a collection. Useful for very large releases that have multiple sub-sets.
FindAModel supports a metadata dictionary - a configurable list of known/expected values for string fields like creator and collection. This is used in the UI for autocomplete suggestions but does not restrict the values that can be stored.
Configure the dictionary on the Settings page in the application.