pax-beehive/dsh-plugin-hub--packages-schemas0

@dsh-plugin-hub/schemas

Portable DSH bundle, profile, and Hub API schemas

AI 分析

提供 DSH 规范的 Zod 校验模式。适合开发 DSH 插件、第三方集成或需要对 DSH 配置文件进行本地合规性检查的开发者。

パッケージ
@dsh-plugin-hub/schemas
バージョン
0.1.1
最終更新
2026/08/22

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.