You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/python/schema_operations.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You will create a JSON schema using your data model.
9
9
10
10
## Prerequisites
11
11
* You have a working [installation](../installation.md) of the Synapse Python Client.
12
-
* You have a data-model, see [here](https://sagebionetworks.jira.com/wiki/spaces/SCHEM/pages/2473623559/The+Data+Model+Schema)
12
+
* You have a data-model, see this [example data model](https://github.com/Sage-Bionetworks/schematic/blob/develop/tests/data/example.model.column_type_component.csv).
13
13
14
14
## 1. Imports
15
15
@@ -25,8 +25,9 @@ You will create a JSON schema using your data model.
25
25
26
26
To create a JSON Schema you need a data-model, and the data-types you want to create.
27
27
The data-model must be in either CSV or JSON-LD form. The data model may be a local path or a URL.
28
+
[Example data model](https://github.com/Sage-Bionetworks/schematic/blob/develop/tests/data/example.model.column_type_component.csv).
28
29
29
-
The data-types must exist in your data-model. This cna be a list of data-types, or `None` to create all datatatypes in the data-model.
30
+
The data-types must exist in your data-model. This can be a list of data-types, or `None` to create all data-types in the data-model.
0 commit comments