Skip to content

Commit 7923ce3

Browse files
committed
Add json schema org documentation
1 parent a689a76 commit 7923ce3

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/build/html/genindex.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,16 @@ <h2 id="J">J</h2>
473473
<td style="width: 33%; vertical-align: top;"><ul>
474474
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaService.json_schema_validation">json_schema_validation() (synapseclient.services.json_schema.JsonSchemaService method)</a>
475475
</li>
476-
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaService">JsonSchemaService (class in synapseclient.services.json_schema)</a>
476+
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaOrganization">JsonSchemaOrganization (class in synapseclient.services.json_schema)</a>
477+
478+
<ul>
479+
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaService.JsonSchemaOrganization">(synapseclient.services.json_schema.JsonSchemaService attribute)</a>
477480
</li>
481+
</ul></li>
478482
</ul></td>
479483
<td style="width: 33%; vertical-align: top;"><ul>
484+
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaService">JsonSchemaService (class in synapseclient.services.json_schema)</a>
485+
</li>
480486
<li><a href="api/JsonSchema.html#synapseclient.services.json_schema.JsonSchemaVersion">JsonSchemaVersion (class in synapseclient.services.json_schema)</a>
481487

482488
<ul>

docs/build/html/objects.inv

7 Bytes
Binary file not shown.

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synapseclient/services/json_schema.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ def create(
250250

251251

252252
class JsonSchemaOrganization:
253+
"""Json Schema Organization
254+
255+
:param name: Name of JSON schema organization
256+
:type name: str
257+
"""
258+
253259
def __init__(self, name: str) -> None:
254260
self.name = name
255261
self.id = None

0 commit comments

Comments
 (0)