Figma · Schema

DevResourceCreateError

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
fileKey ['string', 'null'] The file key.
nodeId ['string', 'null'] The node id.
error string The error message.
View JSON Schema on GitHub

JSON Schema

figma-dev-resources-dev-resource-create-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DevResourceCreateError",
  "type": "object",
  "properties": {
    "fileKey": {
      "type": "['string', 'null']",
      "description": "The file key."
    },
    "nodeId": {
      "type": "['string', 'null']",
      "description": "The node id."
    },
    "error": {
      "type": "string",
      "description": "The error message."
    }
  }
}