singer_sdk.typing.CustomType¶ class singer_sdk.typing.CustomType[source]¶ Accepts an arbitrary JSON Schema dictionary. __init__(jsonschema_type_dict)[source]¶ Initialize JSONTypeHelper by importing an existing JSON Schema type. Parameters: jsonschema_type_dict (dict) – TODO Return type: None property type_dict: dict[source]¶ Get type dictionary. Returns: A dictionary describing the type.