From 19866bf17964a490b483a46f45efd06e6544870b Mon Sep 17 00:00:00 2001
From: Peter Perlepes
Date: Tue, 22 Aug 2023 12:44:01 +0300
Subject: [PATCH 01/13] Add
com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0 (close
#1326)
---
.../cross_navigation/jsonschema/1-0-0 | 68 +++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0
new file mode 100644
index 00000000..8e77660d
--- /dev/null
+++ b/schemas/com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0
@@ -0,0 +1,68 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for a user and session identifiers entity included in cross platform or cross domain navigation.",
+ "self": {
+ "vendor": "com.snowplowanalytics.snowplow",
+ "name": "cross_navigation",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {
+ "user_id": {
+ "description": "The business user ID, the user was identified in the source app.",
+ "type": [
+ "null",
+ "string"
+ ],
+ "maxLength": 4096
+ },
+ "domain_user_id": {
+ "type": "string",
+ "maxLength": 128,
+ "description": "Domain user ID of the source app from which a link was followed. The corresponding atomic property is named refr_domain_userid."
+ },
+ "session_id": {
+ "type": [
+ "null",
+ "string"
+ ],
+ "format": "uuid",
+ "description": "Session ID of the source app from which a link was followed."
+ },
+ "timestamp": {
+ "description": "Timestamp of the link click in the source app which triggered this navigation. The corresponding atomic property is named refr_dvce_tstamp.",
+ "type": "string",
+ "format": "date-time"
+ },
+ "source_id": {
+ "type": [
+ "null",
+ "string"
+ ],
+ "maxLength": 4096,
+ "description": "ID of the source app where the link that started this navigation originated from."
+ },
+ "source_platform": {
+ "type": [
+ "null",
+ "string"
+ ],
+ "enum": ["web", "mob", "pc", "srv", "app", "tv", "cnsl", "iot", "headset", null],
+ "description": "Platform of the source app (e.g., mob, web, tv)."
+ },
+ "reason": {
+ "description": "Cross navigation linking information/identifier.",
+ "type": [
+ "null",
+ "string"
+ ],
+ "maxLength": 4096
+ }
+ },
+ "required": [
+ "domain_user_id",
+ "timestamp"
+ ],
+ "additionalProperties": false
+}
From 2b4fc64573d1e77bbd3cbc71847c13843592c31e Mon Sep 17 00:00:00 2001
From: adatzer
Date: Tue, 17 Oct 2023 00:11:36 +0300
Subject: [PATCH 02/13] Add
com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0
---
.../cross_navigation_config/jsonschema/1-0-0 | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0
new file mode 100644
index 00000000..657b458a
--- /dev/null
+++ b/schemas/com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0
@@ -0,0 +1,31 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for cross navigation enrichment config",
+ "self": {
+ "vendor": "com.snowplowanalytics.snowplow.enrichments",
+ "name": "cross_navigation_config",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {
+ "vendor": {
+ "type": "string",
+ "description": "The name of the vendor for this config (the only valid value for scala-common enrich is com.snowplowanalytics.snowplow.enrichments)"
+ },
+ "name": {
+ "type": "string",
+ "description": "The name of the config (the only valid value for scala-common enrich is cross_navigation_config)"
+ },
+ "enabled": {
+ "type": "boolean",
+ "description": "Whether to enable this enrichment"
+ }
+ },
+ "required": [
+ "vendor",
+ "name",
+ "enabled"
+ ],
+ "additionalProperties": false
+}
From 814bc6aaf573ee0418e4fa4102fbbd80c7b4285a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?=
Date: Sat, 25 Nov 2023 12:52:34 +0100
Subject: [PATCH 03/13] Add
com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0 (close #1356)
---
.../screen_summary/jsonschema/1-0-0 | 104 ++++++++++++++++++
1 file changed, 104 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0
new file mode 100644
index 00000000..e73f43b7
--- /dev/null
+++ b/schemas/com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0
@@ -0,0 +1,104 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for an entity tracked with foreground/background/screen_end events with summary statistics about the screen view",
+ "self": {
+ "vendor": "com.snowplowanalytics.mobile",
+ "name": "screen_summary",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {
+ "foreground_sec": {
+ "type": "number",
+ "description": "Time in seconds spent on the current screen while the app was in foreground",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "background_sec": {
+ "type": [
+ "number",
+ "null"
+ ],
+ "description": "Time in seconds spent on the current screen while the app was in background",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "last_item_index": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Index of the last viewed item in the list on the screen",
+ "minimum": 0,
+ "maximum": 65535
+ },
+ "items_count": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Total number of items in the list on the screen",
+ "minimum": 0,
+ "maximum": 65535
+ },
+ "min_x_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Minimum horizontal scroll offset on the scroll view in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "max_x_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Maximum horizontal scroll offset on the scroll view in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "min_y_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Minimum vertical scroll offset on the scroll view in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "max_y_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Maximum vertical scroll offset on the scroll view in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "content_width": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Width of the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "content_height": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Height of the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ }
+ },
+ "required": [
+ "foreground_sec"
+ ],
+ "additionalProperties": false
+}
From f11254f241912385470f1a55059069853bf1a9b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?=
Date: Sat, 25 Nov 2023 12:53:28 +0100
Subject: [PATCH 04/13] Add
com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0 (close #1357)
---
.../screen_end/jsonschema/1-0-0 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0
new file mode 100644
index 00000000..c2e7e8a7
--- /dev/null
+++ b/schemas/com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for an event tracked before transitioning to a new screen",
+ "self": {
+ "vendor": "com.snowplowanalytics.mobile",
+ "name": "screen_end",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {},
+ "additionalProperties": false
+}
From 964b98124ee0045f9879a553fdcd48d536225899 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?=
Date: Thu, 7 Dec 2023 09:43:16 +0100
Subject: [PATCH 05/13] Add
com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0 (close #1360)
---
.../list_item_view/jsonschema/1-0-0 | 32 +++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0
new file mode 100644
index 00000000..beb92c60
--- /dev/null
+++ b/schemas/com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0
@@ -0,0 +1,32 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for an event tracked when an item is displayed in a list",
+ "self": {
+ "vendor": "com.snowplowanalytics.mobile",
+ "name": "list_item_view",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {
+ "index": {
+ "type": "integer",
+ "description": "Index of the item in a list on the screen",
+ "minimum": 0,
+ "maximum": 65535
+ },
+ "items_count": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Total number of items in a list on the screen",
+ "minimum": 0,
+ "maximum": 65535
+ }
+ },
+ "required": [
+ "index"
+ ],
+ "additionalProperties": false
+}
From fdf6bb49f345a4234c54f9817368eb6401886563 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?=
Date: Tue, 12 Dec 2023 11:16:23 +0100
Subject: [PATCH 06/13] Add
com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0 (close #1361)
---
.../scroll_changed/jsonschema/1-0-0 | 68 +++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 schemas/com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0
diff --git a/schemas/com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0
new file mode 100644
index 00000000..2e6611f2
--- /dev/null
+++ b/schemas/com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0
@@ -0,0 +1,68 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "description": "Schema for an event tracked when a scroll view's scroll position changes",
+ "self": {
+ "vendor": "com.snowplowanalytics.mobile",
+ "name": "scroll_changed",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "type": "object",
+ "properties": {
+ "x_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Horizontal scroll offset in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "y_offset": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "Vertical scroll offset in pixels",
+ "minimum": -2147483647,
+ "maximum": 2147483647
+ },
+ "view_width": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "The width of the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "view_height": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "The height of the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "content_width": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "The width of the content in the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ },
+ "content_height": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "description": "The height of the content in the scroll view in pixels",
+ "minimum": 0,
+ "maximum": 2147483647
+ }
+ },
+ "additionalProperties": false
+}
From d2d80c5ebe96fb213660ecddd152cf4613bf13c6 Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:17:21 +0000
Subject: [PATCH 07/13] Add com.apple.swiftui/window_group/jsonschema/1-0-0
(close #1367)
---
.../window_group/jsonschema/1-0-0 | 47 +++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 schemas/com.apple.swiftui/window_group/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/window_group/jsonschema/1-0-0 b/schemas/com.apple.swiftui/window_group/jsonschema/1-0-0
new file mode 100644
index 00000000..a7713b4e
--- /dev/null
+++ b/schemas/com.apple.swiftui/window_group/jsonschema/1-0-0
@@ -0,0 +1,47 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "window_group",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for a window group entity, representing the SwiftUI window group that the event occurs in.",
+ "type": "object",
+ "properties": {
+ "window_id": {
+ "type": ["string", "null"],
+ "format": "uuid",
+ "description": "UUID for the current window within the group."
+ },
+ "id": {
+ "type": "string",
+ "description": "A string that uniquely identifies the window group. Identifiers must be unique among the window groups in your app.",
+ "maxLength": 255
+ },
+ "title_key": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "description": "A localized string key to use for the window's title in system menus and in the window's title bar. Provide a title that describes the purpose of the window.",
+ "maxLength": 4096
+ },
+ "window_style": {
+ "type": ["string", "null"],
+ "enum": [
+ "automatic",
+ "hiddenTitleBar",
+ "plain",
+ "titleBar",
+ "volumetric",
+ null
+ ],
+ "description": "A specification for the appearance and interaction of a window."
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "additionalProperties": false
+}
From 915a65046d54cf633f8c9a9bb88f0a716d32f298 Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:18:11 +0000
Subject: [PATCH 08/13] Add com.apple.swiftui/immersive_space/jsonschema/1-0-0
(close #1367)
---
.../immersive_space/jsonschema/1-0-0 | 48 +++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 schemas/com.apple.swiftui/immersive_space/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/immersive_space/jsonschema/1-0-0 b/schemas/com.apple.swiftui/immersive_space/jsonschema/1-0-0
new file mode 100644
index 00000000..9bac7362
--- /dev/null
+++ b/schemas/com.apple.swiftui/immersive_space/jsonschema/1-0-0
@@ -0,0 +1,48 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "immersive_space",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for an immersive space entity, representing the VisionOS immersive space that the event occurs in.",
+ "type": "object",
+ "properties": {
+ "view_id": {
+ "type": ["string", "null"],
+ "format": "uuid",
+ "description": "UUID for the view of the immersive space."
+ },
+ "id": {
+ "type": "string",
+ "description": "The identifier of the immersive space to present.",
+ "maxLength": 255
+ },
+ "immersion_style": {
+ "type": ["string", "null"],
+ "enum": [
+ "automatic",
+ "full",
+ "mixed",
+ "progressive",
+ null
+ ],
+ "description": "The style of an immersive space."
+ },
+ "upper_limb_visibility": {
+ "type": ["string", "null"],
+ "enum": [
+ "automatic",
+ "visible",
+ "hidden",
+ null
+ ],
+ "description": "Preferred visibility of the user's upper limbs, while an immersive space scene is presented."
+ }
+ },
+ "required": [
+ "id"
+ ],
+ "additionalProperties": false
+}
From 27b2dbd32bed4aa1acd652d55a018655e8f39d43 Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:19:41 +0000
Subject: [PATCH 09/13] Add com.apple.swiftui/open_window/jsonschema/1-0-0
(close #1367)
---
.../com.apple.swiftui/open_window/jsonschema/1-0-0 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 schemas/com.apple.swiftui/open_window/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/open_window/jsonschema/1-0-0 b/schemas/com.apple.swiftui/open_window/jsonschema/1-0-0
new file mode 100644
index 00000000..97956f3e
--- /dev/null
+++ b/schemas/com.apple.swiftui/open_window/jsonschema/1-0-0
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "open_window",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for an event for opening a SwiftUI window or window group.",
+ "type": "object",
+ "properties": {},
+ "additionalProperties": false
+}
From 8c5ac67911612075c934ea061c8c4929dbbdb9e5 Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:20:22 +0000
Subject: [PATCH 10/13] Add com.apple.swiftui/dismiss_window/jsonschema/1-0-0
(close #1367)
---
.../dismiss_window/jsonschema/1-0-0 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 schemas/com.apple.swiftui/dismiss_window/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/dismiss_window/jsonschema/1-0-0 b/schemas/com.apple.swiftui/dismiss_window/jsonschema/1-0-0
new file mode 100644
index 00000000..7c1d94b7
--- /dev/null
+++ b/schemas/com.apple.swiftui/dismiss_window/jsonschema/1-0-0
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "dismiss_window",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for an event for dismissing a SwiftUI window or window group.",
+ "type": "object",
+ "properties": {},
+ "additionalProperties": false
+}
From c4b46a39346dbb3fba659a6f81e1f5d802b5a6a9 Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:21:16 +0000
Subject: [PATCH 11/13] Add
com.apple.swiftui/open_immersive_space/jsonschema/1-0-0 (close #1367)
---
.../open_immersive_space/jsonschema/1-0-0 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 schemas/com.apple.swiftui/open_immersive_space/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/open_immersive_space/jsonschema/1-0-0 b/schemas/com.apple.swiftui/open_immersive_space/jsonschema/1-0-0
new file mode 100644
index 00000000..dae37eb0
--- /dev/null
+++ b/schemas/com.apple.swiftui/open_immersive_space/jsonschema/1-0-0
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "open_immersive_space",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for an event for opening a visionOS immersive space.",
+ "type": "object",
+ "properties": {},
+ "additionalProperties": false
+}
From e45dbdc9ba872ff9354cc112a36660a84513f4bc Mon Sep 17 00:00:00 2001
From: Miranda Wilson
Date: Fri, 19 Jan 2024 16:21:56 +0000
Subject: [PATCH 12/13] Add
com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0 (close #1367)
---
.../dismiss_immersive_space/jsonschema/1-0-0 | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 schemas/com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0
diff --git a/schemas/com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0 b/schemas/com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0
new file mode 100644
index 00000000..a15041d6
--- /dev/null
+++ b/schemas/com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0
@@ -0,0 +1,13 @@
+{
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
+ "self": {
+ "vendor": "com.apple.swiftui",
+ "name": "dismiss_immersive_space",
+ "format": "jsonschema",
+ "version": "1-0-0"
+ },
+ "description": "Schema for an event for dismissing a visionOS immersive space.",
+ "type": "object",
+ "properties": {},
+ "additionalProperties": false
+}
From 5e025f115e4fef21a7f3f8e66c609b2ea979b539 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?=
Date: Fri, 19 Jan 2024 17:43:06 +0100
Subject: [PATCH 13/13] Prepare for R152 release
---
CHANGELOG | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 8d02a33c..0131e92c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+Release 152 (2024-01-22)
+------------------------
+Add com.apple.swiftui/dismiss_immersive_space/jsonschema/1-0-0 (#1367)
+Add com.apple.swiftui/open_immersive_space/jsonschema/1-0-0 (#1367)
+Add com.apple.swiftui/dismiss_window/jsonschema/1-0-0 (#1367)
+Add com.apple.swiftui/open_window/jsonschema/1-0-0 (#1367)
+Add com.apple.swiftui/immersive_space/jsonschema/1-0-0 (#1367)
+Add com.apple.swiftui/window_group/jsonschema/1-0-0 (#1367)
+Add com.snowplowanalytics.mobile/scroll_changed/jsonschema/1-0-0 (#1361)
+Add com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0 (#1360)
+Add com.snowplowanalytics.mobile/screen_end/jsonschema/1-0-0 (#1357)
+Add com.snowplowanalytics.mobile/screen_summary/jsonschema/1-0-0 (#1356)
+Add com.snowplowanalytics.snowplow.enrichments/cross_navigation_config/jsonschema/1-0-0
+Add com.snowplowanalytics.snowplow/cross_navigation/jsonschema/1-0-0 (#1326)
+
Release 151 (2023-12-21)
------------------------
Add com.snowplowanalytics.monitoring.loader/alert/jsonschema/1-0-0 (#1364)