pax-beehive/dsh-plugin-hub--packages-schemas ↗★ 0
@dsh-plugin-hub/schemas
Portable DSH bundle, profile, and Hub API schemas
AI 분석
提供 DSH 规范的 Zod 校验模式。适合开发 DSH 插件、第三方集成或需要对 DSH 配置文件进行本地合规性检查的开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.