@kong-ui-public/analytics-utilities 6.3.0 → 6.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -588,7 +588,11 @@ const ps = [
588
588
  type: "object",
589
589
  properties: {
590
590
  definition: ha,
591
- layout: ma
591
+ layout: ma,
592
+ id: {
593
+ type: "string",
594
+ description: "Unique identifier for the tile. If not provided, one will be generated."
595
+ }
592
596
  },
593
597
  required: ["definition", "layout"],
594
598
  additionalProperties: !1