Figma · JSON Structure

Figma Rest Client Meta Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

x y node_id node_offset

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClientMeta",
  "type": "object",
  "properties": {
    "x": {
      "type": "number"
    },
    "y": {
      "type": "number"
    },
    "node_id": {
      "type": "string"
    },
    "node_offset": {
      "type": "object"
    }
  }
}