yuppi 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -344,7 +344,7 @@ Convert your Yuppi schema into [JSON Schema](https://json-schema.org).
|
|
|
344
344
|
| [Email] | Emails. | `"fir4tozden@gmail.com"` ✅<br/>`"fir4tozden@mail.google.com"` ✅<br/>`"fir4tozden+2@gmail.com"` ❌ |
|
|
345
345
|
| [HTTP] | HTTP only links. | `"https://google.com"` ✅<br/>`"http://google.com"` ✅<br/>`"google.com"` ❌ |
|
|
346
346
|
| [PhoneNumber] | Country code and phone number. | `"0090-555555555"` ✅<br/>`"90-5555555555"` ❌ |
|
|
347
|
-
| [URI] | Protocol free links. | `"mongodb://
|
|
347
|
+
| [URI] | Protocol free links. | `"mongodb://mongodb.net"` ✅<br/>`"https://google.com"` ✅<br/>`"google.com"` ❌ |
|
|
348
348
|
| [Username] | Usernames like Twitter. | `"fir4tozden"` ✅<br/>`"Fir4tozden"` ✅<br/>`"fir4t ozden"` ❌ |
|
|
349
349
|
|
|
350
350
|
### Types
|