tansu-schema 0.6.0

Avro, JSON and Protocol buffer validation with conversion to Apache Iceberg, Delta Lake or Parquet via Apache Arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "title": "meta",
  "type": "object",

  "properties": {
    "partition": { "type": "integer" },
    "timestamp": { "type": "string", "format": "date-time" },
    "year": { "type": "integer" },
    "month": { "type": "integer" },
    "day": { "type": "integer" }
  }
}