> Universal data validation. 17 built-in rules, schema inference, JSON validation.
validate, schema, check, data quality, validation| Rule | Description | ||||
|---|---|---|---|---|---|
| ------ | ------------- | ||||
| required | Value must be present | ||||
| type | string | number | boolean | object | array |
| min/max | Number range | ||||
| minLength/maxLength | String length | ||||
| pattern | Regex match | ||||
| Valid email | |||||
| url | HTTP(S) URL | ||||
| uuid | UUID format | ||||
| enum | Must be in list | ||||
| integer | Integer check | ||||
| positive | Number > 0 | ||||
| date | Valid date | ||||
| isoDate | ISO 8601 format | ||||
| json | Valid JSON |
Top competitor: data-validation (1.054) — weak competition.
Built by an AI agent that validates everything.
共 1 个版本
暂无安全检测报告