Preset Overview
Presets are reusable configuration files for selecting generated Schema.org types.
The current package ships the all.json type preset. It tells downstream generators or tools to include every Schema.org type; it does not contain concrete JSON-LD objects.
Build pipeline
sh
pnpm run buildThe schema generator writes the package to dist/ and copies the published preset to dist/presets/types/all.json.
Distribution strategy
The preset is available from @avensio/jsonld-schema/presets/types/all as JSON. Consumers can combine it with the granular class, creator, and validator exports.