{
"action": "schema.watch",
"projectId": "my-project-id",
"provider": "hubspot",
"groupRef": "my-group-ref",
"groupName": "my-group-name",
"consumerRef": "my-consumer-ref",
"consumerName": "my-consumer-name",
"installationId": "my-installation-id",
"installationUpdateTime": "my-installation-update-time",
"objectName": "object-name",
"result": {
"newFields": [
{
"fieldName": "address",
"displayName": "Street Address",
"valueType": "string",
"providerType": "string",
"isCustom": false,
"readOnly": false
}
],
"removedFields": [
{
"fieldName": "old_field",
"displayName": "Old Field",
"valueType": "string",
"providerType": "string",
"isCustom": true,
"readOnly": false
}
],
"updatedFields": [
{
"oldValue": {
"fieldName": "email",
"displayName": "Email Address",
"valueType": "string",
"providerType": "string",
"isCustom": false,
"readOnly": true
},
"newValue": {
"fieldName": "email",
"displayName": "Email",
"valueType": "string",
"providerType": "string",
"isCustom": false,
"readOnly": false
}
}
]
}
}