Nuclino · JSON-LD Context

Nuclino Context

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

9 Classes 19 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
nuclino: https://help.nuclino.com/api#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Item Collection Workspace Team User Field File id object

Properties

Property Type Container
title string
content string
url reference
createdAt dateTime
lastUpdatedAt dateTime
createdUserId reference
lastUpdatedUserId reference
workspaceId reference
teamId reference
childIds reference list
name string
firstName string
lastName string
email string
avatarUrl reference
fields set
fileName string
download
highlight string

JSON-LD Document

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

    "Item": "nuclino:Item",
    "Collection": "nuclino:Collection",
    "Workspace": "nuclino:Workspace",
    "Team": "nuclino:Team",
    "User": "nuclino:User",
    "Field": "nuclino:Field",
    "File": "nuclino:File",

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

    "title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "content": {
      "@id": "schema:text",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "lastUpdatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "createdUserId": {
      "@id": "nuclino:createdBy",
      "@type": "@id"
    },
    "lastUpdatedUserId": {
      "@id": "nuclino:lastUpdatedBy",
      "@type": "@id"
    },
    "workspaceId": {
      "@id": "nuclino:inWorkspace",
      "@type": "@id"
    },
    "teamId": {
      "@id": "nuclino:inTeam",
      "@type": "@id"
    },
    "childIds": {
      "@id": "nuclino:hasChild",
      "@type": "@id",
      "@container": "@list"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "firstName": {
      "@id": "schema:givenName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "schema:familyName",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "avatarUrl": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "fields": {
      "@id": "nuclino:hasField",
      "@container": "@set"
    },
    "fileName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "download": {
      "@id": "nuclino:downloadInfo"
    },
    "highlight": {
      "@id": "nuclino:searchHighlight",
      "@type": "xsd:string"
    }
  }
}