Figma · JSON Structure

Figma Projects Project File Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

ProjectFile 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

key name thumbnail_url last_modified

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"
    }
  }
}