Figma · JSON Structure

Figma Files Get File Response Body Structure

Type: object Properties: 12
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

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

Properties

name role lastModified editorType thumbnailUrl version components componentSets schemaVersion styles mainFileKey branches

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetFileResponseBody",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "lastModified": {
      "type": "string"
    },
    "editorType": {
      "type": "string"
    },
    "thumbnailUrl": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "components": {
      "type": "object"
    },
    "componentSets": {
      "type": "object"
    },
    "schemaVersion": {
      "type": "number"
    },
    "styles": {
      "type": "object"
    },
    "mainFileKey": {
      "type": "string"
    },
    "branches": {
      "type": "array"
    }
  }
}