Figma · Schema

DevResourceUpdateError

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
id string The id of the dev resource.
error string The error message.
View JSON Schema on GitHub

JSON Schema

figma-dev-resources-dev-resource-update-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DevResourceUpdateError",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The id of the dev resource."
    },
    "error": {
      "type": "string",
      "description": "The error message."
    }
  }
}