data.schema
Create and generate a nested JSON Schema Draft 2020-12 contract by inferring field types and required fields from representative JSON, CSV, TSV, JSON Lines, or YAML records, with equivalent CSV/TSV numeric and null inference, input evidence, and non-enforcing observed bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Source format; use jsonl for JSON Lines or NDJSON | |
| content | Yes | ||
| root_mode | No | Keep the compatible array-of-records contract, or preserve the JSON/YAML root shape | records |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured JSON Schema generator result | |
| meta | Yes | ||
| service | Yes | ||
| version | Yes | ||
| request_id | Yes | Unique request identifier |