{ "$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-json-options-structure.json", "name": "JsonOptions", "description": "Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.", "type": "object", "properties": { "MultiLine": { "allOf": [ { "$ref": "#/components/schemas/MultiLine" }, { "description": "A value that specifies whether JSON input contains embedded new line characters." } ] } } }