{
  "$id": "https://hash.ai/@h/types/entity-type/sync-linear-data-with/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "Something that syncs linear data with something.",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@h/types/property-type/linear-team-id/": {
      "items": {
        "$ref": "https://hash.ai/@h/types/property-type/linear-team-id/v/1"
      },
      "type": "array"
    }
  },
  "title": "Sync Linear Data With",
  "type": "object"
}