Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebo committed Oct 6, 2024
1 parent 8e5dea1 commit 33cace7
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,3 @@
<img src="https://codecov.io/gh/aacebo/owl/graph/badge.svg?token=9XETRUUQUY" />
</a>
</p>

## Rules

| Name | Description | Status |
|---------------|-------------------------------------------------------|--------|
| required | not nil or zero value ||
| default | default value ||
| enum | one of a set of options ||

### String

| Name | Description | Status |
|---------------|-------------------------------------------------------|--------|
| pattern | match regular expression ||
| format | match format ||
| min | min length ||
| max | max length ||

### Numeric

| Name | Description | Status |
|---------------|-------------------------------------------------------|--------|
| min | minimum ||
| max | maximum ||

## Formats

| Name | Status |
|---------------|--------|
| date_time ||
| email ||
| ipv4 ||
| ipv6 ||
| uri ||
| uuid ||

0 comments on commit 33cace7

Please sign in to comment.