pax-beehive/dsh-plugin-hub--packages-schemas ↗★ 0
@dsh-plugin-hub/schemas
Portable DSH bundle, profile, and Hub API schemas
AI Analysis
提供 DSH 规范的 Zod 校验模式。适合开发 DSH 插件、第三方集成或需要对 DSH 配置文件进行本地合规性检查的开发者。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Usage
import {
dshPackageManifestSchema,
dshProfileManifestSchema,
} from "@dsh-plugin-hub/schemas";
const plugin = dshPackageManifestSchema.parse(packageJson);
const profile = dshProfileManifestSchema.parse(profilePackageJson);
The package exports Zod schemas and inferred TypeScript types for portable DSH bundle manifests, Plugin Hub records, Profile drafts and immutable releases. Use it when building a DSH plugin, integration, validator, or custom Hub client.
This is an independent community project and is not affiliated with or endorsed by DeepSeek.