Skip to content

Commit 3857b74

Browse files
committed
fix docstring example
1 parent f1667e0 commit 3857b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/extensions/curator/schema_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,7 @@ def generate_jsonschema(
55685568
schemas, file_paths = generate_jsonschema(
55695569
data_model_source="path/to/model.csv",
55705570
output="output.json",
5571-
data_types=None, # All data types
5571+
data_types=["Patient"],
55725572
synapse_client=syn
55735573
)
55745574
```

0 commit comments

Comments
 (0)