{
  "schema_version": "1.0",
  "name": "تی‌نت (TNet)",
  "description": "سامانه نوبت‌دهی رایگان ابری — یک سال کامل بدون هزینه اشتراک برای کلینیک، بانک و سازمان‌ها.",
  "url": "https://mytnet.ir/",
  "actions": [
    {
      "name": "request_organization_demo",
      "description": "ثبت درخواست دموی رایگان سامانه نوبت‌دهی و مدیریت صف تی‌نت — فرم صفحه اصلی",
      "url": "https://mytnet.ir/#request-demo",
      "parameters": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "description": "نام و نام خانوادگی مسئول سازمان"
          },
          "mobile": {
            "type": "string",
            "description": "شماره موبایل ایران (مثال: 09123456789)"
          },
          "organization": {
            "type": "string",
            "description": "نام سازمان، کلینیک یا بانک"
          }
        },
        "required": ["fullName", "mobile"]
      }
    },
    {
      "name": "contact_support",
      "description": "تماس با پشتیبانی یا فروش تی‌نت",
      "url": "https://mytnet.ir/#contact",
      "parameters": {
        "type": "object",
        "properties": {
          "channel": {
            "type": "string",
            "enum": ["phone", "email"],
            "description": "کانال تماس"
          }
        },
        "required": ["channel"]
      }
    },
    {
      "name": "request_demo",
      "description": "ثبت‌نام رایگان آنلاین — یک سال کامل بدون هزینه اشتراک",
      "url": "https://mytnet.ir/buy-queue-system",
      "parameters": {
        "type": "object",
        "properties": {
          "organization_name": {
            "type": "string",
            "description": "نام سازمان یا کسب‌وکار"
          }
        },
        "required": ["organization_name"]
      }
    },
    {
      "name": "submit_bank_demo",
      "description": "ثبت درخواست دموی رایگان برای بانک — فرم لندینگ بانکی",
      "url": "https://mytnet.ir/bank#contact",
      "parameters": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "description": "نام و نام خانوادگی مسئول سازمان"
          },
          "mobile": {
            "type": "string",
            "description": "شماره موبایل (مثال: 09123456789)"
          },
          "organization": {
            "type": "string",
            "description": "نام بانک یا شعبه"
          }
        },
        "required": ["fullName", "mobile"]
      }
    },
    {
      "name": "submit_clinic_demo",
      "description": "ثبت درخواست دموی رایگان سامانه نوبت‌دهی کلینیک و درمانگاه",
      "url": "https://mytnet.ir/darmani#contact",
      "parameters": {
        "type": "object",
        "properties": {
          "fullName": {
            "type": "string",
            "description": "نام و نام خانوادگی مسئول کلینیک"
          },
          "mobile": {
            "type": "string",
            "description": "شماره موبایل (مثال: 09123456789)"
          },
          "organizationType": {
            "type": "string",
            "description": "نوع مرکز درمانی"
          }
        },
        "required": ["fullName", "mobile", "organizationType"]
      }
    },
    {
      "name": "browse_industry_solution",
      "description": "مشاهده راهکار نوبت‌دهی برای یک صنعت مشخص",
      "url": "https://mytnet.ir/darmani",
      "parameters": {
        "type": "object",
        "properties": {
          "industry": {
            "type": "string",
            "enum": ["darmani", "bank", "ghazai", "police10"],
            "description": "شناسه صفحه صنعت"
          }
        },
        "required": ["industry"]
      }
    }
  ]
}
