Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore: edit task.json and document
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeliaCelline committed Jul 5, 2024
1 parent c139817 commit 3a4b5ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/hubspot/v0/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"type": "string"
},
"threadUserInformation":{
"title": "Contact's information",
"type": "object",
"properties": {
"name": {
Expand Down Expand Up @@ -613,6 +612,7 @@
"title": "Senders",
"type": "array",
"items": {
"title": "Sender's information",
"$ref": "#/$defs/threadUserInformation"
}
},
Expand All @@ -623,6 +623,7 @@
"title": "Recipients",
"type": "array",
"items": {
"title": "Recipient's information",
"$ref": "#/$defs/threadUserInformation"
}
},
Expand Down

0 comments on commit 3a4b5ef

Please sign in to comment.