Skip to content

Commit

Permalink
Add com.google.tag-manager.server-side/unlock_achievement/jsonschema/…
Browse files Browse the repository at this point in the history
…1-0-0 (close #1384)
  • Loading branch information
adatzer committed Feb 13, 2024
1 parent 79416c3 commit 1dd994e
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"self": {
"vendor": "com.google.tag-manager.server-side",
"name": "unlock_achievement",
"version": "1-0-0",
"format": "jsonschema"
},
"description": "Log this event when the user has unlocked an achievement. This event can help you understand how users are experiencing your game.",
"type": "object",
"properties": {
"achievement_id": {
"description": "The id of the achievement that was unlocked.",
"type": ["string", "null"],
"maxLength": 500
}
},
"required": ["achievement_id"],
"additionalProperties": false
}

0 comments on commit 1dd994e

Please sign in to comment.