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/json_schema.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ By the end of this tutorial, you will:
15
15
6. View schema validation statistics and results
16
16
17
17
## Prerequisites
18
-
* You have a working [installation](../installation.md)of the Synapse Python Client.
18
+
* You have a working [installation](../installation.md)of the Synapse Python Client.
19
19
* Make sure that you have completed the [Project](./project.md) tutorial, which covers creating and managing projects in Synapse. This is a prerequisite because you need a project to organize and store the folder used in this tutorial.
20
20
* You are familiar with Synapse concepts: [Project](./project.md), [Folder](./folder.md), [File](./file.md).
21
21
* You are familiar with [adding annotations](./annotation.md) to synapse entity.
@@ -42,13 +42,13 @@ Next, try creating a test organization and register a schema if they do not alre
After creating the organization, you can now bind your json schema to a test folder. When you bind a JSON Schema to a project or folder, then all items inside of the project or folder will inherit the schema binding, unless the item has a schema bound to itself.
51
+
After creating the organization, you can now bind your json schema to a test folder. When you bind a JSON Schema to a container entity such as a project or folder, then all items inside of the project or folder will inherit the schema binding, unless the item has a schema bound to itself.
52
52
53
53
When you bind the schema, you may also include the boolean property `enable_derived_annos` to have Synapse automatically calculate derived annotations based on the schema:
54
54
@@ -144,7 +144,7 @@ In the synapse web UI, you could also see your invalid annotations being marked
144
144
145
145
This step is only relevant for container entities, such as a folder or a project.
146
146
147
-
Try creating a test file locally and store the file in the folder that we created earlier. Then, try adding invalid annotations to a file. This step demonstrates how the files inside a folder also inherit the schema from the parent entity.
147
+
Try creating a test file locally and store the file in the folder that we created earlier. Then, try adding invalid annotations to that file. This step demonstrates how the files inside a folder also inherit the schema from the parent entity.
0 commit comments