Figma · JSON Structure

Figma Dev Resources Create Dev Resource Item Structure

Type: object Properties: 4
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

CreateDevResourceItem 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

name url fileKey nodeId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateDevResourceItem",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "fileKey": {
      "type": "string"
    },
    "nodeId": {
      "type": "string"
    }
  }
}