{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-schema/glue-databrew-csv-output-options-schema.json", "title": "CsvOutputOptions", "description": "Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.", "type": "object", "properties": { "Delimiter": { "allOf": [ { "$ref": "#/components/schemas/Delimiter" }, { "description": "A single character that specifies the delimiter used to create CSV job output." } ] } } }