Skip to content

Commit

Permalink
Merge pull request #1392 from snowplow/release/155
Browse files Browse the repository at this point in the history
Release 155
  • Loading branch information
jbeemster committed Mar 11, 2024
2 parents 9d453a5 + 8921bfe commit 577eeb1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 155 (2024-03-11)
------------------------
Add com.google.tag-manager.server-side/preview_mode/jsonschema/1-0-0 (#1393)

Release 154 (2024-02-21)
------------------------
Add com.snowplowanalytics.snowplow/event_specification/jsonschema/1-0-0 (#1389)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
"vendor": "com.google.tag-manager.server-side",
"name": "preview_mode",
"format": "jsonschema",
"version": "1-0-0"
},
"description": "The Preview mode environment for your server container.",
"type": "object",
"properties": {
"x-gtm-server-preview": {
"type": "string",
"description": "The X-Gtm-Server-Preview HTTP header value",
"maxLength": 256
}
},
"required": [
"x-gtm-server-preview"
],
"additionalProperties": false
}

0 comments on commit 577eeb1

Please sign in to comment.