返回顶部
j

json-schema-toolkit

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
安全检测
已通过
132
下载量
0
收藏
概述
安装方式
版本历史

json-schema-toolkit

# JSON Schema Toolkit Validate, generate, and convert JSON Schemas with zero dependencies. ## Commands All commands use `scripts/json_schema.py`. ### Generate Schema from Sample Data ```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 - ``` Auto-detects string formats (email, date-time, date, uri, ipv4). ### Validate JSON Against Schema ```bash python3 scripts/json_schema.py validate --schema schema.json --data data.json ``` Reports all validation errors with JSON paths. Exit code 1 on failure. ### Convert Schema to Code ```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 ``` Supported formats: `typescript`, `python-dataclass`, `markdown`. ## Supported Validation Keywords type, enum, required, properties, additionalProperties, items, minLength, maxLength, pattern, minimum, maximum, minItems, maxItems, format. ## Stdin Support Use `--input -` to pipe JSON from stdin for both `generate` and `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

下载 Zip 包

⬇ 下载 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
返回顶部