-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
iglu-central/schemas/com.snowplowanalytics.snowplow/element_statistics/jsonschema/1-0-0
Lines 42 to 46 in 130dac7
| "y_depth_ratio": { | |
| "description": "The maximum vertical position seen of the element at the time of the event, expressed as a ratio of its height; from 0.0 - 1.0 (e.g. 0% - 100%).", | |
| "type": ["number", "null"], | |
| "minimum": 0.0, | |
| "maximum": 1.0 |
As per the issue below (I'm the author of that)
The minimum values don't allow for the payloads of the tracker.
Either one needs to be adjusted.
Metadata
Metadata
Assignees
Labels
No labels