Tines · JSON-LD Context

Tines Context

JSON-LD context defining the semantic vocabulary for Tines from Tines.

13 Classes 54 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Story Action Credential Team Folder AuditLog Tag Case Record ScimUser ScimGroup id type

Properties

Property Type Container
name
description
createdAt dateTime
updatedAt dateTime
guid
slug
teamId integer
folderId integer
storyId integer
published boolean
disabled boolean
priority boolean
keepEventsFor integer
mode
readAccess
sharedTeamSlugs
allowedHosts
expiresAt dateTime
metadata
owner
contentType
parentFolderId integer
size integer
actionType
options
position
sources
receivers
operationName
requestIp
requestUserAgent
userEmail
userId integer
userName
tenantId integer
inputs
color
tags
teams
status
subStatus
casePriority
assignees
activities
tasks
blocks
sla
givenName
familyName
active boolean
userType
externalId
displayName
members

JSON-LD Document

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

    "Story": "tines:Story",
    "Action": "tines:Action",
    "Credential": "tines:Credential",
    "Team": "tines:Team",
    "Folder": "tines:Folder",
    "AuditLog": "tines:AuditLog",
    "Tag": "tines:Tag",
    "Case": "tines:Case",
    "Record": "tines:Record",
    "ScimUser": "tines:ScimUser",
    "ScimGroup": "tines:ScimGroup",

    "id": "@id",
    "type": "@type",

    "name": { "@id": "schema:name" },
    "description": { "@id": "schema:description" },
    "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
    "guid": { "@id": "tines:guid" },
    "slug": { "@id": "tines:slug" },

    "teamId": { "@id": "tines:teamId", "@type": "xsd:integer" },
    "folderId": { "@id": "tines:folderId", "@type": "xsd:integer" },
    "storyId": { "@id": "tines:storyId", "@type": "xsd:integer" },

    "published": { "@id": "tines:published", "@type": "xsd:boolean" },
    "disabled": { "@id": "tines:disabled", "@type": "xsd:boolean" },
    "priority": { "@id": "tines:priority", "@type": "xsd:boolean" },
    "keepEventsFor": { "@id": "tines:keepEventsFor", "@type": "xsd:integer" },

    "mode": { "@id": "tines:mode" },
    "readAccess": { "@id": "tines:readAccess" },
    "sharedTeamSlugs": { "@id": "tines:sharedTeamSlugs" },
    "allowedHosts": { "@id": "tines:allowedHosts" },
    "expiresAt": { "@id": "tines:expiresAt", "@type": "xsd:dateTime" },
    "metadata": { "@id": "tines:metadata" },
    "owner": { "@id": "tines:owner" },

    "contentType": { "@id": "tines:contentType" },
    "parentFolderId": { "@id": "tines:parentFolderId", "@type": "xsd:integer" },
    "size": { "@id": "tines:size", "@type": "xsd:integer" },

    "actionType": { "@id": "tines:actionType" },
    "options": { "@id": "tines:options" },
    "position": { "@id": "tines:position" },
    "sources": { "@id": "tines:sources" },
    "receivers": { "@id": "tines:receivers" },

    "operationName": { "@id": "tines:operationName" },
    "requestIp": { "@id": "tines:requestIp" },
    "requestUserAgent": { "@id": "tines:requestUserAgent" },
    "userEmail": { "@id": "tines:userEmail" },
    "userId": { "@id": "tines:userId", "@type": "xsd:integer" },
    "userName": { "@id": "tines:userName" },
    "tenantId": { "@id": "tines:tenantId", "@type": "xsd:integer" },
    "inputs": { "@id": "tines:inputs" },

    "color": { "@id": "tines:color" },
    "tags": { "@id": "tines:tags" },
    "teams": { "@id": "tines:teams" },

    "status": { "@id": "tines:status" },
    "subStatus": { "@id": "tines:subStatus" },
    "casePriority": { "@id": "tines:casePriority" },
    "assignees": { "@id": "tines:assignees" },
    "activities": { "@id": "tines:activities" },
    "tasks": { "@id": "tines:tasks" },
    "blocks": { "@id": "tines:blocks" },
    "sla": { "@id": "tines:sla" },

    "userName": { "@id": "tines:scimUserName" },
    "givenName": { "@id": "schema:givenName" },
    "familyName": { "@id": "schema:familyName" },
    "active": { "@id": "tines:active", "@type": "xsd:boolean" },
    "userType": { "@id": "tines:userType" },
    "externalId": { "@id": "tines:externalId" },
    "displayName": { "@id": "schema:alternateName" },
    "members": { "@id": "schema:member" }
  }
}