{
  "schemaVersion": "3.0.0-draft",
  "recordId": "kb_meridian-dental_meridian-flagship_cafebabe",
  "recordType": "known_business",
  "lifecycleStatus": "published",
  "identity": {
    "displayName": "Meridian Dental",
    "legalName": "Meridian Dental, P.A.",
    "description": "Fictional demo family dentistry used for Open Commerce Graph fixtures.",
    "url": "https://meridian-dental.example.com/",
    "domain": "meridian-dental.example.com",
    "email": "hello@meridian-dental.example.com",
    "phone": "+12085550120",
    "contacts": [
      {
        "type": "support_url",
        "id": "contact_support",
        "value": "https://meridian-dental.example.com/contact",
        "preferred": true
      }
    ],
    "businessIdentifier": {
      "type": "state_filing",
      "visibility": "public",
      "value": "ID-DEMO-0002",
      "issuedBy": "ID Secretary of State"
    }
  },
  "locations": [
    {
      "type": "physical",
      "id": "loc_flagship",
      "name": "Meridian flagship office",
      "address": {
        "streetAddress": "200 Example Plaza",
        "addressLocality": "Boise",
        "addressRegion": "ID",
        "postalCode": "83702",
        "addressCountry": "US"
      },
      "geo": {
        "latitude": 43.6135,
        "longitude": -116.2035
      },
      "areaServed": [
        "Boise, ID",
        "Meridian, ID"
      ],
      "openingHours": [
        {
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday"
          ],
          "opens": "08:00",
          "closes": "17:00"
        },
        {
          "dayOfWeek": [
            "Friday"
          ],
          "opens": "08:00",
          "closes": "12:00"
        }
      ],
      "primary": true
    }
  ],
  "categories": [
    {
      "taxonomy": "schema_org",
      "id": "cat_dentist",
      "code": "Dentist",
      "label": "Dental practice",
      "primary": true
    }
  ],
  "services": [
    {
      "id": "svc_cleaning",
      "name": "Standard cleaning",
      "description": "Adult cleaning and exam, 45 minutes.",
      "priceModel": {
        "type": "fixed",
        "currency": "USD",
        "amount": "149.00"
      },
      "locationIds": [
        "loc_flagship"
      ],
      "actionMapping": {
        "kind": "book",
        "actionId": "act_book_cleaning"
      }
    },
    {
      "id": "svc_whitening",
      "name": "In-office whitening",
      "description": "Single-visit professional whitening.",
      "priceModel": {
        "type": "starting_at",
        "currency": "USD",
        "amount": "299.00"
      },
      "locationIds": [
        "loc_flagship"
      ]
    }
  ],
  "proof": [
    {
      "type": "credential",
      "status": "verified",
      "id": "proof_credential",
      "authority": {
        "type": "professional_credential",
        "name": "Idaho State Board of Dentistry",
        "url": "https://example.com/id-dentistry/lookup"
      },
      "evidence": {
        "url": "https://example.com/id-dentistry/lookup/ID-DEMO-0002",
        "description": "Active dental license (fictional demo record)."
      },
      "issuedAt": "2024-06-01T00:00:00.000Z",
      "expiresAt": "2027-06-01T00:00:00.000Z"
    },
    {
      "type": "domain_control",
      "status": "verified",
      "id": "proof_domain",
      "authority": {
        "type": "self",
        "name": "DNS TXT record"
      },
      "evidence": {
        "url": "https://meridian-dental.example.com/.well-known/ocg.txt",
        "description": "TXT record asserts ocg-verification token (fictional)."
      },
      "issuedAt": "2026-03-01T00:00:00.000Z"
    }
  ],
  "metadata": {
    "createdAt": "2026-03-01T00:00:00.000Z",
    "updatedAt": "2026-05-21T15:00:00.000Z",
    "publishedAt": "2026-03-05T00:00:00.000Z",
    "source": "fictional-demo",
    "ownerController": "demo-fixtures@example.com",
    "canonicalUrl": "https://meridian-dental.example.com/known-business"
  },
  "solana": {
    "network": "devnet",
    "merchantWallet": "DemoMerchant2Denta11111111111111111111111111",
    "paymentEndpoints": [
      {
        "id": "endpoint_pay",
        "url": "https://meridian-dental.example.com/solana-pay",
        "label": "Pay copay"
      }
    ],
    "memoPrefix": "OCG"
  },
  "actions": [
    {
      "kind": "book",
      "id": "act_book_cleaning",
      "url": "https://meridian-dental.example.com/book/cleaning",
      "label": "Book cleaning",
      "description": "Schedule a fictional demo dental cleaning appointment."
    }
  ]
}