{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/custom-workflow-actions-api-object-request-options-structure.json", "name": "ObjectRequestOptions", "description": "Options for requesting CRM object data", "type": "object", "properties": { "properties": { "type": "array", "description": "CRM properties to include in the action execution request", "items": { "type": "string" }, "example": [ "example-value" ] } } }