Workato · JSON-LD Context
Workato Context
JSON-LD context defining the semantic vocabulary for Workato from Workato.
25 Classes
56 Properties
3 Namespaces
Namespaces
workato:
https://www.workato.com/schema/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
BatchPublishRequest
BatchPublishResponse
ConsumeRequest
ConsumeResponse
DataSource
DataTable
DataTableColumn
DataTableInput
Genie
GenieInput
KnowledgeBase
KnowledgeBaseInput
McpServer
McpServerInput
Message
PublishResponse
Recipe
RecipeInput
RecipeVersion
ServerPolicy
Skill
Tool
UserGroup
Workato Genie
Workato Recipe
Properties
| Property | Type | Container |
|---|---|---|
| schema | string | set |
| actionApplications | string | set |
| afterMessageId | string | |
| aiProvider | string | |
| authenticationMethod | string | |
| batchSize | integer | |
| code | string | |
| comment | string | |
| config | string | |
| connectionId | integer | |
| createdAt | ||
| customOauthKeyId | integer | |
| dataSources | string | set |
| description | ||
| folderId | integer | |
| handle | string | |
| id | integer | |
| instructions | string | |
| ipAllowlist | string | set |
| ipDenylist | string | set |
| isPartialError | boolean | |
| jobFailedCount | integer | |
| jobSucceededCount | integer | |
| knowledgeBases | string | set |
| lastRunAt | dateTime | |
| matrix | reference | |
| mcpUrl | reference | |
| messageId | string | |
| messageIds | reference | |
| messages | string | set |
| name | ||
| payload | reference | |
| payloads | set | |
| quotaLimit | reference | |
| rateLimit | reference | |
| recipe | reference | |
| recipeId | integer | |
| required | boolean | |
| running | boolean | |
| sharedAccountId | integer | |
| sinceTime | dateTime | |
| skills | string | set |
| sourceType | string | |
| state | string | |
| stopCause | string | |
| stoppedAt | dateTime | |
| time | dateTime | |
| timeoutSecs | integer | |
| triggerApplication | string | |
| type | string | |
| updatedAt | ||
| userGroups | string | set |
| versionNo | integer | |
| McpTool | ||
| Connection | ||
| EventTopic |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"workato": "https://www.workato.com/schema/",
"schema": {
"@id": "workato:schema",
"@container": "@set",
"@type": "xsd:string"
},
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BatchPublishRequest": "workato:BatchPublishRequest",
"BatchPublishResponse": "workato:BatchPublishResponse",
"ConsumeRequest": "workato:ConsumeRequest",
"ConsumeResponse": "workato:ConsumeResponse",
"DataSource": "workato:DataSource",
"DataTable": "workato:DataTable",
"DataTableColumn": "workato:DataTableColumn",
"DataTableInput": "workato:DataTableInput",
"Genie": "workato:Genie",
"GenieInput": "workato:GenieInput",
"KnowledgeBase": "workato:KnowledgeBase",
"KnowledgeBaseInput": "workato:KnowledgeBaseInput",
"McpServer": "workato:McpServer",
"McpServerInput": "workato:McpServerInput",
"Message": "workato:Message",
"PublishResponse": "workato:PublishResponse",
"Recipe": "workato:Recipe",
"RecipeInput": "workato:RecipeInput",
"RecipeVersion": "workato:RecipeVersion",
"ServerPolicy": "workato:ServerPolicy",
"Skill": "workato:Skill",
"Tool": "workato:Tool",
"UserGroup": "workato:UserGroup",
"Workato Genie": "workato:Workato Genie",
"Workato Recipe": "workato:Workato Recipe",
"actionApplications": {
"@id": "workato:action_applications",
"@container": "@set",
"@type": "xsd:string"
},
"afterMessageId": {
"@id": "workato:after_message_id",
"@type": "xsd:string"
},
"aiProvider": {
"@id": "workato:ai_provider",
"@type": "xsd:string"
},
"authenticationMethod": {
"@id": "workato:authentication_method",
"@type": "xsd:string"
},
"batchSize": {
"@id": "workato:batch_size",
"@type": "xsd:integer"
},
"code": {
"@id": "workato:code",
"@type": "xsd:string"
},
"comment": {
"@id": "workato:comment",
"@type": "xsd:string"
},
"config": {
"@id": "workato:config",
"@type": "xsd:string"
},
"connectionId": {
"@id": "workato:connection_id",
"@type": "xsd:integer"
},
"createdAt": {
"@id": "schema:dateCreated"
},
"customOauthKeyId": {
"@id": "workato:custom_oauth_key_id",
"@type": "xsd:integer"
},
"dataSources": {
"@id": "workato:data_sources",
"@container": "@set",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description"
},
"folderId": {
"@id": "workato:folder_id",
"@type": "xsd:integer"
},
"handle": {
"@id": "workato:handle",
"@type": "xsd:string"
},
"id": {
"@id": "workato:id",
"@type": "xsd:integer"
},
"instructions": {
"@id": "workato:instructions",
"@type": "xsd:string"
},
"ipAllowlist": {
"@id": "workato:ip_allowlist",
"@container": "@set",
"@type": "xsd:string"
},
"ipDenylist": {
"@id": "workato:ip_denylist",
"@container": "@set",
"@type": "xsd:string"
},
"isPartialError": {
"@id": "workato:is_partial_error",
"@type": "xsd:boolean"
},
"jobFailedCount": {
"@id": "workato:job_failed_count",
"@type": "xsd:integer"
},
"jobSucceededCount": {
"@id": "workato:job_succeeded_count",
"@type": "xsd:integer"
},
"knowledgeBases": {
"@id": "workato:knowledge_bases",
"@container": "@set",
"@type": "xsd:string"
},
"lastRunAt": {
"@id": "workato:last_run_at",
"@type": "xsd:dateTime"
},
"matrix": {
"@id": "workato:matrix",
"@type": "@id"
},
"mcpUrl": {
"@id": "workato:mcp_url",
"@type": "@id"
},
"messageId": {
"@id": "workato:message_id",
"@type": "xsd:string"
},
"messageIds": {
"@id": "workato:message_ids",
"@type": "@id"
},
"messages": {
"@id": "workato:messages",
"@container": "@set",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"payload": {
"@id": "workato:payload",
"@type": "@id"
},
"payloads": {
"@id": "workato:payloads",
"@container": "@set"
},
"quotaLimit": {
"@id": "workato:quota_limit",
"@type": "@id"
},
"rateLimit": {
"@id": "workato:rate_limit",
"@type": "@id"
},
"recipe": {
"@id": "workato:recipe",
"@type": "@id"
},
"recipeId": {
"@id": "workato:recipe_id",
"@type": "xsd:integer"
},
"required": {
"@id": "workato:required",
"@type": "xsd:boolean"
},
"running": {
"@id": "workato:running",
"@type": "xsd:boolean"
},
"sharedAccountId": {
"@id": "workato:shared_account_id",
"@type": "xsd:integer"
},
"sinceTime": {
"@id": "workato:since_time",
"@type": "xsd:dateTime"
},
"skills": {
"@id": "workato:skills",
"@container": "@set",
"@type": "xsd:string"
},
"sourceType": {
"@id": "workato:source_type",
"@type": "xsd:string"
},
"state": {
"@id": "workato:state",
"@type": "xsd:string"
},
"stopCause": {
"@id": "workato:stop_cause",
"@type": "xsd:string"
},
"stoppedAt": {
"@id": "workato:stopped_at",
"@type": "xsd:dateTime"
},
"time": {
"@id": "workato:time",
"@type": "xsd:dateTime"
},
"timeoutSecs": {
"@id": "workato:timeout_secs",
"@type": "xsd:integer"
},
"triggerApplication": {
"@id": "workato:trigger_application",
"@type": "xsd:string"
},
"type": {
"@id": "workato:type",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "schema:dateModified"
},
"userGroups": {
"@id": "workato:user_groups",
"@container": "@set",
"@type": "xsd:string"
},
"versionNo": {
"@id": "workato:version_no",
"@type": "xsd:integer"
},
"McpTool": {
"@id": "workato:McpTool",
"@context": {
"id": "@id",
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"trigger_application": {
"@id": "workato:triggerApplication"
}
}
},
"Connection": {
"@id": "workato:Connection",
"@context": {
"id": "@id",
"name": {
"@id": "schema:name"
},
"provider": {
"@id": "schema:provider"
},
"authorized": {
"@id": "workato:authorized",
"@type": "xsd:boolean"
},
"created_at": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "dcterms:modified",
"@type": "xsd:dateTime"
}
}
},
"EventTopic": {
"@id": "workato:EventTopic",
"@context": {
"id": "@id",
"name": {
"@id": "schema:name"
},
"description": {
"@id": "schema:description"
},
"schema": {
"@id": "workato:topicSchema"
},
"created_at": {
"@id": "dcterms:created",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "dcterms:modified",
"@type": "xsd:dateTime"
}
}
}
}
}