Allianz Engagement Survey · JSON-LD Context
Allianz Engagement Survey Context
JSON-LD context defining the semantic vocabulary for Allianz Engagement Survey from Allianz Engagement Survey.
16 Classes
38 Properties
4 Namespaces
Namespaces
allianz:
https://api.allianz.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
QuestionScore
ParticipantList
CreateSurveyRequest
SurveyResponse
CreateActionPlanRequest
ResponseList
Participant
AddParticipantsResponse
Survey
AddParticipantsRequest
SurveyList
Answer
SurveyAnalytics
ActionPlan
ActionPlanList
description
Properties
| Property | Type | Container |
|---|---|---|
| questionId | string | |
| question | string | |
| score | double | |
| favorable | double | |
| total | integer | |
| responded | integer | |
| participationRate | double | |
| items | string | set |
| title | string | |
| surveyType | string | |
| startDate | date | |
| endDate | date | |
| responseId | string | |
| surveyId | string | |
| submittedAt | dateTime | |
| answers | string | set |
| ownerEmployeeId | string | |
| dueDate | date | |
| participantId | string | |
| employeeId | string | |
| status | string | |
| invitedAt | dateTime | |
| respondedAt | dateTime | |
| added | integer | |
| invitationSent | boolean | |
| failed | integer | |
| createdAt | dateTime | |
| modifiedAt | dateTime | |
| employeeIds | string | set |
| sendInvitation | boolean | |
| offset | integer | |
| limit | integer | |
| textResponse | string | |
| engagementScore | double | |
| favorablePercentage | double | |
| questionScores | string | set |
| planId | string | |
| owner | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"allianz": "https://api.allianz.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"QuestionScore": "allianz:QuestionScore",
"ParticipantList": "allianz:ParticipantList",
"CreateSurveyRequest": "allianz:CreateSurveyRequest",
"SurveyResponse": "allianz:SurveyResponse",
"CreateActionPlanRequest": "allianz:CreateActionPlanRequest",
"ResponseList": "allianz:ResponseList",
"Participant": "allianz:Participant",
"AddParticipantsResponse": "allianz:AddParticipantsResponse",
"Survey": "allianz:Survey",
"AddParticipantsRequest": "allianz:AddParticipantsRequest",
"SurveyList": "allianz:SurveyList",
"Answer": "allianz:Answer",
"SurveyAnalytics": "allianz:SurveyAnalytics",
"ActionPlan": "allianz:ActionPlan",
"ActionPlanList": "allianz:ActionPlanList",
"questionId": {
"@id": "allianz:question_id",
"@type": "xsd:string"
},
"question": {
"@id": "allianz:question",
"@type": "xsd:string"
},
"score": {
"@id": "allianz:score",
"@type": "xsd:double"
},
"favorable": {
"@id": "allianz:favorable",
"@type": "xsd:double"
},
"total": {
"@id": "allianz:total",
"@type": "xsd:integer"
},
"responded": {
"@id": "allianz:responded",
"@type": "xsd:integer"
},
"participationRate": {
"@id": "allianz:participation_rate",
"@type": "xsd:double"
},
"items": {
"@id": "allianz:items",
"@container": "@set",
"@type": "xsd:string"
},
"title": {
"@id": "allianz:title",
"@type": "xsd:string"
},
"surveyType": {
"@id": "allianz:survey_type",
"@type": "xsd:string"
},
"description": "schema:description",
"startDate": {
"@id": "allianz:start_date",
"@type": "xsd:date"
},
"endDate": {
"@id": "allianz:end_date",
"@type": "xsd:date"
},
"responseId": {
"@id": "allianz:response_id",
"@type": "xsd:string"
},
"surveyId": {
"@id": "allianz:survey_id",
"@type": "xsd:string"
},
"submittedAt": {
"@id": "allianz:submitted_at",
"@type": "xsd:dateTime"
},
"answers": {
"@id": "allianz:answers",
"@container": "@set",
"@type": "xsd:string"
},
"ownerEmployeeId": {
"@id": "allianz:owner_employee_id",
"@type": "xsd:string"
},
"dueDate": {
"@id": "allianz:due_date",
"@type": "xsd:date"
},
"participantId": {
"@id": "allianz:participant_id",
"@type": "xsd:string"
},
"employeeId": {
"@id": "allianz:employee_id",
"@type": "xsd:string"
},
"status": {
"@id": "allianz:status",
"@type": "xsd:string"
},
"invitedAt": {
"@id": "allianz:invited_at",
"@type": "xsd:dateTime"
},
"respondedAt": {
"@id": "allianz:responded_at",
"@type": "xsd:dateTime"
},
"added": {
"@id": "allianz:added",
"@type": "xsd:integer"
},
"invitationSent": {
"@id": "allianz:invitation_sent",
"@type": "xsd:boolean"
},
"failed": {
"@id": "allianz:failed",
"@type": "xsd:integer"
},
"createdAt": {
"@id": "allianz:created_at",
"@type": "xsd:dateTime"
},
"modifiedAt": {
"@id": "allianz:modified_at",
"@type": "xsd:dateTime"
},
"employeeIds": {
"@id": "allianz:employee_ids",
"@container": "@set",
"@type": "xsd:string"
},
"sendInvitation": {
"@id": "allianz:send_invitation",
"@type": "xsd:boolean"
},
"offset": {
"@id": "allianz:offset",
"@type": "xsd:integer"
},
"limit": {
"@id": "allianz:limit",
"@type": "xsd:integer"
},
"textResponse": {
"@id": "allianz:text_response",
"@type": "xsd:string"
},
"engagementScore": {
"@id": "allianz:engagement_score",
"@type": "xsd:double"
},
"favorablePercentage": {
"@id": "allianz:favorable_percentage",
"@type": "xsd:double"
},
"questionScores": {
"@id": "allianz:question_scores",
"@container": "@set",
"@type": "xsd:string"
},
"planId": {
"@id": "allianz:plan_id",
"@type": "xsd:string"
},
"owner": {
"@id": "allianz:owner",
"@type": "xsd:string"
}
}
}