Skip to content

Commit 577eeb1

Browse files
authored
Merge pull request #1392 from snowplow/release/155
Release 155
2 parents 9d453a5 + 8921bfe commit 577eeb1

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

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Release 155 (2024-03-11)
2+
------------------------
3+
Add com.google.tag-manager.server-side/preview_mode/jsonschema/1-0-0 (#1393)
4+
15
Release 154 (2024-02-21)
26
------------------------
37
Add com.snowplowanalytics.snowplow/event_specification/jsonschema/1-0-0 (#1389)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)