Archbee · JSON-LD Context

Archbee Api Context

JSON-LD context defining the semantic vocabulary for Archbee Api from Archbee.

10 Classes 24 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Organization SpaceGroup Space Document DocTree File Suggestion DisplayRule AccessRequest SearchSession

Properties

Property Type Container
docId string
docSpaceId string
docSpaceGroupId string
fileId string
docTreeId string
teamId string
conditionalRuleId string
searchSessionId string
parentDocId string
title string
slug string
description string
content string
format string
previewImgURL string
icon string
name string
email string
hidden boolean
isLlmEnabled boolean
isReviewSystemEnabled boolean
isBranchingSystemEnabled boolean
status string
messages string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "archbee": "https://api.archbee.com/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Organization": "archbee:Organization",
    "SpaceGroup": "archbee:SpaceGroup",
    "Space": "archbee:Space",
    "Document": "archbee:Document",
    "DocTree": "archbee:DocTree",
    "File": "archbee:File",
    "Suggestion": "archbee:Suggestion",
    "DisplayRule": "archbee:DisplayRule",
    "AccessRequest": "archbee:AccessRequest",
    "SearchSession": "archbee:SearchSession",
    "docId": {
      "@id": "archbee:docId",
      "@type": "xsd:string"
    },
    "docSpaceId": {
      "@id": "archbee:docSpaceId",
      "@type": "xsd:string"
    },
    "docSpaceGroupId": {
      "@id": "archbee:docSpaceGroupId",
      "@type": "xsd:string"
    },
    "fileId": {
      "@id": "archbee:fileId",
      "@type": "xsd:string"
    },
    "docTreeId": {
      "@id": "archbee:docTreeId",
      "@type": "xsd:string"
    },
    "teamId": {
      "@id": "archbee:teamId",
      "@type": "xsd:string"
    },
    "conditionalRuleId": {
      "@id": "archbee:conditionalRuleId",
      "@type": "xsd:string"
    },
    "searchSessionId": {
      "@id": "archbee:searchSessionId",
      "@type": "xsd:string"
    },
    "parentDocId": {
      "@id": "archbee:parentDocId",
      "@type": "xsd:string"
    },
    "title": {
      "@id": "archbee:title",
      "@type": "xsd:string"
    },
    "slug": {
      "@id": "archbee:slug",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "archbee:description",
      "@type": "xsd:string"
    },
    "content": {
      "@id": "archbee:content",
      "@type": "xsd:string"
    },
    "format": {
      "@id": "archbee:format",
      "@type": "xsd:string"
    },
    "previewImgURL": {
      "@id": "archbee:previewImgURL",
      "@type": "xsd:string"
    },
    "icon": {
      "@id": "archbee:icon",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "archbee:name",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "archbee:email",
      "@type": "xsd:string"
    },
    "hidden": {
      "@id": "archbee:hidden",
      "@type": "xsd:boolean"
    },
    "isLlmEnabled": {
      "@id": "archbee:isLlmEnabled",
      "@type": "xsd:boolean"
    },
    "isReviewSystemEnabled": {
      "@id": "archbee:isReviewSystemEnabled",
      "@type": "xsd:boolean"
    },
    "isBranchingSystemEnabled": {
      "@id": "archbee:isBranchingSystemEnabled",
      "@type": "xsd:boolean"
    },
    "status": {
      "@id": "archbee:status",
      "@type": "xsd:string"
    },
    "messages": {
      "@id": "archbee:messages",
      "@type": "xsd:string"
    }
  },
  "archbee:generated": "2026-09-04",
  "archbee:method": "derived",
  "archbee:source": "openapi/archbee-public-api-openapi.yml",
  "archbee:note": "Regenerated 2026-09-04. The previous context described Space/Page/Member terms from a fabricated scaffold specification; Archbee has no Page or Member resource in its Public API."
}