Figma · JSON Structure

Figma Teams Webhook V2 Structure

Type: object Properties: 6
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

WebhookV2 is a JSON Structure definition published by Figma, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id team_id client_id passcode endpoint description

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebhookV2",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "team_id": {
      "type": "string"
    },
    "client_id": {
      "type": "['string', 'null']"
    },
    "passcode": {
      "type": "string"
    },
    "endpoint": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    }
  }
}