8000 chore: change json link · pablohildo/sdkgen.github.io@7b0ec9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b0ec9a

Browse files
committed
chore: change json link
1 parent b0b77e9 commit 7b0ec9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defining-your-schema.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ In addition to having `string`, `int`, `float` and `bool` (which are exactly wha
2121
* `bigint` - a way to represent integers bigger than 2^53
2222
* `email` - an email address valid value
2323
* `hex` - an hexadecimal number
24-
* `base64` - encoding format for transferring data via text
24+
* `base64` - encoding format for transferring data via text
2525
* `url` - [URL](https://www.w3.org/Addressing/URL/url-spec.txt)
2626
* `xml` - [XML](https://www.w3.org/TR/xml/)
27-
* `json` - [JSON](https://www.json.org/json-pt.html)
27+
* `json` - [JSON](https://www.json.org/json-en.html)
2828

2929
Brazilian utility types:
3030

0 commit comments

Comments
 (0)
0