Skip to content

Commit

Permalink
Add io.snowplow.ecomm/view_collection/jsonschema/1-0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpig committed Jul 1, 2024
1 parent ab73710 commit b786006
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions schemas/io.snowplow.ecomm/view_collection/jsonschema/1-0-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description": "This event is generated when the user views a collection.",
"properties": {
"collection_id": {
"type": "string",
"description": "Unique identifier for the collection entity.",
"maxLength": 255
},
"search_id": {
"type": [
"string",
"null"
],
"description": "A unique identifier for the search which resulted in this collection.",
"maxLength": 255
}
},
"additionalProperties": false,
"type": "object",
"self": {
"vendor": "io.snowplow.ecomm",
"name": "view_collection",
"format": "jsonschema",
"version": "1-0-0"
},
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"required": [
"collection_id"
]
}

0 comments on commit b786006

Please sign in to comment.