{
  "schemaVersion": "3.0.0-draft",
  "recordId": "kb_cobalt-cpa_cobalt-flagship_1c0ffee5",
  "recordType": "known_business",
  "lifecycleStatus": "published",
  "identity": {
    "displayName": "Cobalt CPA",
    "legalName": "Cobalt Accounting Services, P.C.",
    "description": "Fictional demo CPA practice used for Open Commerce Graph fixtures. Milestone 1 fixture deliberately ships without a Solana payment profile.",
    "url": "https://cobalt-cpa.example.com/",
    "domain": "cobalt-cpa.example.com",
    "email": "hello@cobalt-cpa.example.com",
    "phone": "+12065550160",
    "contacts": [
      {
        "type": "support_url",
        "id": "contact_support",
        "value": "https://cobalt-cpa.example.com/contact",
        "preferred": true
      }
    ],
    "businessIdentifier": {
      "type": "state_filing",
      "visibility": "public",
      "value": "WA-DEMO-0006",
      "issuedBy": "WA Secretary of State"
    }
  },
  "locations": [
    {
      "type": "physical",
      "id": "loc_flagship",
      "name": "Cobalt CPA office",
      "address": {
        "streetAddress": "600 Example Tower",
        "addressLocality": "Seattle",
        "addressRegion": "WA",
        "postalCode": "98101",
        "addressCountry": "US"
      },
      "geo": {
        "latitude": 47.6062,
        "longitude": -122.3321
      },
      "areaServed": [
        "Seattle, WA",
        "Bellevue, WA"
      ],
      "openingHours": [
        {
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "09:00",
          "closes": "17:00"
        }
      ],
      "primary": true
    }
  ],
  "categories": [
    {
      "taxonomy": "schema_org",
      "id": "cat_accounting",
      "code": "AccountingService",
      "label": "Accounting and tax services",
      "primary": true
    },
    {
      "taxonomy": "naics",
      "id": "cat_naics_accounting",
      "code": "541211",
      "label": "Offices of certified public accountants"
    }
  ],
  "services": [
    {
      "id": "svc_bookkeeping",
      "name": "Small-business bookkeeping",
      "description": "Monthly bookkeeping retainer for small businesses.",
      "priceModel": {
        "type": "subscription",
        "currency": "USD",
        "amount": "450.00"
      },
      "locationIds": [
        "loc_flagship"
      ]
    },
    {
      "id": "svc_tax_prep",
      "name": "Individual tax preparation",
      "description": "Federal and state individual return preparation for the current tax year.",
      "priceModel": {
        "type": "starting_at",
        "currency": "USD",
        "amount": "350.00"
      },
      "locationIds": [
        "loc_flagship"
      ],
      "actionMapping": {
        "kind": "book",
        "actionId": "act_book_consultation"
      }
    }
  ],
  "proof": [
    {
      "type": "credential",
      "status": "verified",
      "id": "proof_credential",
      "authority": {
        "type": "professional_credential",
        "name": "Washington State Board of Accountancy",
        "url": "https://example.com/wa-accountancy/lookup"
      },
      "evidence": {
        "url": "https://example.com/wa-accountancy/lookup/WA-DEMO-0006",
        "description": "Active CPA license (fictional demo record)."
      },
      "issuedAt": "2025-03-01T00:00:00.000Z",
      "expiresAt": "2027-03-01T00:00:00.000Z"
    },
    {
      "type": "domain_control",
      "status": "verified",
      "id": "proof_domain",
      "authority": {
        "type": "self",
        "name": "DNS TXT record"
      },
      "evidence": {
        "url": "https://cobalt-cpa.example.com/.well-known/ocg.txt",
        "description": "TXT record asserts ocg-verification token (fictional)."
      },
      "issuedAt": "2026-04-01T00:00:00.000Z"
    }
  ],
  "metadata": {
    "createdAt": "2026-04-01T00:00:00.000Z",
    "updatedAt": "2026-05-21T15:00:00.000Z",
    "publishedAt": "2026-04-05T00:00:00.000Z",
    "source": "fictional-demo",
    "ownerController": "demo-fixtures@example.com",
    "canonicalUrl": "https://cobalt-cpa.example.com/known-business"
  },
  "actions": [
    {
      "kind": "book",
      "id": "act_book_consultation",
      "url": "https://cobalt-cpa.example.com/book/consultation",
      "label": "Book consultation",
      "description": "Schedule a fictional demo CPA consultation."
    }
  ]
}