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:
@ -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
|
||||||
|
Reference in New Issue
Block a user