HubSpot · JSON-LD Context
Hubspot Custom Workflow Actions Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Custom Workflow Actions Api from HubSpot.
22 Classes
39 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CallbackCompletionRequest
BatchCallbackCompletionRequest
BatchCallbackInput
BatchCallbackResponse
BatchCallbackError
ActionDefinition
ActionDefinitionInput
ActionDefinitionPatch
ActionLabels
InputField
OutputField
FieldTypeDefinition
FieldOption
ObjectRequestOptions
ActionFunctionReference
ActionDefinitionCollection
ActionFunction
ActionFunctionInput
ActionFunctionCollection
ActionDefinitionRevision
ActionDefinitionRevisionCollection
Paging
Properties
| Property | Type | Container |
|---|---|---|
| outputFields | reference | |
| inputs | reference | set |
| callbackId | string | |
| status | string | |
| errors | reference | set |
| message | string | |
| category | string | |
| id | string | |
| revisionId | string | |
| actionUrl | reference | |
| labels | reference | |
| inputFields | reference | set |
| objectTypes | string | set |
| objectRequestOptions | reference | |
| published | boolean | |
| functions | reference | set |
| actionName | string | |
| actionDescription | string | |
| appDisplayName | string | |
| actionCardContent | string | |
| typeDefinition | reference | |
| supportedValueTypes | string | set |
| isRequired | boolean | |
| name | ||
| type | string | |
| fieldType | string | |
| label | string | |
| description | ||
| options | reference | set |
| value | string | |
| displayOrder | integer | |
| properties | string | set |
| functionType | string | |
| results | reference | set |
| paging | reference | |
| functionSource | string | |
| definition | reference | |
| createdAt | dateTime | |
| next | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hubspot": "https://developers.hubspot.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CallbackCompletionRequest": "hubspot:CallbackCompletionRequest",
"outputFields": {
"@id": "hubspot:outputFields",
"@type": "@id"
},
"BatchCallbackCompletionRequest": "hubspot:BatchCallbackCompletionRequest",
"inputs": {
"@id": "hubspot:inputs",
"@container": "@set",
"@type": "@id"
},
"BatchCallbackInput": "hubspot:BatchCallbackInput",
"callbackId": {
"@id": "hubspot:callbackId",
"@type": "xsd:string"
},
"BatchCallbackResponse": "hubspot:BatchCallbackResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"errors": {
"@id": "hubspot:errors",
"@container": "@set",
"@type": "@id"
},
"BatchCallbackError": "hubspot:BatchCallbackError",
"message": {
"@id": "hubspot:message",
"@type": "xsd:string"
},
"category": {
"@id": "hubspot:category",
"@type": "xsd:string"
},
"ActionDefinition": "hubspot:ActionDefinition",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"revisionId": {
"@id": "hubspot:revisionId",
"@type": "xsd:string"
},
"actionUrl": {
"@id": "hubspot:actionUrl",
"@type": "@id"
},
"labels": {
"@id": "hubspot:labels",
"@type": "@id"
},
"inputFields": {
"@id": "hubspot:inputFields",
"@container": "@set",
"@type": "@id"
},
"objectTypes": {
"@id": "hubspot:objectTypes",
"@container": "@set",
"@type": "xsd:string"
},
"objectRequestOptions": {
"@id": "hubspot:objectRequestOptions",
"@type": "@id"
},
"published": {
"@id": "hubspot:published",
"@type": "xsd:boolean"
},
"functions": {
"@id": "hubspot:functions",
"@container": "@set",
"@type": "@id"
},
"ActionDefinitionInput": "hubspot:ActionDefinitionInput",
"ActionDefinitionPatch": "hubspot:ActionDefinitionPatch",
"ActionLabels": "hubspot:ActionLabels",
"actionName": {
"@id": "hubspot:actionName",
"@type": "xsd:string"
},
"actionDescription": {
"@id": "hubspot:actionDescription",
"@type": "xsd:string"
},
"appDisplayName": {
"@id": "hubspot:appDisplayName",
"@type": "xsd:string"
},
"actionCardContent": {
"@id": "hubspot:actionCardContent",
"@type": "xsd:string"
},
"InputField": "hubspot:InputField",
"typeDefinition": {
"@id": "hubspot:typeDefinition",
"@type": "@id"
},
"supportedValueTypes": {
"@id": "hubspot:supportedValueTypes",
"@container": "@set",
"@type": "xsd:string"
},
"isRequired": {
"@id": "hubspot:isRequired",
"@type": "xsd:boolean"
},
"OutputField": "hubspot:OutputField",
"FieldTypeDefinition": "hubspot:FieldTypeDefinition",
"name": {
"@id": "schema:name"
},
"type": {
"@id": "hubspot:type",
"@type": "xsd:string"
},
"fieldType": {
"@id": "hubspot:fieldType",
"@type": "xsd:string"
},
"label": {
"@id": "hubspot:label",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description"
},
"options": {
"@id": "hubspot:options",
"@container": "@set",
"@type": "@id"
},
"FieldOption": "hubspot:FieldOption",
"value": {
"@id": "hubspot:value",
"@type": "xsd:string"
},
"displayOrder": {
"@id": "hubspot:displayOrder",
"@type": "xsd:integer"
},
"ObjectRequestOptions": "hubspot:ObjectRequestOptions",
"properties": {
"@id": "hubspot:properties",
"@container": "@set",
"@type": "xsd:string"
},
"ActionFunctionReference": "hubspot:ActionFunctionReference",
"functionType": {
"@id": "hubspot:functionType",
"@type": "xsd:string"
},
"ActionDefinitionCollection": "hubspot:ActionDefinitionCollection",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"ActionFunction": "hubspot:ActionFunction",
"functionSource": {
"@id": "hubspot:functionSource",
"@type": "xsd:string"
},
"ActionFunctionInput": "hubspot:ActionFunctionInput",
"ActionFunctionCollection": "hubspot:ActionFunctionCollection",
"ActionDefinitionRevision": "hubspot:ActionDefinitionRevision",
"definition": {
"@id": "hubspot:definition",
"@type": "@id"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"ActionDefinitionRevisionCollection": "hubspot:ActionDefinitionRevisionCollection",
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
}
}
}