Figma · JSON Structure

Figma Rest Version Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Version 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

id created_at label description

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Version",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "label": {
      "type": "['string', 'null']"
    },
    "description": {
      "type": "['string', 'null']"
    }
  }
}