File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed
Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 11# Hyperjump - JSON Schema Formats
22
3- TODO: Write a description
3+ A collection of validation functions for the JSON Schema ` format ` keyword.
44
55## Install
66
@@ -25,10 +25,6 @@ but you need to change a couple settings in your `tsconfig.json` for it to work.
2525 " moduleResolution" : " Node16" , // or "NodeNext"
2626```
2727
28- ## Usage
29-
30- TODO: Basic usage examples
31-
3228## API
3329
3430< https://json-schema-formats.hyperjump.io/modules.html >
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyperjump/json-schema-formats" ,
3- "version" : " 1.0 .0" ,
4- "description" : " " ,
3+ "version" : " 0.1 .0" ,
4+ "description" : " A collection of validation functions for the JSON Schema `format` keyword. " ,
55 "keywords" : [
66 " JSON Schema" ,
77 " format" ,
8- " rfc3339"
8+ " rfc3339" ,
9+ " date" ,
10+ " date-time" ,
11+ " duration" ,
12+ " email" ,
13+ " hostname" ,
14+ " idn-hostname" ,
15+ " idn-email" ,
16+ " ipv4" ,
17+ " ipv6" ,
18+ " iri" ,
19+ " iri-reference" ,
20+ " json-pointer" ,
21+ " regex" ,
22+ " relative-json-pointer" ,
23+ " time" ,
24+ " uri" ,
25+ " uri-reference" ,
26+ " uri-template" ,
27+ " uuid"
928 ],
1029 "author" :
" Jason Desrosiers <[email protected] >" ,
1130 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments