{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-output-format-options-structure.json", "name": "OutputFormatOptions", "description": "Represents a set of options that define the structure of comma-separated (CSV) job output.", "type": "object", "properties": { "Csv": { "allOf": [ { "$ref": "#/components/schemas/CsvOutputOptions" }, { "description": "Represents a set of options that define the structure of comma-separated value (CSV) job output." } ] } } }