Zoho Creator · JSON-LD Context

Zoho Creator Context

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

0 Classes 25 Properties 2 Namespaces
View Context View on GitHub

Namespaces

creator: https://www.zoho.com/creator/help/api/v2.1/#
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
ZohoCreatorApplication reference
ZohoCreatorForm reference
ZohoCreatorReport reference
ZohoCreatorRecord reference
ZohoCreatorField reference
ZohoCreatorBulkJob reference
account_owner_name string
app_link_name string
form_link_name string
report_link_name string
record_ID string
job_id string
status string
Added_Time dateTime
Modified_Time dateTime
Added_User reference
Modified_User reference
display_value string
link_name string
display_name string
is_mandatory boolean
code integer
message string
data
criteria string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "creator": "https://www.zoho.com/creator/help/api/v2.1/#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "ZohoCreatorApplication": {
      "@id": "creator:Application",
      "@type": "@id"
    },
    "ZohoCreatorForm": {
      "@id": "creator:Form",
      "@type": "@id"
    },
    "ZohoCreatorReport": {
      "@id": "creator:Report",
      "@type": "@id"
    },
    "ZohoCreatorRecord": {
      "@id": "creator:Record",
      "@type": "@id"
    },
    "ZohoCreatorField": {
      "@id": "creator:Field",
      "@type": "@id"
    },
    "ZohoCreatorBulkJob": {
      "@id": "creator:BulkJob",
      "@type": "@id"
    },

    "account_owner_name": {
      "@id": "creator:accountOwnerName",
      "@type": "xsd:string"
    },
    "app_link_name": {
      "@id": "creator:appLinkName",
      "@type": "xsd:string"
    },
    "form_link_name": {
      "@id": "creator:formLinkName",
      "@type": "xsd:string"
    },
    "report_link_name": {
      "@id": "creator:reportLinkName",
      "@type": "xsd:string"
    },
    "record_ID": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "job_id": {
      "@id": "creator:jobId",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "schema:actionStatus",
      "@type": "xsd:string"
    },
    "Added_Time": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "Modified_Time": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "Added_User": {
      "@id": "schema:author",
      "@type": "@id"
    },
    "Modified_User": {
      "@id": "schema:editor",
      "@type": "@id"
    },
    "display_value": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "link_name": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "display_name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "is_mandatory": {
      "@id": "schema:valueRequired",
      "@type": "xsd:boolean"
    },
    "code": {
      "@id": "creator:responseCode",
      "@type": "xsd:integer"
    },
    "message": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "schema:result"
    },
    "criteria": {
      "@id": "creator:filterCriteria",
      "@type": "xsd:string"
    }
  }
}