{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "dateModified": "2026-06-02",
  "name": "DP-Queryable Dataset Catalog",
  "datasets": [
    {
      "id": "orders.daily",
      "rows": 412580,
      "allowedAggregates": [
        "count",
        "sum:amount",
        "avg:amount",
        "top-k:serviceType"
      ]
    },
    {
      "id": "reviews.monthly",
      "rows": 18642,
      "allowedAggregates": [
        "count",
        "avg:rating",
        "histogram:rating"
      ]
    },
    {
      "id": "service-usage.hourly",
      "rows": 2840000,
      "allowedAggregates": [
        "count",
        "top-k:serviceTag",
        "histogram:lang"
      ]
    },
    {
      "id": "jurisdiction-flow",
      "rows": 95210,
      "allowedAggregates": [
        "count",
        "top-k:jurisdictionPair"
      ]
    }
  ],
  "refreshFrequency": "datasets refreshed nightly 02:30 ICT"
}