{
  "schemaVersion": "3.0.0-draft",
  "recordId": "kb_lume-bakery_main-bakery_badc0ffe",
  "recordType": "known_business",
  "lifecycleStatus": "published",
  "identity": {
    "displayName": "Lume Bakery",
    "legalName": "Lume Bakery, LLC",
    "description": "Fictional demo neighborhood bakery used for Open Commerce Graph fixtures.",
    "url": "https://lume-bakery.example.com",
    "domain": "lume-bakery.example.com",
    "email": "orders@lume-bakery.example.com",
    "phone": "+15035550140",
    "contacts": [
      {
        "id": "contact_support",
        "type": "support_url",
        "value": "https://lume-bakery.example.com/contact",
        "preferred": true
      },
      {
        "id": "contact_social",
        "type": "social",
        "value": "https://example.com/social/lume-bakery"
      }
    ],
    "businessIdentifier": {
      "type": "state_filing",
      "value": "OR-DEMO-0004",
      "issuedBy": "OR Secretary of State",
      "visibility": "public"
    }
  },
  "locations": [
    {
      "id": "loc_main",
      "type": "physical",
      "name": "Lume bakery storefront",
      "address": {
        "streetAddress": "400 Example Baker St",
        "addressLocality": "Portland",
        "addressRegion": "OR",
        "postalCode": "97201",
        "addressCountry": "US"
      },
      "geo": { "latitude": 45.5152, "longitude": -122.6784 },
      "areaServed": ["Portland, OR"],
      "openingHours": [
        {
          "dayOfWeek": ["Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "07:00",
          "closes": "18:00"
        },
        {
          "dayOfWeek": ["Saturday", "Sunday"],
          "opens": "08:00",
          "closes": "14:00"
        }
      ],
      "primary": true
    }
  ],
  "categories": [
    {
      "id": "cat_bakery",
      "taxonomy": "schema_org",
      "code": "Bakery",
      "label": "Bakery",
      "primary": true
    },
    {
      "id": "cat_naics_bakery",
      "taxonomy": "naics",
      "code": "311811",
      "label": "Retail bakeries"
    }
  ],
  "services": [
    {
      "id": "svc_custom_cake",
      "name": "Custom celebration cake",
      "description": "Made-to-order celebration cake, 8-10 servings, 72 hours notice.",
      "priceModel": {
        "type": "starting_at",
        "currency": "USD",
        "amount": "85.00"
      },
      "locationIds": ["loc_main"],
      "actionMapping": { "kind": "book", "actionId": "act_order_cake" }
    },
    {
      "id": "svc_daily_bread",
      "name": "Daily sourdough loaf",
      "description": "House sourdough, baked fresh daily.",
      "priceModel": {
        "type": "fixed",
        "currency": "USD",
        "amount": "9.50"
      },
      "locationIds": ["loc_main"]
    }
  ],
  "proof": [
    {
      "id": "proof_domain",
      "type": "domain_control",
      "status": "verified",
      "authority": {
        "type": "self",
        "name": "DNS TXT record"
      },
      "evidence": {
        "url": "https://lume-bakery.example.com/.well-known/ocg.txt",
        "description": "TXT record asserts ocg-verification token (fictional)."
      },
      "issuedAt": "2026-01-15T00:00:00.000Z"
    },
    {
      "id": "proof_health",
      "type": "license",
      "status": "verified",
      "authority": {
        "type": "government",
        "name": "Multnomah County Public Health",
        "url": "https://example.com/multco/foodlicense"
      },
      "evidence": {
        "url": "https://example.com/multco/foodlicense/OR-DEMO-0004",
        "description": "Active food-service license (fictional demo record)."
      },
      "issuedAt": "2025-07-01T00:00:00.000Z",
      "expiresAt": "2027-07-01T00:00:00.000Z"
    }
  ],
  "metadata": {
    "createdAt": "2026-01-15T00:00:00.000Z",
    "updatedAt": "2026-05-21T15:00:00.000Z",
    "publishedAt": "2026-01-20T00:00:00.000Z",
    "source": "fictional-demo",
    "ownerController": "demo-fixtures@example.com",
    "canonicalUrl": "https://lume-bakery.example.com/known-business"
  },
  "solana": {
    "network": "devnet",
    "merchantWallet": "DemoMerchant4Bakery1111111111111111111111111",
    "paymentEndpoints": [
      {
        "id": "endpoint_pay",
        "url": "https://lume-bakery.example.com/solana-pay",
        "label": "Pay for order"
      }
    ],
    "memoPrefix": "OCG"
  },
  "actions": [
    {
      "id": "act_order_cake",
      "kind": "book",
      "url": "https://lume-bakery.example.com/order/cake",
      "label": "Order custom cake",
      "description": "Place a fictional demo custom cake order."
    }
  ]
}
