singer_sdk.typing.DateType¶ class singer_sdk.typing.DateType[source]¶ Date type. Example: 2018-11-13 string_format: str | None = 'date'[source]¶ String format. See the JSON Schema reference for a list of all the built-in formats. Returns: A string describing the format.