Skip to content

Commit

Permalink
update schema to allow version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Oct 17, 2023
1 parent bb04f41 commit c9f4719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/access_nri_intake/catalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
NAME_COLUMN = "name"
TRANSLATOR_GROUPBY_COLUMNS = ["model", "realm", "frequency"]

SCHEMA_URL = "https://raw.githubusercontent.com/ACCESS-NRI/schema/d4da77a0e627775c11ba394c0a3f72a2c654971c/experiment_asset.json"
SCHEMA_HASH = "b18cf5bdd06a6f5bcdc71dfc80f7336c63eb49f6d6f75c2cd3371e59eee5488b"
SCHEMA_URL = "https://raw.githubusercontent.com/ACCESS-NRI/schema/9170a894c22123c90a703104d6a53c32cf975645/experiment_asset.json"
SCHEMA_HASH = "c4f4a546110a6f761f934ddb50b3ff63031a70f08233c1b5109a5ce80b078a41"

EXP_JSONSCHEMA, CATALOG_JSONSCHEMA = get_jsonschema(
url=SCHEMA_URL, known_hash=SCHEMA_HASH, required=CORE_COLUMNS
Expand Down

0 comments on commit c9f4719

Please sign in to comment.