Skip to content

Commit

Permalink
Add com.google.tag-manager.server-side/level_start/jsonschema/1-0-0 (c…
Browse files Browse the repository at this point in the history
…lose #1375)
  • Loading branch information
adatzer committed Feb 13, 2024
1 parent ec6b85a commit 234ff1b
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
"vendor": "com.google.tag-manager.server-side",
"name": "level_start",
"version": "1-0-0",
"format": "jsonschema"
},
"description": "This event signifies that a player has started a level.",
"type": "object",
"properties": {
"level_name": {
"description": "The name of the level.",
"type": ["string", "null"],
"maxLength": 4096
}
},
"additionalProperties": false
}

0 comments on commit 234ff1b

Please sign in to comment.