-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add com.snowplowanalytics.snowplow/obscure_element/jsonschema/1-0-0
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
schemas/com.snowplowanalytics.snowplow/obscure_element/jsonschema/1-0-0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"description": "Event that fires when an element matching a named configuration is detected as becoming hidden from a user or moving out of the viewport.", | ||
"properties": { | ||
"element_name": { | ||
"description": "The name of the element that was obscured. Should match the element name field in entities that describe this particular element.", | ||
"type": "string", | ||
"maxLength": 255 | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"type": "object", | ||
"required": ["element_name"], | ||
"self": { | ||
"vendor": "com.snowplowanalytics.snowplow", | ||
"name": "obscure_element", | ||
"format": "jsonschema", | ||
"version": "1-0-0" | ||
}, | ||
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#" | ||
} |