Skip to content

Commit 0b6cc54

Browse files
committed
Add NF
1 parent 8e6f934 commit 0b6cc54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/write_jsonschemas_to_table.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def main():
2828
"sage.schemas.v2571",
2929
"sage.schemas.v2581",
3030
"MultiConsortiaCoordinatingCenter",
31+
"org.synapse.nf",
3132
]
3233
js = syn.service("json_schema")
3334
to_write_schemas = []
@@ -60,6 +61,9 @@ def main():
6061
# only include the latest version of MCC schemas
6162
dcc = "MC2"
6263
datatype = version["schemaName"]
64+
elif organization_name == "org.synapse.nf":
65+
dcc = "NF-OSI"
66+
datatype = version["schemaName"]
6367
else:
6468
dcc = version["schemaName"].split(".")[0]
6569
datatype = version["schemaName"].split(".")[1]

0 commit comments

Comments
 (0)