We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc8ee1 commit d0d9c0dCopy full SHA for d0d9c0d
docs/tutorials/python/schema_operations.md
@@ -24,7 +24,7 @@ You will create a JSON schema using your data model.
24
```
25
26
To create a JSON Schema you need a data-model, and the data-types you want to create.
27
-The data-model must be in either CSV or JSON-LD form. The data model maybe a local path or a URL.
+The data-model must be in either CSV or JSON-LD form. The data model may be a local path or a URL.
28
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
0 commit comments