diff --git a/schematic_config.yml b/schematic_config.yml index 336615b0..6cc0a72a 100644 --- a/schematic_config.yml +++ b/schematic_config.yml @@ -26,7 +26,7 @@ manifest: model: input: # if both 'download_url' and 'repo' present, `repo` will be used - download_url: 'https://raw.githubusercontent.com/gf-dcc/data-model/v1.1.0-rc/GF.jsonld' # url to download JSON-LD data model + download_url: 'https://raw.githubusercontent.com/gf-dcc/data-model/main/GF.jsonld' # url to download JSON-LD data model # repo: 'gf-dcc/data-model' # data model repo url (//), version or branch is optional location: 'data-models/GF.jsonld' # path to JSON-LD file file_type: 'local'