@alterspective/foundry-schemas
v0.5.2
Published
JSON Schema definitions for validating Foundry widget and workflow action manifests (Sharedo platform plugin)
Downloads
612
Readme
@alterspective/foundry-schemas
JSON Schema definitions for validating Sharedo extension manifests.
Shipped Schemas
| Schema | Validates |
|---|---|
| widget.schema.json | *.widget.json manifest files |
| wf-action.schema.json | *.wf-action.json workflow action manifests |
| config-primitives.schema.json | Shared configuration primitive definitions |
Validation Boundary
These schemas validate manifest structure — the metadata files that register widgets and workflow actions with the Sharedo platform. They check field types, required properties, path conventions, and naming patterns.
What they do not validate:
- Designer widget UX or configuration quality
- Runtime behavior or lifecycle correctness
- Business logic in workflow action templates
For higher-level validation (configurability contracts, Alterspective taxonomy, internal API caveat enforcement), use foundry validate with the --strict or --profile flags.
Usage
Used by the foundry validate CLI command and build-time validation in @alterspective/foundry-cli.
License
Copyright (c) 2024-present Alterspective Pty Ltd. All rights reserved.
