Salesforce Knowledge Management · JSON-LD Context

Salesforce Knowledge Management Context

JSON-LD context defining the semantic vocabulary for Salesforce Knowledge Management from Salesforce Knowledge Management.

0 Classes 18 Properties 3 Namespaces
View Context View on GitHub

Namespaces

sf: https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
KnowledgeArticle reference
Title string
Summary string
UrlName string
PublishStatus string
Language string
VersionNumber integer
LastPublishedDate dateTime
CreatedDate dateTime
LastModifiedDate dateTime
CreatedById string
OwnerId string
DataCategory reference
label string
name string
childCategories list
articleBody string
categories list

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "sf": "https://developer.salesforce.com/docs/atlas.en-us.knowledge_dev.meta/knowledge_dev/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "KnowledgeArticle": {
      "@id": "schema:Article",
      "@type": "@id"
    },
    "Title": {
      "@id": "schema:headline",
      "@type": "xsd:string"
    },
    "Summary": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "UrlName": {
      "@id": "schema:url",
      "@type": "xsd:string"
    },
    "PublishStatus": {
      "@id": "schema:creativeWorkStatus",
      "@type": "xsd:string"
    },
    "Language": {
      "@id": "schema:inLanguage",
      "@type": "xsd:string"
    },
    "VersionNumber": {
      "@id": "schema:version",
      "@type": "xsd:integer"
    },
    "LastPublishedDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "CreatedDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "LastModifiedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "CreatedById": {
      "@id": "schema:author",
      "@type": "xsd:string"
    },
    "OwnerId": {
      "@id": "schema:accountablePerson",
      "@type": "xsd:string"
    },
    "DataCategory": {
      "@id": "schema:DefinedTerm",
      "@type": "@id"
    },
    "label": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "childCategories": {
      "@id": "schema:hasPart",
      "@container": "@list"
    },
    "articleBody": {
      "@id": "schema:articleBody",
      "@type": "xsd:string"
    },
    "categories": {
      "@id": "schema:about",
      "@container": "@list"
    }
  }
}