diff --git a/schemas/com.snowplowanalytics.snowplow/expose_element/jsonschema/1-0-0 b/schemas/com.snowplowanalytics.snowplow/expose_element/jsonschema/1-0-0 new file mode 100644 index 00000000..0356f2e1 --- /dev/null +++ b/schemas/com.snowplowanalytics.snowplow/expose_element/jsonschema/1-0-0 @@ -0,0 +1,20 @@ +{ + "description": "Event that fires when an element matching a named configuration is detected as intersecting with the viewport, becoming visible to the user.", + "properties": { + "element_name": { + "description": "The name of the element that was exposed. 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": "expose_element", + "format": "jsonschema", + "version": "1-0-0" + }, + "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#" +}