Figma · JSON Structure

Figma Rest Get File Nodes Response Structure

Type: object Properties: 5
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

name lastModified version role nodes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetFileNodesResponse",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "nodes": {
      "type": "object"
    }
  }
}