{
  "artifact": {
    "bytes": 4899,
    "format": "json",
    "mediaType": "application/json",
    "path": "samples/states/linear/privacy-review/state.json",
    "sha256": "d7338aea77f8e1c789e3d589b3cc0ab3097758c2ed02d74033d7ffb42a875690"
  },
  "capabilities": {
    "limitations": [
      "GraphQL fields outside the published schema are intentionally rejected."
    ],
    "required": [
      "state.read",
      "state.load",
      "state.reset",
      "graphql.issue-mutation"
    ],
    "supportedSurface": "Stateful GraphQL teams, issues, projects, cycles, comments, initiatives, and roadmaps."
  },
  "category": "minimal",
  "displayName": "Linear privacy-review baseline",
  "entityCounts": {
    "collections": {
      "attachments": 0,
      "comments": 0,
      "cycles": 0,
      "initiativeProjects": 0,
      "initiatives": 0,
      "issueRelations": 0,
      "issues": 1,
      "labels": 2,
      "organization": 1,
      "projects": 0,
      "teams": 1,
      "users": 2,
      "webhooks": 0,
      "workflowStates": 5
    },
    "total": 12
  },
  "environmentId": "linear",
  "expectedDiff": {
    "changedPathsInclude": [
      "issues"
    ],
    "exact": false,
    "notes": "Hosted promotion must observe every listed path after the provider-native mutation; dynamic provider ids and timestamps are excluded from exact matching."
  },
  "expectedFirstRead": {
    "body": {
      "query": "query { viewer { id name email } }"
    },
    "expectedStatus": [
      200
    ],
    "method": "POST",
    "operationId": "viewer",
    "path": "/graphql",
    "transport": "provider-rest"
  },
  "id": "linear.privacy-review.v1",
  "provenance": {
    "authoredBy": "archal",
    "kind": "derived-fixture",
    "sanitizationNotes": [
      "Replaced 2 credential-shaped or non-example email value(s).",
      "Replacement paths: users.0.email (email-domain), users.1.email (email-domain)"
    ],
    "sourcePath": "clones/linear/seeds/privacy-review.json",
    "sourceSha256": "6720b18488185e92c6b53f3d95b4ee24a82545cdad9961b6033dff678382bf47",
    "transformationNotes": [
      "Copied the complete pinned clones/linear/seeds/privacy-review.json state without dropping or slicing entities.",
      "Canonicalized object-key ordering for byte-stable public output."
    ]
  },
  "purpose": "Read one team and one issue, then create a second issue against that exact team.",
  "qualification": {
    "candidate": {
      "basis": "catalog-admission",
      "status": "passed"
    },
    "certification": {
      "evidencePath": null,
      "lastHostedVerificationAt": null,
      "runtimeBundleDigest": null,
      "sourceCommit": null,
      "status": "unknown"
    },
    "isolation": {
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "reset": {
      "expected": "restores-loaded-sample",
      "lastVerifiedAt": null,
      "status": "unknown"
    },
    "validation": {
      "checks": [
        "artifact-hash",
        "historical-source-lock",
        "state-contract",
        "scenario-semantics",
        "relationship-closure",
        "secret-scan",
        "size-limit"
      ],
      "status": "passed",
      "validator": "archal.environment-samples.v1"
    }
  },
  "representativeMutation": {
    "body": {
      "query": "mutation($input: IssueCreateInput!) { issueCreate(input: $input) { success } }",
      "variables": {
        "input": {
          "teamId": "00000000-0000-4000-8000-100000000010",
          "title": "Add contract coverage for duplicate webhook delivery"
        }
      }
    },
    "expectedStatus": [
      200
    ],
    "method": "POST",
    "operationId": "issueCreate",
    "path": "/graphql",
    "transport": "provider-rest"
  },
  "schema": "archal.environment-sample",
  "schemaVersion": 1,
  "slug": "privacy-review",
  "stateContract": {
    "format": "json",
    "schema": "archal.environment-state.linear",
    "version": 1
  }
}
