Figma · Schema

UpdateDevResourceItem

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
id string Unique identifier of the dev resource
name string The name of the dev resource.
url string The URL of the dev resource.
View JSON Schema on GitHub

JSON Schema

figma-dev-resources-update-dev-resource-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateDevResourceItem",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the dev resource"
    },
    "name": {
      "type": "string",
      "description": "The name of the dev resource."
    },
    "url": {
      "type": "string",
      "description": "The URL of the dev resource."
    }
  }
}