Amazon Glue DataBrew · JSON Structure

Glue Databrew Json Options Structure

Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.

Type: object Properties: 1
Data AnalyticsData PreparationETLMachine Learning

JsonOptions is a JSON Structure definition published by Amazon Glue DataBrew, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MultiLine

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}