Foundry VTT - Module Manifest
Foundry VTT module.json files
| Type | object |
|---|---|
| File match |
**/modules/*/module.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/foundry-vtt-module-manifest/latest.json |
| Source | https://www.schemastore.org/foundryvtt-module-manifest.json |
Validate with Lintel
npx @lintel/lintel check
Properties
A stable URL that describes the latest release version of your manifest file. This URL is used for automatic module installation in the Foundry VTT setup screen. This manifest URL is consulted during the module update check to see whether a new version is available for download. It is important that this address remain stable, otherwise updates will not be detected.
The library field is a boolean that indicates whether the package is a library intended for other packages to depend on and consume. This field should be true if your package does not present any user-facing features, but rather provides functionality for other packages to utilize and rely upon. Packages with this field set to true may be hidden from third party package lists to avoid confusing users. When omitted the default value of this field is false.
(undocumented)