Figma · Schema

GetDevResourcesResponseBody

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

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

JSON Schema

figma-files-get-dev-resources-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetDevResourcesResponseBody",
  "type": "object",
  "properties": {
    "devResources": {
      "type": "array",
      "description": "An array of dev resources."
    }
  }
}