mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
schema update: netloc can be string or null
This commit is contained in:
@ -33,7 +33,7 @@ Schema:
|
||||
{
|
||||
"url": string,
|
||||
"scheme": string,
|
||||
"netloc": string,
|
||||
"netloc": string or null,
|
||||
"path": string or null,
|
||||
"path_list": [ array or null
|
||||
string
|
||||
@ -52,7 +52,7 @@ Schema:
|
||||
"encoded": {
|
||||
"url": string,
|
||||
"scheme": string,
|
||||
"netloc": string,
|
||||
"netloc": string or null,
|
||||
"path": string or null,
|
||||
"path_list": [ array or null
|
||||
string
|
||||
@ -67,7 +67,7 @@ Schema:
|
||||
"decoded": {
|
||||
"url": string,
|
||||
"scheme": string,
|
||||
"netloc": string,
|
||||
"netloc": string or null,
|
||||
"path": string or null,
|
||||
"path_list": [ array or null
|
||||
string
|
||||
|
Reference in New Issue
Block a user