{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Dexler Enterprise Agentic Navigation & Capabilities",
  "version": "1.0.0",
  "description": "Machine-readable interface definitions for autonomous web agents, AI search bots, and LLM tool-calling systems navigating Dexler.",
  "baseUrl": "https://dexler.com",
  "organization": {
    "name": "Dexler Information Solutions",
    "domain": "dexler.com",
    "primaryFocus": "Enterprise Digital Transformation & SAP S/4HANA Adoption",
    "contactEmail": "info@dexler.com"
  },
  "routes": [
    {
      "name": "Home & Overview",
      "path": "/",
      "description": "Executive hero, value proposition, client logos, and core enterprise metrics."
    },
    {
      "name": "Services Portfolio",
      "path": "/#services",
      "description": "Comprehensive matrix of Digital Learning, Learning Strategy, Technology Adoption, and Managed Learning Services."
    },
    {
      "name": "Digital Learning",
      "path": "/#digital-learning",
      "description": "Bespoke courseware, interactive microlearning, simulations, and rapid instructional design."
    },
    {
      "name": "Technology & SAP Adoption",
      "path": "/#technology-adoption",
      "description": "Role-based SAP S/4HANA enablement, software adoption sandboxes, and change management."
    },
    {
      "name": "Managed Learning Services",
      "path": "/#managed-learning",
      "description": "Global LMS administration, governance, course maintenance, and learner helpdesk."
    },
    {
      "name": "Insights Hub",
      "path": "/#insights",
      "description": "Articles, whitepapers, case studies, videos, and podcasts on enterprise workforce readiness."
    },
    {
      "name": "Careers",
      "path": "/#careers",
      "description": "Open positions, work culture, and career opportunities at Dexler."
    },
    {
      "name": "Global Locations",
      "path": "/#locations",
      "description": "Office addresses and Google Maps coordinates in Bengaluru, Singapore, Australia, UK, and US."
    },
    {
      "name": "Transformation Assessment / Contact",
      "path": "/#contact",
      "description": "Enterprise inquiry form for scheduling operational readiness assessments."
    }
  ],
  "agentActions": {
    "submitInquiry": {
      "description": "Submit a business inquiry or readiness consultation request.",
      "method": "POST",
      "formFields": [
        { "name": "fullName", "type": "string", "required": true },
        { "name": "workEmail", "type": "string", "format": "email", "required": true },
        { "name": "organization", "type": "string", "required": false },
        { "name": "serviceInterest", "type": "string", "enum": ["Digital Learning", "Learning Strategy", "Technology Adoption", "Managed Learning Services", "Other"], "required": false },
        { "name": "message", "type": "string", "required": true }
      ]
    },
    "queryInsights": {
      "description": "Browse and search published articles and whitepapers by slug, category, or search keyword.",
      "urlFormat": "https://dexler.com/#insights?article={slug}"
    }
  }
}
