HubSpot · JSON-LD Context

Hubspot Custom Workflow Actions Context

JSON-LD context defining the semantic vocabulary for Hubspot Custom Workflow Actions from HubSpot.

0 Classes 24 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
CallbackCompletionRequest
BatchCallbackCompletionRequest
BatchCallbackInput
BatchCallbackResponse
BatchCallbackError
ActionDefinition
ActionDefinitionInput
ActionDefinitionPatch
ActionLabels
InputField
OutputField
FieldTypeDefinition
FieldOption
ObjectRequestOptions
ActionFunctionReference
ActionDefinitionCollection
ActionFunction
ActionFunctionInput
ActionFunctionCollection
ActionDefinitionRevision
ActionDefinitionRevisionCollection
Paging
Error
ErrorDetail

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "CallbackCompletionRequest": {
      "@id": "ns:CallbackCompletionRequest",
      "@context": {
        "outputFields": "ns:outputFields"
      }
    },
    "BatchCallbackCompletionRequest": {
      "@id": "ns:BatchCallbackCompletionRequest",
      "@context": {
        "inputs": "ns:inputs"
      }
    },
    "BatchCallbackInput": {
      "@id": "ns:BatchCallbackInput",
      "@context": {
        "callbackId": {
          "@id": "ns:callbackId",
          "@type": "xsd:string"
        },
        "outputFields": "ns:outputFields"
      }
    },
    "BatchCallbackResponse": {
      "@id": "ns:BatchCallbackResponse",
      "@context": {
        "status": {
          "@id": "ns:status",
          "@type": "xsd:string"
        },
        "errors": "ns:errors"
      }
    },
    "BatchCallbackError": {
      "@id": "ns:BatchCallbackError",
      "@context": {
        "callbackId": {
          "@id": "ns:callbackId",
          "@type": "xsd:string"
        },
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        }
      }
    },
    "ActionDefinition": {
      "@id": "ns:ActionDefinition",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "revisionId": {
          "@id": "ns:revisionId",
          "@type": "xsd:string"
        },
        "actionUrl": {
          "@id": "ns:actionUrl",
          "@type": "xsd:string"
        },
        "labels": {
          "@id": "ns:labels",
          "@type": "xsd:string"
        },
        "inputFields": "ns:inputFields",
        "outputFields": "ns:outputFields",
        "objectTypes": "ns:objectTypes",
        "objectRequestOptions": {
          "@id": "ns:objectRequestOptions",
          "@type": "xsd:string"
        },
        "published": {
          "@id": "ns:published",
          "@type": "xsd:boolean"
        },
        "functions": "ns:functions"
      }
    },
    "ActionDefinitionInput": {
      "@id": "ns:ActionDefinitionInput",
      "@context": {
        "actionUrl": {
          "@id": "ns:actionUrl",
          "@type": "xsd:string"
        },
        "labels": {
          "@id": "ns:labels",
          "@type": "xsd:string"
        },
        "inputFields": "ns:inputFields",
        "outputFields": "ns:outputFields",
        "objectTypes": "ns:objectTypes",
        "objectRequestOptions": {
          "@id": "ns:objectRequestOptions",
          "@type": "xsd:string"
        },
        "published": {
          "@id": "ns:published",
          "@type": "xsd:boolean"
        }
      }
    },
    "ActionDefinitionPatch": {
      "@id": "ns:ActionDefinitionPatch",
      "@context": {
        "actionUrl": {
          "@id": "ns:actionUrl",
          "@type": "xsd:string"
        },
        "labels": {
          "@id": "ns:labels",
          "@type": "xsd:string"
        },
        "inputFields": "ns:inputFields",
        "outputFields": "ns:outputFields",
        "objectTypes": "ns:objectTypes",
        "objectRequestOptions": {
          "@id": "ns:objectRequestOptions",
          "@type": "xsd:string"
        },
        "published": {
          "@id": "ns:published",
          "@type": "xsd:boolean"
        }
      }
    },
    "ActionLabels": {
      "@id": "ns:ActionLabels",
      "@context": {
        "actionName": {
          "@id": "ns:actionName",
          "@type": "xsd:string"
        },
        "actionDescription": {
          "@id": "ns:actionDescription",
          "@type": "xsd:string"
        },
        "appDisplayName": {
          "@id": "ns:appDisplayName",
          "@type": "xsd:string"
        },
        "actionCardContent": {
          "@id": "ns:actionCardContent",
          "@type": "xsd:string"
        }
      }
    },
    "InputField": {
      "@id": "ns:InputField",
      "@context": {
        "typeDefinition": {
          "@id": "ns:typeDefinition",
          "@type": "xsd:string"
        },
        "supportedValueTypes": "ns:supportedValueTypes",
        "isRequired": {
          "@id": "ns:isRequired",
          "@type": "xsd:boolean"
        }
      }
    },
    "OutputField": {
      "@id": "ns:OutputField",
      "@context": {
        "typeDefinition": {
          "@id": "ns:typeDefinition",
          "@type": "xsd:string"
        }
      }
    },
    "FieldTypeDefinition": {
      "@id": "ns:FieldTypeDefinition",
      "@context": {
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        },
        "fieldType": {
          "@id": "ns:fieldType",
          "@type": "xsd:string"
        },
        "label": {
          "@id": "ns:label",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "options": "ns:options"
      }
    },
    "FieldOption": {
      "@id": "ns:FieldOption",
      "@context": {
        "label": {
          "@id": "ns:label",
          "@type": "xsd:string"
        },
        "value": {
          "@id": "ns:value",
          "@type": "xsd:string"
        },
        "displayOrder": {
          "@id": "ns:displayOrder",
          "@type": "xsd:integer"
        }
      }
    },
    "ObjectRequestOptions": {
      "@id": "ns:ObjectRequestOptions",
      "@context": {
        "properties": "ns:properties"
      }
    },
    "ActionFunctionReference": {
      "@id": "ns:ActionFunctionReference",
      "@context": {
        "functionType": {
          "@id": "ns:functionType",
          "@type": "xsd:string"
        },
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        }
      }
    },
    "ActionDefinitionCollection": {
      "@id": "ns:ActionDefinitionCollection",
      "@context": {
        "results": "ns:results",
        "paging": {
          "@id": "ns:paging",
          "@type": "xsd:string"
        }
      }
    },
    "ActionFunction": {
      "@id": "ns:ActionFunction",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "functionType": {
          "@id": "ns:functionType",
          "@type": "xsd:string"
        },
        "functionSource": {
          "@id": "ns:functionSource",
          "@type": "xsd:string"
        }
      }
    },
    "ActionFunctionInput": {
      "@id": "ns:ActionFunctionInput",
      "@context": {
        "functionSource": {
          "@id": "ns:functionSource",
          "@type": "xsd:string"
        }
      }
    },
    "ActionFunctionCollection": {
      "@id": "ns:ActionFunctionCollection",
      "@context": {
        "results": "ns:results"
      }
    },
    "ActionDefinitionRevision": {
      "@id": "ns:ActionDefinitionRevision",
      "@context": {
        "revisionId": {
          "@id": "ns:revisionId",
          "@type": "xsd:string"
        },
        "definition": {
          "@id": "ns:definition",
          "@type": "xsd:string"
        },
        "createdAt": {
          "@id": "ns:createdAt",
          "@type": "xsd:string"
        }
      }
    },
    "ActionDefinitionRevisionCollection": {
      "@id": "ns:ActionDefinitionRevisionCollection",
      "@context": {
        "results": "ns:results",
        "paging": {
          "@id": "ns:paging",
          "@type": "xsd:string"
        }
      }
    },
    "Paging": {
      "@id": "ns:Paging",
      "@context": {
        "next": "ns:next"
      }
    },
    "Error": {
      "@id": "ns:Error",
      "@context": {
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        },
        "correlationId": {
          "@id": "ns:correlationId",
          "@type": "xsd:string"
        },
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "subCategory": {
          "@id": "ns:subCategory",
          "@type": "xsd:string"
        },
        "errors": "ns:errors",
        "context": "ns:context",
        "links": "ns:links"
      }
    },
    "ErrorDetail": {
      "@id": "ns:ErrorDetail",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "code": {
          "@id": "ns:code",
          "@type": "xsd:string"
        },
        "in": {
          "@id": "ns:in",
          "@type": "xsd:string"
        },
        "subCategory": {
          "@id": "ns:subCategory",
          "@type": "xsd:string"
        },
        "context": "ns:context"
      }
    }
  }
}