Model datasets

Commerce integration fixture — test funds only

One independently authored dummy record for payment and delivery tests. Not a financial dataset.

{
  "id": "commerce_test_fixture",
  "version": "0.1.0",
  "title": "Commerce integration fixture — test funds only",
  "description": "One independently authored dummy record for payment and delivery tests. Not a financial dataset.",
  "synthetic": true,
  "status": "test_only",
  "release_approved": false,
  "terms": {
    "version": "test-only-v1",
    "text": "Integration test only. No commercial financial dataset is supplied."
  },
  "price": {
    "usdc_atomic": "10000",
    "card_minor": 100,
    "card_currency": "usd"
  },
  "schema": {
    "type": "object",
    "required": [
      "dataset_id",
      "synthetic",
      "records"
    ]
  },
  "sample": {
    "records": [
      {
        "example": "delivery integration test only"
      }
    ]
  },
  "coverage": "One commerce fixture; no model-checking or real-system claims.",
  "freshness": "Static integration fixture, version 0.1.0.",
  "support": "Local development only.",
  "update_policy": "One immutable version; no subscription.",
  "purchasable": true,
  "payment_environment": "test",
  "channels": [
    "x402"
  ],
  "artifact": {
    "sha256": "cb101990a721ad123e8af93c82e2ae58724cb97d1e18932055c63f36dd65aefb",
    "bytes": 113,
    "content_type": "application/json"
  },
  "purchase_url": "https://threat-perception-preview.onrender.com/v1/purchases/commerce_test_fixture/0.1.0",
  "checkout_url": "https://threat-perception-preview.onrender.com/v1/checkouts/commerce_test_fixture/0.1.0"
}