Skip to content

Commit 6f049b6

Browse files
committed
fix doc list
1 parent 212d7c3 commit 6f049b6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

docs/tutorials/python/schema_operations.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,12 @@ Once you've created a JSON Schema file, you can register it to a Synapse organiz
101101
```
102102

103103
The `register_jsonschema` function:
104-
- Takes a path to your generated JSON Schema file
105-
- Registers it with the specified organization in Synapse
106-
- Returns the schema URI and a success message
107-
- You can optionally specify a version (e.g., "0.0.1") or let it auto-generate
108-
- The fix_schema_name argument replaces dashes and underscores with periods in the schema name
109-
- 'my-schema_name' -> 'my.schema.name'
110-
- defaults to False
104+
105+
* Takes a path to your generated JSON Schema file
106+
* Registers it with the specified organization in Synapse
107+
* Returns the schema URI and a success message
108+
* Optionally takes a version (e.g., "0.0.1"), otherwise it will increment to the next available version
109+
* Optionally Fixes the schema name by replacing dashes and underscores with periods in the schema name (e.g.'my-schema_name' -> 'my.schema.name')
111110

112111
## 9. Bind a JSON Schema to a Synapse Entity
113112

0 commit comments

Comments
 (0)