Snowplow · Schema
Snowplow Data Structure
Schema for Snowplow data structure (event schema) management objects returned by the Console API
Analytics PlatformBehavioral DataData CollectionData EngineeringData PipelineEvent TrackingOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| hash | string | SHA-256 hash identifier of the data structure (derived from vendor, name, format) |
| vendor | string | Schema vendor namespace in reverse DNS notation (e.g., com.example) |
| name | string | Schema name in snake_case (e.g., page_view, add_to_cart) |
| format | string | Schema format type |
| latestVersion | string | Latest version in SchemaVer format (major-minor-patch) |
| deployments | array | Current deployment state across environments |
| meta | object | Metadata for the data structure |
| createdAt | string | |
| updatedAt | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://docs.snowplow.io/schemas/snowplow/data-structure.json",
"title": "Snowplow Data Structure",
"description": "Schema for Snowplow data structure (event schema) management objects returned by the Console API",
"type": "object",
"properties": {
"hash": {
"type": "string",
"description": "SHA-256 hash identifier of the data structure (derived from vendor, name, format)"
},
"vendor": {
"type": "string",
"description": "Schema vendor namespace in reverse DNS notation (e.g., com.example)"
},
"name": {
"type": "string",
"description": "Schema name in snake_case (e.g., page_view, add_to_cart)"
},
"format": {
"type": "string",
"enum": ["jsonschema"],
"description": "Schema format type"
},
"latestVersion": {
"type": "string",
"pattern": "^[0-9]+-[0-9]+-[0-9]+$",
"description": "Latest version in SchemaVer format (major-minor-patch)"
},
"deployments": {
"type": "array",
"description": "Current deployment state across environments",
"items": {
"type": "object",
"properties": {
"version": {
"type": "string",
"pattern": "^[0-9]+-[0-9]+-[0-9]+$"
},
"environment": {
"type": "string",
"enum": ["VALIDATED", "DEV", "PROD"]
},
"deployedAt": {
"type": "string",
"format": "date-time"
},
"deployedBy": {
"type": "string"
}
}
}
},
"meta": {
"type": "object",
"description": "Metadata for the data structure",
"properties": {
"description": {
"type": "string"
},
"owner": {
"type": "string"
},
"customData": {
"type": "object"
}
}
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
}
},
"required": ["hash", "vendor", "name", "format"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/snowplow-data-structure"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.