Figma · Schema

ActivityLogFileEntity

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
type string
id string
name string
View JSON Schema on GitHub

JSON Schema

figma-activity-logs-activity-log-file-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ActivityLogFileEntity",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}