Skip to content

Commit

Permalink
Update Makefile (#518)
Browse files Browse the repository at this point in the history
* Update Makefile

* Remake manually
  • Loading branch information
anngvu authored Aug 30, 2024
1 parent 66e6997 commit 45eaf50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ PortalStudy:
@echo "--- Saved registered-json-schemas/PortalStudy.json ---"

Superdataset:
jq '.schema += input' registered-json-schemas/PortalDataset.json registered-json-schemas/super_rules.json > registered-json-schemas/Superdataset.json
jq '.schema += input | .schema["$$id"] = "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/org.synapse.nf-superdataset"' registered-json-schemas/PortalDataset.json registered-json-schemas/super_rules.json > registered-json-schemas/Superdataset.json

2 changes: 1 addition & 1 deletion registered-json-schemas/Superdataset.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/org.synapse.nf-portaldataset",
"$id": "https://repo-prod.prod.sagebase.org/repo/v1/schema/type/registered/org.synapse.nf-superdataset",
"properties": {
"accessType": {
"description": "",
Expand Down

0 comments on commit 45eaf50

Please sign in to comment.