{
  "$id": "https://intentschema.org/profiles/com.slack/communication.chat.channel.archive.v1.json",
  "id": "org.intentschema.communication.chat.channel.archive.v1@com.slack.v1",
  "pins": "https://intentschema.org/intents/communication/chat/channel/archive/v1.json",
  "title": "Slack channel archive profile",
  "description": "Slack profile for conversations.archive.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "slack"
          }
        },
        "required": [
          "system"
        ]
      },
      "slack": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/api/conversations.archive",
    "scopes": [
      "channels:manage"
    ],
    "docs": "https://api.slack.com/methods/conversations.archive",
    "params": {
      "target.external_id": "channel"
    },
    "base_url": "https://slack.com"
  }
}
