Figma · JSON Structure

Figma Rest Project File Structure

Type: object Properties: 5
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

ProjectFile 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

key name thumbnail_url last_modified branches

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProjectFile",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "thumbnail_url": {
      "type": "string"
    },
    "last_modified": {
      "type": "string"
    },
    "branches": {
      "type": "array"
    }
  }
}