Skip to content

Commit

Permalink
Add com.google.tag-manager.server-side/earn_virtual_currency/jsonsche…
Browse files Browse the repository at this point in the history
…ma/1-0-0 (close #1373)
  • Loading branch information
adatzer committed Feb 13, 2024
1 parent 0c4fa05 commit 50fcb76
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": "earn_virtual_currency",
"version": "1-0-0",
"format": "jsonschema"
},
"description": "This event measures the awarding of virtual currency.",
"type": "object",
"properties": {
"virtual_currency_name": {
"description": "The name of the virtual currency.",
"type": ["string", "null"],
"maxLength": 4096
},
"value": {
"description": "The value of the virtual currency.",
"type": ["number", "null"],
"minimum": 0
}
},
"additionalProperties": false
}

0 comments on commit 50fcb76

Please sign in to comment.