Skip to content

Commit

Permalink
add feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Oct 7, 2024
1 parent 4859e3a commit fe6c884
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,19 @@ if err := schema.Validate("..."); err != nil { // nil
panic(err)
}
```

# Features

| Name | Status |
|----------------------------|---------------------|
| Any ||
| Bool ||
| Float ||
| Int ||
| String ||
| Object ||
| Array ||
| Time ||
| Union ||
| Custom Error Messages ||
| Custom Rules ||

0 comments on commit fe6c884

Please sign in to comment.