{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.connector.linear-graphql-api",
  "version": "1.0.0",
  "title": "Linear GraphQL API connector boundary",
  "summary": "Official-source GraphQL query/mutation, OAuth actor, read/write scope, targeted mutation, and personal-key boundaries for Linear connectors.",
  "content": {
    "kind": "connector-boundary",
    "facts": [
      {
        "id": "fact.linear.oauth.read",
        "statement": "Linear's GraphQL endpoint supports queries and OAuth read scope, which is always present for an authorized user account.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.linear.oauth"
        ]
      },
      {
        "id": "fact.linear.oauth.write",
        "statement": "Mutations require write or narrower scopes such as issues:create or comments:create; admin scope should not be requested unless strictly necessary.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.linear.oauth"
        ]
      },
      {
        "id": "fact.linear.oauth.auth",
        "statement": "OAuth 2.0 is recommended for integrations and can act as the authorizing user or as an application actor for agents and service accounts; personal API keys are for personal scripts.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.linear.oauth"
        ]
      },
      {
        "id": "fact.linear.oauth.boundary",
        "statement": "A GraphQL HTTP 200 can still contain errors, and authentication does not prove that a mutation succeeded or that its effects were accepted.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.linear.oauth"
        ]
      }
    ]
  },
  "language": "en",
  "category": "enterprise-application-connector",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/enterprise-application-connectors/linear-graphql-api.json",
  "contentHash": "sha256:2964ad1ffc9b099258d8fa28265836e460adfe54ed6d40dc26fd2b80a3258457",
  "owner": {
    "id": "platos-kallipolis",
    "name": "Plato's Kallipolis",
    "type": "organization",
    "accountabilityUrl": "https://platoskallipolis.com/about"
  },
  "access": {
    "mode": "public",
    "url": "https://platoskallipolis.com/resources/enterprise-application-connectors/linear-graphql-api.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.linear.oauth",
        "url": "https://linear.app/developers/oauth-2-0-authentication",
        "title": "OAuth 2.0 authentication",
        "publisher": "Linear",
        "observedAt": "2026-08-27T01:30:00Z"
      }
    ]
  },
  "observedAt": "2026-08-27T01:30:00Z",
  "freshness": {
    "policy": "max-age",
    "state": "current",
    "nextReviewAt": "2026-09-03T01:30:00Z",
    "maxAgeSeconds": 604800
  },
  "license": {
    "id": "source-terms-apply",
    "url": "https://linear.app/terms",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.linear.oauth",
      "type": "source-claim",
      "url": "https://linear.app/developers/oauth-2-0-authentication",
      "observedAt": "2026-08-27T01:30:00Z"
    }
  ]
}
