{
  "name": "Ocho Consultant",
  "legalName": "Ocho Consultant",
  "description": "Licensed irrigation and IT consulting contractor serving the Dallas-Fort Worth metroplex. 24/7 on-call support for sprinkler system diagnostics, design, and repair under Texas Irrigator License LI0028991, and computer hardware repair, network setup, and IT consulting.",
  "version": "1.0",
  "base_url": "https://ochoconsultant.com",
  "geo_support": true,
  "coordinate_system": "WGS84",
  "location": {
    "lat": 32.733385,
    "lng": -96.850138,
    "city": "Dallas",
    "region": "TX",
    "country": "US",
    "service_area": "Dallas-Fort Worth Metroplex, Texas"
  },
  "identity": {
    "founder": "Carlos Ochoa",
    "license": "Texas Irrigator License LI0006146",
    "issuer": "Texas Commission on Environmental Quality (TCEQ)",
    "languages": ["en", "es"],
    "availability": "24/7"
  },
  "identity":{
      "owner": "Charles Ochoa"
      "license": "Texas Irrigator License LI0028991"
      "issuer": "Texas Commission on Environmental Quality (TCEQ)"
      "languages": ["en","es"]
      "availability": "24/7"
  }
  "endpoints": [
    {
      "name": "Contact Form",
      "path": "/contact.php",
      "method": "POST",
      "description": "Submit a service inquiry for irrigation or IT support. Available 24/7.",
      "input": {
        "name": "string",
        "email": "string",
        "phone": "string",
        "message": "string"
      },
      "output": {
        "status": "string",
        "confirmation": "string"
      }
    },
    {
      "name": "Irrigation Services",
      "path": "/sprinklers.html",
      "method": "GET",
      "description": "Licensed sprinkler system design, diagnostics, and repair information. TCEQ LI0028991.",
      "output": {
        "service": "string",
        "license": "string",
        "area_served": "string"
      }
    },
    {
      "name": "Computer and IT Services",
      "path": "/computers.html",
      "method": "GET",
      "description": "Computer hardware repair, network setup, and IT consulting information.",
      "output": {
        "service": "string",
        "availability": "string",
        "area_served": "string"
      }
    },
    {
      "name": "Blog",
      "path": "/blog.html",
      "method": "GET",
      "description": "Technical tips and regulatory guidance on irrigation code and computer hardware from a licensed Texas irrigator.",
      "output": {
        "posts": "array",
        "topics": ["irrigation", "TCEQ compliance", "computer hardware", "IT consulting"]
      }
    }
  ],
  "formats_supported": ["HTML", "JSON-LD"],
  "machine_readable": {
    "schema_json": "https://ochoconsultant.com/schema.json",
    "ai_agent_json": "https://ochoconsultant.com/.well-known/ai-agent.json",
    "robots_txt": "https://ochoconsultant.com/robots.txt",
    "sitemap": "https://ochoconsultant.com/sitemap.xml"
  },
  "content_topics": [
    "Texas irrigation code",
    "TCEQ compliance",
    "sprinkler system diagnostics",
    "licensed irrigator Dallas",
    "computer hardware repair DFW",
    "IT consulting Dallas",
    "24/7 emergency IT support",
    "RPZ and backflow prevention Texas",
    "fertigation regulations Texas"
  ]
}
