Figma · Schema

UpdateDevResourcesRequest

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
devResources array An array of dev resources to update.
View JSON Schema on GitHub

JSON Schema

figma-dev-resources-update-dev-resources-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateDevResourcesRequest",
  "type": "object",
  "properties": {
    "devResources": {
      "type": "array",
      "description": "An array of dev resources to update."
    }
  }
}