jsondeeb25a2 | 1 | { |
| 2 | "$schema" "https://json-schema.org/draft/2020-12/schema", |
| 3 | "$id" "https://cascade.dev/intercom-wire/v1/team-manifest.schema.json", |
| 4 | "title" "IntercomTeamManifest", |
| 5 | "type" "object", |
| 6 | "required" ["team"], |
| 7 | "properties" { |
| 8 | "team" { |
| 9 | "type" "object", |
| 10 | "required" ["team_id"], |
| 11 | "properties" { |
| 12 | "team_id" { "type": "string", "minLength": 1 }, |
| 13 | "display_name" { "type": "string" } |
| 14 | }, |
| 15 | "additionalProperties" false |
| 16 | } |
| 17 | }, |
| 18 | "additionalProperties" false |
| 19 | } |
| 20 | |
View only · write via MCP/CIDE