-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d865485
commit 7aeb7f3
Showing
2 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,23 +81,23 @@ has_children: true | |
|
||
### String (17) | ||
|
||
* Ascii ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Ascii.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Ascii.ts)) (e.g: `lIMxZM`, `||yxO`, `=G)2irii`) | ||
* Base64 ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Base64.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Base64.ts)) (e.g: `+Lu7AX/=`, `NVH++mk+/+v+0/YZ0c/K/O58f2+2`, `m/+g+6ROo+XJuk+4/9/6/+OOxlc5+5++/O==`) | ||
* Base64Url ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Base64Url.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Base64Url.ts)) (e.g: `dahC4N5-`, `_iW_XlU__`, `M_-Q_i-p`) | ||
* BitcoinAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/BitcoinAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/BitcoinAddress.ts)) (e.g: `bc13c3zv59a0rpf3mr2fs833837f3iq1a2`, `3JJf4iiV8Zr2iGLk5CYM3n3hMM1GZuE3BMuNGGF`, `18P12ARNkcanKPe2A6xm5mVyQky4K3oa6M`) | ||
* Ascii ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Ascii.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Ascii.ts)) (e.g: `|}bk|olz0`, `zzz^`, `z L7`) | ||
* Base64 ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Base64.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Base64.ts)) (e.g: `0xa2/avy/+B/9Xlz/E8dD31C/9/i/bz/4061`, `ug+/5eDW4+2gW651+/S+4/+e99Qr/NKoX/g+`, `/2nE/XWR+Z+W/+0+`) | ||
* Base64Url ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Base64Url.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Base64Url.ts)) (e.g: `_J4A4-`, `XX73aM_-`, `-c-E1Bh3`) | ||
* BitcoinAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/BitcoinAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/BitcoinAddress.ts)) (e.g: `bc13o9e107pwpa1w8od30a2e02e8z`, `1GMfD4WUoDYVMMK297GPqwHuDXM`, `bc168j66u4ad207m8bcx6c28253xq3682`) | ||
* CamelCaseString ([docs](https://jacob-alford.github.io/schemata-ts/schemata/CamelCaseString.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/CamelCaseString.ts)) (e.g: `Camel_case-string` → `camelCaseString`) | ||
* CreditCard ([docs](https://jacob-alford.github.io/schemata-ts/schemata/CreditCard.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/CreditCard.ts)) (e.g: `628219927722601902`, `622923196369430047`, `628237302032668652`) | ||
* EmailAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/EmailAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/EmailAddress.ts)) (e.g: `"뇹常⯨굞㱈幣"@[04.880.9.63]`, `//|L$|'{_=.*&_#%X39.7&*%%%*.{?~/$#+7*'@0X-rC9y-Hx.Nl.-s00.c-xLC1n3c.GjFdOO`, `"앜d"@[20.5.83.99]`) | ||
* EthereumAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/EthereumAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/EthereumAddress.ts)) (e.g: `0xf3001F0A1fF0Ac1BabDEeAB0aDcB25671d67af2a`, `0x461ECdc3aeCBDdCf82d1a3Db88311AAB6D8Bb2ae`, `0xaBaCfCeeB7ac1b21a9abDfc0AbcAf29EAcec9C0f`) | ||
* HexColor ([docs](https://jacob-alford.github.io/schemata-ts/schemata/HexColor.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/HexColor.ts)) (e.g: `#aE8c87C7`, `96eA933B`, `a160FCDa`) | ||
* Hexadecimal ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Hexadecimal.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Hexadecimal.ts)) (e.g: `b8cDab2C2E7`, `D7eBaf`, `0HEa741EBE7`) | ||
* HslColor ([docs](https://jacob-alford.github.io/schemata-ts/schemata/HslColor.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/HslColor.ts)) (e.g: `hsl(+.4e+0852268055500.2992010122e87849%00.42307%)`, `hsl(.107,00000000.674944202917%,+0000000096e0%)`, `hsl(6415835095,00000000100%,00000006%,76829e061036751%)`) | ||
* Jwt ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Jwt.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Jwt.ts)) (e.g: `U_V_82._5K6J___9-`, `X-8_.-6Q-t-`, `_.__u-Lfy_9_.68`) | ||
* LatLong ([docs](https://jacob-alford.github.io/schemata-ts/schemata/LatLong.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/LatLong.ts)) (e.g: `(90.0,+70)`, `90,-180.00000`, `(+90,180)`) | ||
* NonEmptyString ([docs](https://jacob-alford.github.io/schemata-ts/schemata/NonEmptyString.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/NonEmptyString.ts)) (e.g: `VR/Ehq`, `wKfJr8p3nW==`, `V@?`) | ||
* RGB ([docs](https://jacob-alford.github.io/schemata-ts/schemata/RGB.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/RGB.ts)) (e.g: `rgb(100%,100%,100%)`, `rgba(211,93,228,0.7872)`, `rgb(98%,94%,100%)`) | ||
* CreditCard ([docs](https://jacob-alford.github.io/schemata-ts/schemata/CreditCard.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/CreditCard.ts)) (e.g: `6506817189223137`, `50841130246372976`, `8269313616861171`) | ||
* EmailAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/EmailAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/EmailAddress.ts)) (e.g: `3.3~.|7&%?/.###.D|}?+j.~.%%lS|=?%.'{./#$'}!-@-K2x.C--7iNxZ.-U984-b.-E.j9.gw--M.-o-Vf2--D.-CzK-9.-.3fV.yGBnh`, `|8c*&+1~&_.}~}#^*^=|.&}.+~n?&^*/*^{.?-|-$-.#!^*O/@BPvL-0.8F.-b.ksi69oKU30.wCDCBX`, `_&^[email protected]`) | ||
* EthereumAddress ([docs](https://jacob-alford.github.io/schemata-ts/schemata/EthereumAddress.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/EthereumAddress.ts)) (e.g: `0x206f1ebD1b3fac408EB8CaF02b75EAEEeCb9a2C5`, `0x91EBEbefbfbfaaeB8BcFCAcecbfaBCEA7BC2AB7A`, `0xD0EbDc6DBBabeCC1FEba6eCC2BEB0BDAf17Cae1D`) | ||
* HexColor ([docs](https://jacob-alford.github.io/schemata-ts/schemata/HexColor.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/HexColor.ts)) (e.g: `fFecFBAd`, `#49fF3c6F`, `#DaAF5b93`) | ||
* Hexadecimal ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Hexadecimal.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Hexadecimal.ts)) (e.g: `0h6DaaEcA`, `0HdfbA8EdD`, `0H2007FcB89bE`) | ||
* HslColor ([docs](https://jacob-alford.github.io/schemata-ts/schemata/HslColor.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/HslColor.ts)) (e.g: `hsl(.12turn,0000090%,0000000.221%)`, `hsl(+59791745300.8431817turn000000100e+36888500882%+000100e433520122%/1774351291%)`, `hsla(74134deg,000000000100%,+00000100e-22591153%)`) | ||
* Jwt ([docs](https://jacob-alford.github.io/schemata-ts/schemata/Jwt.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/Jwt.ts)) (e.g: `-___.-I_9-Z`, `g-W_WE.`, `-.jvB-50-6.-B-HpW2p6-`) | ||
* LatLong ([docs](https://jacob-alford.github.io/schemata-ts/schemata/LatLong.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/LatLong.ts)) (e.g: `(+90,-180)`, `13,180`, `+90,172`) | ||
* NonEmptyString ([docs](https://jacob-alford.github.io/schemata-ts/schemata/NonEmptyString.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/NonEmptyString.ts)) (e.g: `64565f175`, `c33aff343d`, `ertyI${has`) | ||
* RGB ([docs](https://jacob-alford.github.io/schemata-ts/schemata/RGB.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/RGB.ts)) (e.g: `rgb(100%,95%,20%)`, `rgb(253,212,120)`, `rgba(100%,100%,74%,.39)`) | ||
* String ([docs](https://jacob-alford.github.io/schemata-ts/schemata/String.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/String.ts)) | ||
* UUID ([docs](https://jacob-alford.github.io/schemata-ts/schemata/UUID.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/UUID.ts)) (e.g: `ffe3221C-Befc-ECEF-bef7-0a389CbA7db6`, `fEEecdD8-fcFc-0CFB-B913-3E7d8aBFbeF3`, `cCdd4CeB-CAFa-E3Da-EB3E-Eb1cDbDfdC7e`) | ||
* UUID ([docs](https://jacob-alford.github.io/schemata-ts/schemata/UUID.html)) ([source](https://github.com/jacob-alford/schemata-ts/tree/main/src/schemata/UUID.ts)) (e.g: `5AcFBc6e-eBCC-FBbc-DF3A-33F0A1fF11c0`, `2B3aF6aa-401D-afCF-A08A-FebBedDfAfed`, `fCdBb1a4-bedE-Bed2-1385-AF0FAA923EDc`) | ||
|
||
### Unknown (3) | ||
|
||
|