Figma · JSON Structure

Figma Dev Resources Dev Resource Create Error Structure

Type: object Properties: 3
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

DevResourceCreateError is a JSON Structure definition published by Figma, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fileKey nodeId error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DevResourceCreateError",
  "type": "object",
  "properties": {
    "fileKey": {
      "type": "['string', 'null']"
    },
    "nodeId": {
      "type": "['string', 'null']"
    },
    "error": {
      "type": "string"
    }
  }
}