Figma · JSON Structure

Figma Files Get Dev Resources Response Body Structure

Type: object Properties: 1
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

GetDevResourcesResponseBody is a JSON Structure definition published by Figma, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

devResources

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetDevResourcesResponseBody",
  "type": "object",
  "properties": {
    "devResources": {
      "type": "array"
    }
  }
}