Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 7bd0f43

Browse files
authored
Merge pull request #47 from sdsc-ordes/fix/schema
fix: schema for deployment and env.example
2 parents 08ddf63 + 07c2ccc commit 7bd0f43

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# External Links
22
PUBLIC_QLEVER_UI_URL=https://catplus.swisscustodian.ch/default
33
PUBLIC_CATPLUS_ONTOLOGY_URL=https://sdsc-ordes.github.io/catplus-ontology/
4+
PUBLIC_SWISSCAT_URL=https://www.epfl.ch/research/facilities/swisscat/
5+
PUBLIC_SDSC_URL=https://www.datascience.ch/
6+
PUBLIC_CHEMBOARD_GITHUB_URL=https://github.com/sdsc-ordes/catplus-chemboard.git
47

58
# Qlever Access
69
QLEVER_API_URL=https://catplus.swisscustodian.ch/sparql/default/

tools/deploy/schema.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ app:
3939
#@schema/desc "URL of the Qlever SPARQL UI endpoint."
4040
#@schema/example "https://catplus.ch/default"
4141
qleverUiUrl: ""
42+
#@schema/desc "URL to SwissCat Project Page."
43+
#@schema/example "https://www.epfl.ch/research/facilities/swisscat/"
44+
swisscatUrl: ""
45+
#@schema/desc "URL to SwissCat Project Page."
46+
#@schema/example "https://www.datascience.ch/"
47+
sdscUrl: ""
48+
#@schema/desc "URL to SwissCat Project Page."
49+
#@schema/example "https://github.com/sdsc-ordes/catplus-chemboard.git"
50+
chemboardGithubUrl: ""
4251
#@schema/desc "Results per page"
4352
resultsPerPage: "10"
4453
#@schema/desc "Catplus Ontology Homepage Url"

0 commit comments

Comments
 (0)