File tree 2 files changed +26
-0
lines changed
schemas/com.google.tag-manager.server-side/preview_mode/jsonschema
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ Release 155 (2024-03-11)
2
+ ------------------------
3
+ Add com.google.tag-manager.server-side/preview_mode/jsonschema/1-0-0 (#1393)
4
+
1
5
Release 154 (2024-02-21)
2
6
------------------------
3
7
Add com.snowplowanalytics.snowplow/event_specification/jsonschema/1-0-0 (#1389)
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
3
+ "self": {
4
+ "vendor": "com.google.tag-manager.server-side",
5
+ "name": "preview_mode",
6
+ "format": "jsonschema",
7
+ "version": "1-0-0"
8
+ },
9
+ "description": "The Preview mode environment for your server container.",
10
+ "type": "object",
11
+ "properties": {
12
+ "x-gtm-server-preview": {
13
+ "type": "string",
14
+ "description": "The X-Gtm-Server-Preview HTTP header value",
15
+ "maxLength": 256
16
+ }
17
+ },
18
+ "required": [
19
+ "x-gtm-server-preview"
20
+ ],
21
+ "additionalProperties": false
22
+ }
You can’t perform that action at this time.
0 commit comments