| 1 | { |
| 2 | "$schema" "https://json-schema.org/draft/2020-12/schema", |
| 3 | "$id" "https://cascade.dev/intercom-wire/v1/payloads/thread-forked.schema.json", |
| 4 | "title" "IntercomThreadForkedPayload", |
| 5 | "type" "object", |
| 6 | "required" ["new_thread_id", "previous_thread_id"], |
| 7 | "properties" { |
| 8 | "new_thread_id" { "type": "string" }, |
| 9 | "previous_thread_id" { "type": "string" }, |
| 10 | "parent_message_id" { "type": "string" } |
| 11 | }, |
| 12 | "additionalProperties" true |
| 13 | } |
| 14 |