1
0
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:
Kelly Brazil
2022-07-22 11:46:52 -07:00
parent ddca18f25a
commit 81301357e4
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -28,7 +28,7 @@ Schema:
{
"url": string,
"scheme": string,
"netloc": string,
"netloc": string or null,
"path": string or null,
"path_list": [ array or null
string
@ -47,7 +47,7 @@ Schema:
"encoded": {
"url": string,
"scheme": string,
"netloc": string,
"netloc": string or null,
"path": string or null,
"path_list": [ array or null
string
@ -62,7 +62,7 @@ Schema:
"decoded": {
"url": string,
"scheme": string,
"netloc": string,
"netloc": string or null,
"path": string or null,
"path_list": [ array or null
string