Figma · Schema

GetImageFillsResponse

Response from the Get Image Fills endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
error boolean
status integer
meta object
View JSON Schema on GitHub

JSON Schema

figma-rest-get-image-fills-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetImageFillsResponse",
  "type": "object",
  "description": "Response from the Get Image Fills endpoint.",
  "properties": {
    "error": {
      "type": "boolean"
    },
    "status": {
      "type": "integer"
    },
    "meta": {
      "type": "object"
    }
  }
}