@aelionsdk/project-schema
v1.2.0
Published
Project v1 types, validation and canonical serialization for AelionSDK
Readme
@aelionsdk/project-schema
Project types, immutable v1.0/v1.2 schema identities, bounded admission, validation, migration and canonical serialization for AelionSDK.
Install
npm install @aelionsdk/project-schemalatest currently resolves to 1.2.0. Use this package in importers,
services and Project tooling that must validate data without creating a browser
Session.
Public surface
- Project v1 TypeScript types;
- bounded plain-JSON admission;
ProjectValidatorand stable diagnostics;migrateProjectToCurrentfor ownership-isolated legacy RC identity upgrades;- canonical clone and serialization helpers.
Treat every file or network Project as untrusted input. Run admission before schema and semantic validation; never invoke accessors or iterators on untrusted values.
See the Project Schema reference and API reference. Licensed under MIT.
