singer_sdk.typing.CustomType#

class singer_sdk.typing.CustomType#

Accepts an arbitrary JSON Schema dictionary.

__init__(jsonschema_type_dict: dict) None#

Initialize JSONTypeHelper by importing an existing JSON Schema type.

Parameters:

jsonschema_type_dict – TODO

property type_dict: dict#

Get type dictionary.

Returns:

A dictionary describing the type.