Chameleon · JSON-LD Context
Chameleon Co Context
JSON-LD context defining the semantic vocabulary for Chameleon Co from Chameleon.
0 Classes
29 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
chameleon:
https://developers.chameleon.io/
Properties
| Property | Type | Container |
|---|---|---|
| aid | ||
| Tour | reference | |
| Survey | reference | |
| Tooltip | reference | |
| Launcher | reference | |
| Embeddable | reference | |
| Demo | reference | |
| Profile | reference | |
| Segment | reference | |
| Webhook | reference | |
| SurveyResponse | reference | |
| TourInteraction | reference | |
| Tag | reference | |
| Theme | reference | |
| Step | reference | |
| EventName | reference | |
| uid | ||
| createdAt | dateTime | |
| updatedAt | dateTime | |
| name | ||
| description | ||
| url | reference | |
| accountId | ||
| segmentId | ||
| position | ||
| rate | ||
| kind | ||
| filter | ||
| tags |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"chameleon": "https://developers.chameleon.io/",
"aid": {
"@id": "https://schema.org/identifier"
},
"Tour": {
"@id": "chameleon:apis/tours",
"@type": "@id"
},
"Survey": {
"@id": "chameleon:apis/surveys",
"@type": "@id"
},
"Tooltip": {
"@id": "chameleon:apis/tooltips",
"@type": "@id"
},
"Launcher": {
"@id": "chameleon:apis/launchers",
"@type": "@id"
},
"Embeddable": {
"@id": "chameleon:apis/embeddables",
"@type": "@id"
},
"Demo": {
"@id": "chameleon:apis/demos",
"@type": "@id"
},
"Profile": {
"@id": "chameleon:apis/profiles",
"@type": "@id"
},
"Segment": {
"@id": "chameleon:apis/segments",
"@type": "@id"
},
"Webhook": {
"@id": "chameleon:apis/webhooks",
"@type": "@id"
},
"SurveyResponse": {
"@id": "chameleon:apis/survey-responses",
"@type": "@id"
},
"TourInteraction": {
"@id": "chameleon:apis/tour-interactions",
"@type": "@id"
},
"Tag": {
"@id": "chameleon:apis/tags",
"@type": "@id"
},
"Theme": {
"@id": "chameleon:apis/themes",
"@type": "@id"
},
"Step": {
"@id": "chameleon:apis/steps",
"@type": "@id"
},
"EventName": {
"@id": "chameleon:apis/event-names",
"@type": "@id"
},
"uid": {
"@id": "schema:identifier"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"accountId": {
"@id": "schema:identifier"
},
"segmentId": {
"@id": "schema:identifier"
},
"position": {
"@id": "schema:position"
},
"rate": {
"@id": "schema:ratingValue"
},
"kind": {
"@id": "schema:additionalType"
},
"filter": {
"@id": "schema:query"
},
"tags": {
"@id": "schema:keywords"
}
},
"@type": "APIReference",
"name": "Chameleon REST API JSON-LD Context",
"description": "JSON-LD context mapping Chameleon REST API resource types and properties to schema.org and custom namespace terms.",
"provider": {
"@type": "Organization",
"name": "Chameleon",
"url": "https://www.chameleon.io/",
"sameAs": [
"https://developers.chameleon.io/introduction",
"https://github.com/chamaeleonidae"
]
},
"dateCreated": "2026-06-13"
}