Figma · Schema

PostDevResourcesResponseBody

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
linksCreated array An array of links created.
errors array An array of errors.
View JSON Schema on GitHub

JSON Schema

figma-dev-resources-post-dev-resources-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PostDevResourcesResponseBody",
  "type": "object",
  "properties": {
    "linksCreated": {
      "type": "array",
      "description": "An array of links created."
    },
    "errors": {
      "type": "array",
      "description": "An array of errors."
    }
  }
}