{
  "$id": "https://hash.ai/@h/types/entity-type/linear-integration/v/3",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An instance of an integration with Linear.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/sync-linear-data-with/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/user/v/3"
          },
          {
            "$ref": "https://hash.ai/@h/types/entity-type/organization/v/1"
          }
        ]
      },
      "type": "array"
    },
    "https://hash.ai/@h/types/entity-type/uses-user-secret/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/user-secret/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/linear-org-id/": {
      "$ref": "https://hash.ai/@h/types/property-type/linear-org-id/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/linear-org-id/"
  ],
  "title": "Linear Integration",
  "type": "object"
}