Apache ORC · Schema

FileList

FileList schema from Apache ORC

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

Properties

Name Type Description
files array
View JSON Schema on GitHub

JSON Schema

apache-orc-file-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-orc/refs/heads/main/json-schema/apache-orc-file-list-schema.json",
  "title": "FileList",
  "description": "FileList schema from Apache ORC",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FileInfo"
      }
    }
  }
}