{
  "schemaVersion": "3.0.0-draft",
  "recordId": "kb_tonys-auto-body_main-shop_facefeed",
  "recordType": "known_business",
  "lifecycleStatus": "published",
  "identity": {
    "displayName": "Tony's Auto Body",
    "legalName": "Tony's Auto Body, LLC",
    "description": "Fictional demo auto-body shop used for Open Commerce Graph fixtures.",
    "url": "https://tonys-auto-body.example.com",
    "domain": "tonys-auto-body.example.com",
    "email": "shop@tonys-auto-body.example.com",
    "phone": "+13035550130",
    "contacts": [
      {
        "id": "contact_support",
        "type": "support_url",
        "value": "https://tonys-auto-body.example.com/contact",
        "preferred": true
      }
    ],
    "businessIdentifier": {
      "type": "state_filing",
      "value": "CO-DEMO-0003",
      "issuedBy": "CO Secretary of State",
      "visibility": "public"
    }
  },
  "locations": [
    {
      "id": "loc_shop",
      "type": "physical",
      "name": "Main shop",
      "address": {
        "streetAddress": "300 Example Industrial Pkwy",
        "addressLocality": "Denver",
        "addressRegion": "CO",
        "postalCode": "80202",
        "addressCountry": "US"
      },
      "geo": { "latitude": 39.7392, "longitude": -104.9903 },
      "areaServed": ["Denver, CO", "Aurora, CO", "Lakewood, CO"],
      "openingHours": [
        {
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
          "opens": "08:00",
          "closes": "18:00"
        },
        {
          "dayOfWeek": ["Saturday"],
          "opens": "09:00",
          "closes": "13:00"
        }
      ],
      "primary": true
    }
  ],
  "categories": [
    {
      "id": "cat_auto_repair",
      "taxonomy": "schema_org",
      "code": "AutoRepair",
      "label": "Auto repair shop",
      "primary": true
    },
    {
      "id": "cat_naics_collision",
      "taxonomy": "naics",
      "code": "811121",
      "label": "Automotive body, paint, and interior repair"
    }
  ],
  "services": [
    {
      "id": "svc_collision",
      "name": "Collision repair",
      "description": "Frame, panel, and structural repair for daily-driver vehicles.",
      "priceModel": {
        "type": "quote",
        "currency": "USD"
      },
      "locationIds": ["loc_shop"],
      "actionMapping": { "kind": "book", "actionId": "act_book_estimate" }
    },
    {
      "id": "svc_paint",
      "name": "Paint refinish",
      "description": "Color match, single-panel and full-vehicle refinishing.",
      "priceModel": {
        "type": "starting_at",
        "currency": "USD",
        "amount": "650.00"
      },
      "locationIds": ["loc_shop"]
    }
  ],
  "proof": [
    {
      "id": "proof_domain",
      "type": "domain_control",
      "status": "verified",
      "authority": {
        "type": "self",
        "name": "DNS TXT record"
      },
      "evidence": {
        "url": "https://tonys-auto-body.example.com/.well-known/ocg.txt",
        "description": "TXT record asserts ocg-verification token (fictional)."
      },
      "issuedAt": "2026-02-10T00:00:00.000Z"
    },
    {
      "id": "proof_review",
      "type": "review_aggregator",
      "status": "verified",
      "authority": {
        "type": "review_aggregator",
        "name": "Example Reviews",
        "url": "https://example.com/reviews/tonys-auto-body"
      },
      "evidence": {
        "url": "https://example.com/reviews/tonys-auto-body",
        "description": "Aggregated customer reviews (fictional demo record)."
      },
      "issuedAt": "2026-01-01T00:00:00.000Z"
    }
  ],
  "metadata": {
    "createdAt": "2026-02-10T00:00:00.000Z",
    "updatedAt": "2026-05-21T15:00:00.000Z",
    "publishedAt": "2026-02-15T00:00:00.000Z",
    "source": "fictional-demo",
    "ownerController": "demo-fixtures@example.com",
    "canonicalUrl": "https://tonys-auto-body.example.com/known-business"
  },
  "solana": {
    "network": "devnet",
    "merchantWallet": "DemoMerchant3AutoBody11111111111111111111111",
    "paymentEndpoints": [
      {
        "id": "endpoint_pay",
        "url": "https://tonys-auto-body.example.com/solana-pay",
        "label": "Pay deposit"
      }
    ],
    "memoPrefix": "OCG"
  },
  "actions": [
    {
      "id": "act_book_estimate",
      "kind": "book",
      "url": "https://tonys-auto-body.example.com/book/estimate",
      "label": "Book estimate",
      "description": "Schedule a fictional demo collision estimate."
    }
  ]
}
