Figma · Schema

Project

A Figma project within a team.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
id string The ID of the project.
name string The name of the project.
View JSON Schema on GitHub

JSON Schema

figma-rest-project-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Project",
  "type": "object",
  "description": "A Figma project within a team.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the project."
    },
    "name": {
      "type": "string",
      "description": "The name of the project."
    }
  }
}