Table Format · JSON-LD Context

Table Format Context

JSON-LD context defining the semantic vocabulary for Table Format from Table Format.

26 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

iceberg: https://iceberg.apache.org/vocabulary/
delta: https://delta.io/vocabulary/
hudi: https://hudi.apache.org/vocabulary/

Classes

TableFormat TableMetadata Schema Namespace Snapshot PartitionSpec SortOrder DataFile ManifestFile Catalog tableUuid location formatVersion snapshotId parentSnapshotId sequenceNumber manifestList schemaId specId lastUpdatedMs properties namespace tableName operation recordCount fileSizeBytes

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "iceberg": "https://iceberg.apache.org/vocabulary/",
    "delta": "https://delta.io/vocabulary/",
    "hudi": "https://hudi.apache.org/vocabulary/",
    "TableFormat": "iceberg:TableFormat",
    "TableMetadata": "iceberg:TableMetadata",
    "Schema": "iceberg:Schema",
    "Namespace": "iceberg:Namespace",
    "Snapshot": "iceberg:Snapshot",
    "PartitionSpec": "iceberg:PartitionSpec",
    "SortOrder": "iceberg:SortOrder",
    "DataFile": "iceberg:DataFile",
    "ManifestFile": "iceberg:ManifestFile",
    "Catalog": "iceberg:Catalog",
    "tableUuid": "iceberg:tableUuid",
    "location": "schema:contentLocation",
    "formatVersion": "iceberg:formatVersion",
    "snapshotId": "iceberg:snapshotId",
    "parentSnapshotId": "iceberg:parentSnapshotId",
    "sequenceNumber": "iceberg:sequenceNumber",
    "manifestList": "iceberg:manifestList",
    "schemaId": "iceberg:schemaId",
    "specId": "iceberg:specId",
    "lastUpdatedMs": "schema:dateModified",
    "properties": "schema:additionalProperty",
    "namespace": "iceberg:namespace",
    "tableName": "schema:name",
    "operation": "iceberg:operation",
    "recordCount": "iceberg:recordCount",
    "fileSizeBytes": "iceberg:fileSizeBytes"
  }
}