{
  "$schema": "https://facet.llc/downloads/ubi-sample-listing.json",
  "sample": true,
  "note": "Illustrative worked example (not a real business), matching the walkthrough at https://facet.llc/ubi.html. Live UBI documents share this exact shape; only the values differ.",
  "facet_id": "ubi:us:tx:dallas:75002:bobs-plumbing",
  "nap": {
    "name": "Bob's Plumbing",
    "address": {
      "street": "412 Maple Ave",
      "city": "Dallas",
      "state": "TX",
      "postal": "75002",
      "country": "US",
      "lat": 33.0198,
      "lng": -96.6989
    },
    "service_area": [{ "type": "radius_miles", "value": 25 }],
    "phone": "+1-972-555-0142",
    "email": "dispatch@bobsplumbingdallas.example",
    "website": "https://bobsplumbingdallas.example",
    "social": { "instagram": "@bobsplumbingdallas", "fb": "bobsplumbingdallas", "tiktok": null }
  },
  "hours": {
    "regular": {
      "mon": ["09:00-17:00"],
      "tue": ["09:00-17:00"],
      "wed": ["09:00-17:00"],
      "thu": ["09:00-17:00"],
      "fri": ["09:00-17:00"],
      "sat": ["09:00-13:00"],
      "sun": []
    },
    "exceptions": [{ "date": "2026-12-25", "closed": true }],
    "seasonal": { "open_from": null, "open_until": null },
    "status": "open_now"
  },
  "category": {
    "naics": 238220,
    "google_place_type": "plumber",
    "facet_taxonomy": ["home_services", "plumbing", "emergency_24_7"]
  },
  "identity": {
    "claim_status": "verified_owner",
    "verification_methods": ["phone_otp", "gmb_oauth"],
    "licenses": [
      {
        "jurisdiction": "TX",
        "type": "Master Plumber License",
        "number": "TX-MPL-000000",
        "verified_via": "state_license_registry",
        "expires": "2027-06-30"
      }
    ]
  },
  "reputation": {
    "facet_score": 4.6,
    "agent_review_count": 142,
    "human_review_count": 1283,
    "dispute_rate": "0.4%",
    "response_time_p50_hours": 2.3
  },
  "capabilities": ["view_only", "click_to_call", "book_appointment", "request_quote"],
  "provenance": {
    "sources": [
      "google_places",
      "yelp_fusion",
      "owner_claim",
      "web_crawl",
      "state_license_registry"
    ],
    "last_verified": "2026-04-30T18:22:00Z",
    "signed_by": "kid:facet-prod-2026-04"
  }
}
