Figma · Schema

GetProjectFilesResponse

Response from the Get Project Files endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

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

JSON Schema

figma-rest-get-project-files-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetProjectFilesResponse",
  "type": "object",
  "description": "Response from the Get Project Files endpoint.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the project."
    },
    "files": {
      "type": "array"
    }
  }
}