Apache ORC · JSON Structure

Apache Orc File List Structure

FileList schema from Apache ORC

Type: object Properties: 1
Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

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

Properties

files

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/apache-orc/refs/heads/main/json-structure/apache-orc-file-list-structure.json",
  "description": "FileList schema from Apache ORC",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FileInfo"
      }
    }
  },
  "name": "FileList"
}