Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 26, 2024
1 parent 09881f2 commit fef8067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcube_stac/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ def get_data_store_params_schema(cls) -> JsonObjectSchema:
return JsonObjectSchema(
description="Describes the parameters of the xcube data store 'stac-csde'.",
properties=stac_params,
required=["key", "secret"],
additional_properties=True,
required=[],
additional_properties=False,
)

def get_open_data_params_schema(
Expand Down

0 comments on commit fef8067

Please sign in to comment.