Analytics · JSON-LD Context
Analytics Context
JSON-LD context defining the semantic vocabulary for Analytics from Analytics.
0 Classes
25 Properties
3 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
analytics:
https://raw.githubusercontent.com/api-evangelist/analytics/refs/heads/main/vocabulary/
Properties
| Property | Type | Container |
|---|---|---|
| name | string | |
| description | string | |
| slug | string | |
| category | string | |
| deployment | string | |
| license | string | |
| website | reference | |
| apiReference | reference | |
| sdks | set | |
| dataCollection | reference | |
| privacy | reference | |
| integrations | set | |
| pricing | reference | |
| tags | set | |
| events | boolean | |
| pageviews | boolean | |
| sessions | boolean | |
| userIdentification | boolean | |
| customProperties | boolean | |
| gdprCompliant | boolean | |
| ccpaCompliant | boolean | |
| cookieless | boolean | |
| dataResidency | set | |
| model | string | |
| freeEvents | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"analytics": "https://raw.githubusercontent.com/api-evangelist/analytics/refs/heads/main/vocabulary/",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"slug": {
"@id": "analytics:slug",
"@type": "xsd:string"
},
"category": {
"@id": "analytics:category",
"@type": "xsd:string"
},
"deployment": {
"@id": "analytics:deployment",
"@type": "xsd:string"
},
"license": {
"@id": "schema:license",
"@type": "xsd:string"
},
"website": {
"@id": "schema:url",
"@type": "@id"
},
"apiReference": {
"@id": "schema:documentation",
"@type": "@id"
},
"sdks": {
"@id": "analytics:sdks",
"@container": "@set"
},
"dataCollection": {
"@id": "analytics:dataCollection",
"@type": "@id"
},
"privacy": {
"@id": "analytics:privacy",
"@type": "@id"
},
"integrations": {
"@id": "analytics:integrations",
"@container": "@set"
},
"pricing": {
"@id": "schema:offers",
"@type": "@id"
},
"tags": {
"@id": "schema:keywords",
"@container": "@set"
},
"events": {
"@id": "analytics:events",
"@type": "xsd:boolean"
},
"pageviews": {
"@id": "analytics:pageviews",
"@type": "xsd:boolean"
},
"sessions": {
"@id": "analytics:sessions",
"@type": "xsd:boolean"
},
"userIdentification": {
"@id": "analytics:userIdentification",
"@type": "xsd:boolean"
},
"customProperties": {
"@id": "analytics:customProperties",
"@type": "xsd:boolean"
},
"gdprCompliant": {
"@id": "analytics:gdprCompliant",
"@type": "xsd:boolean"
},
"ccpaCompliant": {
"@id": "analytics:ccpaCompliant",
"@type": "xsd:boolean"
},
"cookieless": {
"@id": "analytics:cookieless",
"@type": "xsd:boolean"
},
"dataResidency": {
"@id": "analytics:dataResidency",
"@container": "@set"
},
"model": {
"@id": "analytics:pricingModel",
"@type": "xsd:string"
},
"freeEvents": {
"@id": "analytics:freeEvents",
"@type": "xsd:integer"
}
}
}