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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@ JSON Schema is a tool used to validate data. In Synapse, JSON Schemas can be use
2
2
3
3
Synapse supports a subset of features from [json-schema-draft-07](https://json-schema.org/draft-07). To see the list of features currently supported, see the [JSON Schema object definition](https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/schema/JsonSchema.html) from Synapse's REST API Documentation.
4
4
5
-
In this tutorial, you will learn how to create these JSON Schema using an existing data-model.
5
+
In this tutorial, you will learn how to create these JSON Schema using an existing datamodel.
6
6
7
7
## Tutorial Purpose
8
8
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 this [example data model](https://github.com/Sage-Bionetworks/schematic/blob/develop/tests/data/example.model.column_type_component.csv).
12
+
* You have a datamodel, 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
@@ -23,11 +23,11 @@ You will create a JSON schema using your data model.
0 commit comments