{
  "schemaVersion": "3.0.0-draft",
  "recordId": "kb_desert-summit-roofing_roofing-flagship_deadbeef",
  "recordType": "known_business",
  "lifecycleStatus": "published",
  "identity": {
    "displayName": "Desert Summit Roofing",
    "legalName": "Desert Summit Roofing, LLC",
    "description": "Fictional demo roofing company used to exercise the Open Commerce Graph schema and validator.",
    "url": "https://desert-summit-roofing.example.com/",
    "domain": "desert-summit-roofing.example.com",
    "email": "hello@desert-summit-roofing.example.com",
    "phone": "+16025550110",
    "contacts": [
      {
        "type": "social",
        "id": "contact_social",
        "value": "https://example.com/social/desert-summit-roofing"
      },
      {
        "type": "support_url",
        "id": "contact_support",
        "value": "https://desert-summit-roofing.example.com/support",
        "preferred": true
      }
    ],
    "businessIdentifier": {
      "type": "state_filing",
      "visibility": "public",
      "value": "AZ-DEMO-0001",
      "issuedBy": "AZ Corporation Commission"
    }
  },
  "locations": [
    {
      "type": "physical",
      "id": "loc_flagship",
      "name": "Desert Summit yard",
      "address": {
        "streetAddress": "100 Example Mesa Way",
        "addressLocality": "Phoenix",
        "addressRegion": "AZ",
        "postalCode": "85001",
        "addressCountry": "US"
      },
      "geo": {
        "latitude": 33.4484,
        "longitude": -112.074
      },
      "areaServed": [
        "Phoenix, AZ",
        "Tempe, AZ",
        "Mesa, AZ"
      ],
      "openingHours": [
        {
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "17:00"
        }
      ],
      "primary": true
    }
  ],
  "categories": [
    {
      "taxonomy": "naics",
      "id": "cat_naics_roofing",
      "code": "238160",
      "label": "Roofing contractors"
    },
    {
      "taxonomy": "schema_org",
      "id": "cat_roofing",
      "code": "HomeAndConstructionBusiness",
      "label": "Roofing contractor",
      "primary": true
    }
  ],
  "services": [
    {
      "id": "svc_roof_inspection",
      "name": "Roof inspection",
      "description": "Annual inspection with a written report.",
      "priceModel": {
        "type": "fixed",
        "currency": "USD",
        "amount": "199.00"
      },
      "locationIds": [
        "loc_flagship"
      ]
    },
    {
      "id": "svc_roof_repair",
      "name": "Residential roof repair",
      "description": "Patch and re-flash damaged roof sections on single-family homes.",
      "priceModel": {
        "type": "starting_at",
        "currency": "USD",
        "amount": "450.00"
      },
      "locationIds": [
        "loc_flagship"
      ],
      "actionMapping": {
        "kind": "book",
        "actionId": "act_book_repair"
      }
    }
  ],
  "proof": [
    {
      "type": "domain_control",
      "status": "verified",
      "id": "proof_domain",
      "authority": {
        "type": "self",
        "name": "DNS TXT record",
        "url": "https://desert-summit-roofing.example.com/.well-known/ocg.txt"
      },
      "evidence": {
        "url": "https://desert-summit-roofing.example.com/.well-known/ocg.txt",
        "description": "DNS TXT record asserts ocg-verification token."
      },
      "issuedAt": "2026-04-15T00:00:00.000Z"
    },
    {
      "type": "license",
      "status": "verified",
      "id": "proof_license",
      "authority": {
        "type": "government",
        "name": "Arizona Registrar of Contractors",
        "url": "https://example.com/azroc/lookup"
      },
      "evidence": {
        "url": "https://example.com/azroc/lookup/AZ-DEMO-0001",
        "description": "Active Arizona roofing contractor license (fictional demo record)."
      },
      "issuedAt": "2025-01-10T00:00:00.000Z",
      "expiresAt": "2027-01-10T00:00:00.000Z"
    }
  ],
  "metadata": {
    "createdAt": "2026-04-15T00:00:00.000Z",
    "updatedAt": "2026-05-21T15:00:00.000Z",
    "publishedAt": "2026-04-20T00:00:00.000Z",
    "source": "fictional-demo",
    "ownerController": "demo-fixtures@example.com",
    "canonicalUrl": "https://desert-summit-roofing.example.com/known-business"
  },
  "solana": {
    "network": "devnet",
    "merchantWallet": "DemoMerchant1Roofing111111111111111111111111",
    "paymentEndpoints": [
      {
        "id": "endpoint_pay",
        "url": "https://desert-summit-roofing.example.com/solana-pay",
        "label": "Pay deposit"
      }
    ],
    "memoPrefix": "OCG"
  },
  "actions": [
    {
      "kind": "book",
      "id": "act_book_repair",
      "url": "https://desert-summit-roofing.example.com/book/repair",
      "label": "Book repair",
      "description": "Schedule a fictional demo roof repair appointment."
    }
  ]
}