Figma · Schema

GetTeamProjectsResponse

Response from the Get Team Projects endpoint.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
name string The name of the team.
projects array
View JSON Schema on GitHub

JSON Schema

figma-rest-get-team-projects-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetTeamProjectsResponse",
  "type": "object",
  "description": "Response from the Get Team Projects endpoint.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the team."
    },
    "projects": {
      "type": "array"
    }
  }
}