{
  "artifact": {
    "bytes": 23173,
    "format": "json",
    "mediaType": "application/json",
    "path": "samples/states/stripe/subscription-heavy/state.json",
    "sha256": "226972514779fbc815b84ed50a148c493dde83e5ab0feb6f39686f1b2ea015ea"
  },
  "capabilities": {
    "limitations": [
      "No real money movement and no guarantee beyond the published route surface."
    ],
    "required": [
      "state.read",
      "state.load",
      "state.reset",
      "rest.customers"
    ],
    "supportedSurface": "Stateful customers, products, payments, invoices, subscriptions, refunds, and modeled platform resources."
  },
  "category": "populated",
  "displayName": "Stripe populated subscription portfolio",
  "entityCounts": {
    "collections": {
      "accounts": 1,
      "balanceTransactions": 0,
      "charges": 0,
      "checkoutSessions": 2,
      "coupons": 2,
      "customers": 5,
      "disputes": 0,
      "events": 5,
      "invoiceItems": 0,
      "invoices": 0,
      "meterEvents": 3,
      "meters": 1,
      "paymentIntents": 0,
      "paymentLinks": 0,
      "paymentMethods": 4,
      "prices": 4,
      "products": 4,
      "promotionCodes": 0,
      "refunds": 0,
      "setupIntents": 0,
      "subscriptions": 6,
      "taxRates": 0,
      "testClocks": 1,
      "usageRecords": 2,
      "usageRecordSummaries": 1,
      "webhookEndpoints": 2
    },
    "total": 43
  },
  "environmentId": "stripe",
  "expectedDiff": {
    "changedPathsInclude": [
      "customers"
    ],
    "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": null,
    "expectedStatus": [
      200
    ],
    "method": "GET",
    "operationId": "listSubscriptionPage",
    "path": "/v1/subscriptions?limit=3",
    "transport": "provider-rest"
  },
  "id": "stripe.subscription-heavy.v1",
  "provenance": {
    "authoredBy": "archal",
    "kind": "derived-fixture",
    "sanitizationNotes": [
      "Replaced 8 credential-shaped or non-example email value(s).",
      "Replacement paths: accounts.0.email (email-domain), customers.0.email (email-domain), customers.1.email (email-domain), customers.2.email (email-domain), customers.3.email (email-domain), customers.4.email (email-domain), webhookEndpoints.0.secret, webhookEndpoints.1.secret"
    ],
    "sourcePath": "clones/stripe/seeds/subscription-heavy.json",
    "sourceSha256": "f7fea7d3f49b4df18e62bd48f8b8aa678976e840d34202acccaed48ad290a11e",
    "transformationNotes": [
      "Copied the complete pinned clones/stripe/seeds/subscription-heavy.json state without dropping or slicing entities.",
      "Canonicalized object-key ordering for byte-stable public output."
    ]
  },
  "purpose": "Exercise subscription pagination plus test clocks, meters, usage, checkout sessions, events, and webhooks.",
  "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": {
      "description": "Annual platform plan started through assisted checkout.",
      "email": "billing@northstar-tools.example.test",
      "name": "Northstar Tools"
    },
    "expectedStatus": [
      200,
      201,
      204
    ],
    "method": "POST",
    "operationId": "createCustomer",
    "path": "/v1/customers",
    "transport": "provider-rest"
  },
  "schema": "archal.environment-sample",
  "schemaVersion": 1,
  "slug": "subscription-heavy",
  "stateContract": {
    "format": "json",
    "schema": "archal.environment-state.stripe",
    "version": 1
  }
}
