Appsmith · JSON-LD Context

Appsmith Context

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

10 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
appsmith: https://www.appsmith.com/vocab#

Classes

applicationId name description workspaceId isPublic createdAt modifiedAt pages datasourceId type

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "appsmith": "https://www.appsmith.com/vocab#",
    "applicationId": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "workspaceId": "schema:identifier",
    "isPublic": "schema:isAccessibleForFree",
    "createdAt": "schema:dateCreated",
    "modifiedAt": "schema:dateModified",
    "pages": "appsmith:pages",
    "datasourceId": "schema:identifier",
    "type": "schema:category"
  }
}