Figma · Schema

GetProjectFilesResponseBody

Successful response containing project files.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
name string The project's name.
files array An array of files.
View JSON Schema on GitHub

JSON Schema

figma-projects-get-project-files-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetProjectFilesResponseBody",
  "type": "object",
  "description": "Successful response containing project files.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The project's name."
    },
    "files": {
      "type": "array",
      "description": "An array of files."
    }
  }
}