Zoho Writer · JSON-LD Context

Zoho Writer Context

JSON-LD context defining the semantic vocabulary for Zoho Writer from Zoho Writer.

37 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

zohowriter: https://www.zoho.com/writer/help/api/v1/#

Classes

document_id document_name document_type owner_id creator_id created_by created_time modified_time lastmodified_by open_url preview_url download_url published_url is_published is_shared is_favourite permissions can_edit can_share can_delete parent_info folder_id folder_name merge_data merge_report_url output_settings format password service_name sign_request_id signer_data test_mode webhook_info status download_link status_url job_id

JSON-LD Document

zoho-writer-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "zohowriter": "https://www.zoho.com/writer/help/api/v1/#",
    "document_id": "zohowriter:documentId",
    "document_name": "name",
    "document_type": "additionalType",
    "owner_id": "zohowriter:ownerId",
    "creator_id": "zohowriter:creatorId",
    "created_by": "author",
    "created_time": "dateCreated",
    "modified_time": "dateModified",
    "lastmodified_by": "editor",
    "open_url": "url",
    "preview_url": "thumbnailUrl",
    "download_url": "contentUrl",
    "published_url": "mainEntityOfPage",
    "is_published": "isAccessibleForFree",
    "is_shared": "zohowriter:isShared",
    "is_favourite": "zohowriter:isFavourite",
    "permissions": "zohowriter:permissions",
    "can_edit": "zohowriter:canEdit",
    "can_share": "zohowriter:canShare",
    "can_delete": "zohowriter:canDelete",
    "parent_info": "isPartOf",
    "folder_id": "zohowriter:folderId",
    "folder_name": "zohowriter:folderName",
    "merge_data": "zohowriter:mergeData",
    "merge_report_url": "zohowriter:mergeReportUrl",
    "output_settings": "zohowriter:outputSettings",
    "format": "encodingFormat",
    "password": "accessCode",
    "service_name": "provider",
    "sign_request_id": "zohowriter:signRequestId",
    "signer_data": "zohowriter:signerData",
    "test_mode": "zohowriter:testMode",
    "webhook_info": "zohowriter:webhookInfo",
    "status": "actionStatus",
    "download_link": "contentUrl",
    "status_url": "zohowriter:statusUrl",
    "job_id": "zohowriter:jobId"
  },
  "@type": "APIReference",
  "name": "Zoho Writer API",
  "description": "REST API for programmatic document creation, editing, mail merge, electronic signing, and multi-format export.",
  "url": "https://www.zoho.com/writer/help/api/v1/",
  "provider": {
    "@type": "Organization",
    "name": "Zoho Corporation",
    "url": "https://www.zoho.com"
  },
  "documentation": "https://www.zoho.com/writer/help/api/v1/",
  "termsOfService": "https://www.zoho.com/writer/developers.html",
  "softwareVersion": "v1"
}