Commit 009a178
committed
[new release] jsonschema (0.1.0)
CHANGES:
### Features
- Initial release with support for JSON Schema drafts 4, 6, 7, 2019-09, and 2020-12
- Complete type validation system (null, boolean, number, integer, string, array, object)
- Schema composition with allOf, anyOf, oneOf, not, and if/then/else
- Full object validation including properties, patternProperties, and additionalProperties
- Array validation with items, contains, and uniqueItems support
- JSON Reference resolution with $ref, $id, and $anchor support
- Format validation for common formats (email, date, time, ipv4, ipv6, uri, uuid, etc.)
- JSON Pointer implementation (RFC 6901)
- Content validation with base64 encoding and JSON media type support1 parent f326cf7 commit 009a178
1 file changed
+45
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments