Skip to content

Commit

Permalink
Add com.google.tag-manager.server-side/level_up/jsonschema/1-0-0 (close
Browse files Browse the repository at this point in the history
  • Loading branch information
adatzer committed Feb 13, 2024
1 parent 234ff1b commit e256aaa
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
"vendor": "com.google.tag-manager.server-side",
"name": "level_up",
"version": "1-0-0",
"format": "jsonschema"
},
"description": "This event signifies that a player has leveled up. Use it to gauge the level distribution of your userbase and identify levels that are difficult to complete.",
"type": "object",
"properties": {
"level": {
"description": "The level of the character.",
"type": ["number", "null"]
},
"character": {
"description": "The character that leveled up.",
"type": ["string", "null"],
"maxLength": 4096

}
},
"additionalProperties": false
}

0 comments on commit e256aaa

Please sign in to comment.