Figma · Schema

CreateDevResourcesRequest

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

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

JSON Schema

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