client.schema
Client for interacting with the schema service.
Methods:
Name | Description |
---|---|
get_schemas |
Get the available schema types |
schema_definition |
Get the definition of a specified schema_type |
schema_definition_all |
Get the definition of all schema_types |
schema_definition_multi |
Get the definition of multiple schema_types |
Attributes:
Name | Type | Description |
---|---|---|
server_version |
Optional[Version]
|
The version of the service running on the remote server. Note that this |
server_version: Optional[Version]
property
¶
The version of the service running on the remote server. Note that this refers to the software running on the server and has nothing to do with the version of the datastack itself.
get_schemas()
¶
Get the available schema types
Returns:
Type | Description |
---|---|
list
|
List of schema types available on the Schema service. |