Figma · Schema

GetFileVersionsResponse

Response from the Get File Versions endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
versions array An array of version history entries.
View JSON Schema on GitHub

JSON Schema

figma-rest-get-file-versions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetFileVersionsResponse",
  "type": "object",
  "description": "Response from the Get File Versions endpoint.",
  "properties": {
    "versions": {
      "type": "array",
      "description": "An array of version history entries."
    }
  }
}