Models Module
OpenGameData uses a module called models for standardized data structures and enums, to ensure data compatibility across projects.
models Module
The models module is related to schemas, in the sense that they help manage structures of data.
However, these are used for purely internal data, where Schema classes contained data about external resources.