From 33cace75ee66d9ca94a4f7613bbd3457ecb5f6d5 Mon Sep 17 00:00:00 2001 From: aacebo Date: Sun, 6 Oct 2024 18:26:15 -0400 Subject: [PATCH] Update README.md --- README.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/README.md b/README.md index d03a564..2d9b5fd 100644 --- a/README.md +++ b/README.md @@ -23,38 +23,3 @@

- -## 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 | ✅ |