Adobe Experience Cloud · JSON-LD Context
Adobe Experience Cloud Analytics Api Context
JSON-LD context defining the semantic vocabulary for Adobe Experience Cloud Analytics Api from Adobe Experience Cloud.
18 Classes
34 Properties
4 Namespaces
Namespaces
aec:
https://developer.adobe.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Project
UserList
User
CalculatedMetricList
ReportSuite
SegmentList
ProjectList
CalculatedMetric
ReportResponse
ReportRequest
ReportSuiteList
Metric
DateRangeList
Dimension
Segment
name
description
email
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| owner | reference | |
| modified | dateTime | |
| content | string | set |
| loginId | string | |
| firstName | string | |
| lastName | string | |
| admin | boolean | |
| totalElements | integer | |
| totalPages | integer | |
| rsid | string | |
| polarity | string | |
| definition | reference | |
| currency | string | |
| timezone | integer | |
| calendarType | string | |
| tags | string | set |
| firstPage | boolean | |
| lastPage | boolean | |
| numberOfElements | integer | |
| rows | string | set |
| itemId | string | |
| value | string | |
| data | decimal | set |
| globalFilters | string | set |
| type | string | |
| dateRange | string | |
| metricContainer | reference | |
| metrics | string | set |
| dimension | string | |
| settings | reference | |
| limit | integer | |
| page | integer | |
| segmentable | boolean |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aec": "https://developer.adobe.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Project": "aec:Project",
"UserList": "aec:UserList",
"User": "aec:User",
"CalculatedMetricList": "aec:CalculatedMetricList",
"ReportSuite": "aec:ReportSuite",
"SegmentList": "aec:SegmentList",
"ProjectList": "aec:ProjectList",
"CalculatedMetric": "aec:CalculatedMetric",
"ReportResponse": "aec:ReportResponse",
"ReportRequest": "aec:ReportRequest",
"ReportSuiteList": "aec:ReportSuiteList",
"Metric": "aec:Metric",
"DateRangeList": "aec:DateRangeList",
"Dimension": "aec:Dimension",
"Segment": "aec:Segment",
"id": {
"@id": "aec:id",
"@type": "xsd:string"
},
"name": "schema:name",
"description": "schema:description",
"owner": {
"@id": "aec:owner",
"@type": "@id"
},
"modified": {
"@id": "aec:modified",
"@type": "xsd:dateTime"
},
"content": {
"@id": "aec:content",
"@container": "@set",
"@type": "xsd:string"
},
"loginId": {
"@id": "aec:loginId",
"@type": "xsd:string"
},
"email": "schema:email",
"firstName": {
"@id": "aec:firstName",
"@type": "xsd:string"
},
"lastName": {
"@id": "aec:lastName",
"@type": "xsd:string"
},
"admin": {
"@id": "aec:admin",
"@type": "xsd:boolean"
},
"totalElements": {
"@id": "aec:totalElements",
"@type": "xsd:integer"
},
"totalPages": {
"@id": "aec:totalPages",
"@type": "xsd:integer"
},
"rsid": {
"@id": "aec:rsid",
"@type": "xsd:string"
},
"polarity": {
"@id": "aec:polarity",
"@type": "xsd:string"
},
"definition": {
"@id": "aec:definition",
"@type": "@id"
},
"currency": {
"@id": "aec:currency",
"@type": "xsd:string"
},
"timezone": {
"@id": "aec:timezone",
"@type": "xsd:integer"
},
"calendarType": {
"@id": "aec:calendarType",
"@type": "xsd:string"
},
"tags": {
"@id": "aec:tags",
"@container": "@set",
"@type": "xsd:string"
},
"firstPage": {
"@id": "aec:firstPage",
"@type": "xsd:boolean"
},
"lastPage": {
"@id": "aec:lastPage",
"@type": "xsd:boolean"
},
"numberOfElements": {
"@id": "aec:numberOfElements",
"@type": "xsd:integer"
},
"rows": {
"@id": "aec:rows",
"@container": "@set",
"@type": "xsd:string"
},
"itemId": {
"@id": "aec:itemId",
"@type": "xsd:string"
},
"value": {
"@id": "aec:value",
"@type": "xsd:string"
},
"data": {
"@id": "aec:data",
"@container": "@set",
"@type": "xsd:decimal"
},
"globalFilters": {
"@id": "aec:globalFilters",
"@container": "@set",
"@type": "xsd:string"
},
"type": {
"@id": "aec:type",
"@type": "xsd:string"
},
"dateRange": {
"@id": "aec:dateRange",
"@type": "xsd:string"
},
"metricContainer": {
"@id": "aec:metricContainer",
"@type": "@id"
},
"metrics": {
"@id": "aec:metrics",
"@container": "@set",
"@type": "xsd:string"
},
"dimension": {
"@id": "aec:dimension",
"@type": "xsd:string"
},
"settings": {
"@id": "aec:settings",
"@type": "@id"
},
"limit": {
"@id": "aec:limit",
"@type": "xsd:integer"
},
"page": {
"@id": "aec:page",
"@type": "xsd:integer"
},
"segmentable": {
"@id": "aec:segmentable",
"@type": "xsd:boolean"
}
}
}