Apache Iceberg · JSON Structure

Rest Catalog Open Api Fetch Scan Tasks Result Structure

Response schema for fetchScanTasks

Type: object Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

FetchScanTasksResult is a JSON Structure definition published by Apache Iceberg. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-structure/rest-catalog-open-api-fetch-scan-tasks-result-structure.json",
  "name": "FetchScanTasksResult",
  "description": "Response schema for fetchScanTasks",
  "allOf": [
    {
      "$ref": "#/components/schemas/ScanTasks"
    }
  ]
}