返回顶部
j

json-schema-toolkitJSON Schema工具集

Validate JSON data against JSON Schema, generate schemas from sample JSON, and convert schemas to TypeScript interfaces, Python dataclasses, or Markdown docs. Use when working with JSON validation, API contract testing, schema generation from examples, or converting JSON Schema to typed code. No external dependencies — pure Python.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
138
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

json-schema-toolkit

JSON Schema 工具包

零依赖地验证、生成和转换 JSON Schema。

命令

所有命令均使用 scripts/json_schema.py。

从样本数据生成 Schema

bash
python3 scripts/json_schema.py generate --input sample.json
python3 scripts/json_schema.py generate --input sample.json --output schema.json
echo {name:Jo,age:25} | python3 scripts/json_schema.py generate --input -

自动检测字符串格式(email、date-time、date、uri、ipv4)。

根据 Schema 验证 JSON

bash
python3 scripts/json_schema.py validate --schema schema.json --data data.json

报告所有带有 JSON 路径的验证错误。验证失败时退出码为 1。

将 Schema 转换为代码

bash
python3 scripts/json_schema.py convert --input schema.json --format typescript
python3 scripts/json_schema.py convert --input schema.json --format python-dataclass
python3 scripts/json_schema.py convert --input schema.json --format markdown --name User

支持的格式:typescript、python-dataclass、markdown。

支持的验证关键字

type、enum、required、properties、additionalProperties、items、minLength、maxLength、pattern、minimum、maximum、minItems、maxItems、format。

标准输入支持

使用 --input - 从标准输入管道传输 JSON,适用于 generate 和 validate --data 命令。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 json-schema-toolkit-1776104341 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 json-schema-toolkit-1776104341 技能

通过命令行安装

skillhub install json-schema-toolkit-1776104341

下载

⬇ 下载 json-schema-toolkit v1.0.0(免费)

文件大小: 5.06 KB | 发布时间: 2026-4-17 15:08

v1.0.0 最新 2026-4-17 15:08
Initial release of JSON Schema Toolkit.

- Validate JSON data against JSON Schema with detailed error reports.
- Generate JSON Schema automatically from sample JSON, with format auto-detection.
- Convert JSON Schemas to TypeScript interfaces, Python dataclasses, or Markdown docs.
- All functionality provided via a pure Python script, with no external dependencies.
- Supports stdin for input, API contract testing, schema generation, and code conversion.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部