Amazon S3 API · Schema

InputSerialization

Describes the serialization format of the object.

Cloud StorageObject StorageStorage

Properties

Name Type Description
CSV object
CompressionType object
JSON object
Parquet object
View JSON Schema on GitHub

JSON Schema

s3-inputserialization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InputSerialization",
  "type": "object",
  "properties": {
    "CSV": {},
    "CompressionType": {},
    "JSON": {},
    "Parquet": {}
  },
  "description": "Describes the serialization format of the object."
}