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,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
@ -52,7 +52,7 @@ Schema:
|
|||||||
"encoded": {
|
"encoded": {
|
||||||
"url": string,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
@ -67,7 +67,7 @@ Schema:
|
|||||||
"decoded": {
|
"decoded": {
|
||||||
"url": string,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
|
@ -28,7 +28,7 @@ Schema:
|
|||||||
{
|
{
|
||||||
"url": string,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
@ -47,7 +47,7 @@ Schema:
|
|||||||
"encoded": {
|
"encoded": {
|
||||||
"url": string,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
@ -62,7 +62,7 @@ Schema:
|
|||||||
"decoded": {
|
"decoded": {
|
||||||
"url": string,
|
"url": string,
|
||||||
"scheme": string,
|
"scheme": string,
|
||||||
"netloc": string,
|
"netloc": string or null,
|
||||||
"path": string or null,
|
"path": string or null,
|
||||||
"path_list": [ array or null
|
"path_list": [ array or null
|
||||||
string
|
string
|
||||||
|
Reference in New Issue
Block a user