File tree Expand file tree Collapse file tree
synapseclient/extensions/curator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def register_jsonschema(
3434 schema_path: Path to the JSON schema file to register
3535 organization_name: Name of the organization to register the schema under
3636 schema_name: Name of the JSON schema
37- fix_schema_name: Whether to fix the schema name to meet Synapse requirements by replacing
37+ fix_schema_name: If True, fixes the schema name to meet Synapse requirements by replacing
3838 dashes and underscores with periods. Defaults to False.
3939 schema_version: Optional version of the schema (e.g., '0.0.1').
4040 If not specified, a version will be auto-generated.
@@ -95,7 +95,7 @@ async def register_jsonschema_async(
9595 schema_path: Path to the JSON schema file to register
9696 organization_name: Name of the organization to register the schema under
9797 schema_name: The name of the JSON schema
98- fix_schema_name: Whether to fix the schema name to meet Synapse requirements by replacing
98+ fix_schema_name: If True, fixes the schema name to meet Synapse requirements by replacing
9999 dashes and underscores with periods. Defaults to False.
100100 schema_version: Optional version of the schema (e.g., '0.0.1').
101101 If not specified, a version will be auto-generated.
You can’t perform that action at this time.
0 commit comments