Culture Amp · JSON-LD Context

Culture Amp Context

JSON-LD context defining the semantic vocabulary for Culture Amp from Culture Amp.

52 Classes 24 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ca: https://api.cultureamp.com/v1/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Employee id employeeIdentifier name preferredName rel Demographic value PerformanceCycle state ManagerReview performanceCycleId managerReviewId employeeId managerId performanceRating ratingQuestion rating title description status reviewAcknowledged answer text Survey rdeEnabled workflow kioskModeEnabled SurveyQuestion code questionType label ratingScale otherOption sectionId SurveyFactor type indexFactor customFactor shortDescription longDescription order SurveySection SurveyResponse captureLocale surveySubmittedBy Pagination afterKey nextPath Error message pagination

Properties

Property Type Container
email reference
birthDate date
startDate date
endDate date
processedAt dateTime
links set
uri reference
createdAt dateTime
updatedAt dateTime
ratingBuckets set
completedAt dateTime
openTextQuestions set
multipleChoiceQuestions set
multipleChoiceMultiSelectQuestions set
answers set
options set
launchedAt dateTime
closedAt dateTime
selectOptions set
factorIds set
startedAt dateTime
submittedAt dateTime
expiredAt dateTime
data set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ca": "https://api.cultureamp.com/v1/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Employee": "ca:Employee",
    "id": "@id",
    "employeeIdentifier": "ca:employeeIdentifier",
    "email": {
      "@id": "schema:email",
      "@type": "@id"
    },
    "name": "schema:name",
    "preferredName": "ca:preferredName",
    "birthDate": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "startDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "endDate": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "processedAt": {
      "@id": "ca:processedAt",
      "@type": "xsd:dateTime"
    },
    "links": {
      "@id": "ca:links",
      "@container": "@set"
    },
    "rel": "ca:linkRelation",
    "uri": {
      "@id": "ca:linkUri",
      "@type": "@id"
    },

    "Demographic": "ca:Demographic",
    "value": "ca:demographicValue",

    "PerformanceCycle": "ca:PerformanceCycle",
    "state": "ca:cycleState",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "ManagerReview": "ca:ManagerReview",
    "performanceCycleId": "ca:performanceCycleId",
    "managerReviewId": "ca:managerReviewId",
    "employeeId": "ca:employeeId",
    "managerId": "ca:managerId",
    "performanceRating": "ca:performanceRating",
    "ratingQuestion": "ca:ratingQuestion",
    "ratingBuckets": {
      "@id": "ca:ratingBuckets",
      "@container": "@set"
    },
    "rating": "ca:rating",
    "title": "schema:name",
    "description": "schema:description",
    "status": "ca:status",
    "reviewAcknowledged": "ca:reviewAcknowledged",
    "completedAt": {
      "@id": "ca:completedAt",
      "@type": "xsd:dateTime"
    },
    "openTextQuestions": {
      "@id": "ca:openTextQuestions",
      "@container": "@set"
    },
    "multipleChoiceQuestions": {
      "@id": "ca:multipleChoiceQuestions",
      "@container": "@set"
    },
    "multipleChoiceMultiSelectQuestions": {
      "@id": "ca:multipleChoiceMultiSelectQuestions",
      "@container": "@set"
    },
    "answer": "ca:answer",
    "answers": {
      "@id": "ca:answers",
      "@container": "@set"
    },
    "options": {
      "@id": "ca:options",
      "@container": "@set"
    },
    "text": "ca:questionText",

    "Survey": "ca:Survey",
    "rdeEnabled": "ca:rdeEnabled",
    "workflow": "ca:surveyWorkflow",
    "launchedAt": {
      "@id": "ca:launchedAt",
      "@type": "xsd:dateTime"
    },
    "closedAt": {
      "@id": "ca:closedAt",
      "@type": "xsd:dateTime"
    },
    "kioskModeEnabled": "ca:kioskModeEnabled",

    "SurveyQuestion": "ca:SurveyQuestion",
    "code": "ca:code",
    "questionType": "ca:questionType",
    "label": "ca:localizedLabel",
    "ratingScale": "ca:ratingScale",
    "selectOptions": {
      "@id": "ca:selectOptions",
      "@container": "@set"
    },
    "otherOption": "ca:otherOption",
    "sectionId": "ca:sectionId",
    "factorIds": {
      "@id": "ca:factorIds",
      "@container": "@set"
    },

    "SurveyFactor": "ca:SurveyFactor",
    "type": "ca:factorType",
    "indexFactor": "ca:indexFactor",
    "customFactor": "ca:customFactor",
    "shortDescription": "ca:shortDescription",
    "longDescription": "ca:longDescription",
    "order": "ca:sortOrder",

    "SurveySection": "ca:SurveySection",

    "SurveyResponse": "ca:SurveyResponse",
    "captureLocale": "ca:captureLocale",
    "surveySubmittedBy": "ca:surveySubmittedBy",
    "startedAt": {
      "@id": "ca:startedAt",
      "@type": "xsd:dateTime"
    },
    "submittedAt": {
      "@id": "ca:submittedAt",
      "@type": "xsd:dateTime"
    },
    "expiredAt": {
      "@id": "ca:expiredAt",
      "@type": "xsd:dateTime"
    },

    "Pagination": "ca:Pagination",
    "afterKey": "ca:paginationAfterKey",
    "nextPath": "ca:paginationNextPath",

    "Error": "ca:Error",
    "message": "ca:errorMessage",

    "data": {
      "@id": "ca:data",
      "@container": "@set"
    },
    "pagination": "ca:pagination"
  }
}