Document360 · JSON-LD Context

Document360 Context

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

31 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

document360: https://document360.com/ns#

Classes

id type Article Category ProjectVersion DriveFolder DriveFile User Team title slug content contentMarkdown categoryId projectVersionId languageCode status createdAt modifiedAt order parentCategoryId name url size folderId parentId firstName lastName emailId roleName memberCount

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "document360": "https://document360.com/ns#",
    "id": "@id",
    "type": "@type",
    "Article": "document360:Article",
    "Category": "document360:Category",
    "ProjectVersion": "document360:ProjectVersion",
    "DriveFolder": "document360:DriveFolder",
    "DriveFile": "document360:DriveFile",
    "User": "document360:User",
    "Team": "document360:Team",
    "title": "schema:name",
    "slug": "document360:slug",
    "content": "schema:articleBody",
    "contentMarkdown": "document360:contentMarkdown",
    "categoryId": "document360:categoryId",
    "projectVersionId": "document360:projectVersionId",
    "languageCode": "schema:inLanguage",
    "status": "document360:status",
    "createdAt": "schema:dateCreated",
    "modifiedAt": "schema:dateModified",
    "order": "document360:order",
    "parentCategoryId": "document360:parentCategoryId",
    "name": "schema:name",
    "url": "schema:url",
    "size": "schema:contentSize",
    "folderId": "document360:folderId",
    "parentId": "document360:parentId",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "emailId": "schema:email",
    "roleName": "document360:roleName",
    "memberCount": "document360:memberCount"
  }
}