You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vecorel_cli/create_jsonschema.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ def get_cli_args():
31
31
type=PathOrURL(extensions=[".json"]),
32
32
help=f"Vecorel schema to create the JSON Schema for. Can be a local file or a URL. If not provided, loads the schema for Vecorel version {vecorel_version}.",
33
33
show_default=True,
34
-
default=Schemas.get_core_uri(vecorel_version),
34
+
default=Schemas.get_core_uri(),
35
35
),
36
36
"datatypes": click.option(
37
37
"--datatypes",
@@ -40,7 +40,7 @@ def get_cli_args():
40
40
type=PathOrURL(extensions=[".json"]),
41
41
help=f"Schema for the Vecorel GeoJSON datatypes. Can be a local file or a URL. If not provided, loads the GeoJSON datatypes for Vecorel version {vecorel_version}.",
0 commit comments