1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

docfix: scheme can be string or null

This commit is contained in:
Kelly Brazil
2022-07-22 14:58:21 -07:00
parent 81301357e4
commit 7224c7183b

View File

@ -27,7 +27,7 @@ Schema:
{ {
"url": string, "url": string,
"scheme": string, "scheme": string or null,
"netloc": string or null, "netloc": string or null,
"path": string or null, "path": string or null,
"path_list": [ array or null "path_list": [ array or null
@ -46,7 +46,7 @@ Schema:
"port": integer or null, # [1] "port": integer or null, # [1]
"encoded": { "encoded": {
"url": string, "url": string,
"scheme": string, "scheme": string or null,
"netloc": string or null, "netloc": string or null,
"path": string or null, "path": string or null,
"path_list": [ array or null "path_list": [ array or null
@ -61,7 +61,7 @@ Schema:
}, },
"decoded": { "decoded": {
"url": string, "url": string,
"scheme": string, "scheme": string or null,
"netloc": string or null, "netloc": string or null,
"path": string or null, "path": string or null,
"path_list": [ array or null "path_list": [ array or null