{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://gatewayinformationgroup.com/agent/website-scanner-input.schema.json",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "website": {
      "type": "string",
      "minLength": 1,
      "maxLength": 2048,
      "description": "Public HTTP(S) website only; server applies URL, secret, DNS and redirect safeguards."
    },
    "industry": {
      "enum": [
        "Local professional services",
        "Contracting and home services",
        "Consulting",
        "Accounting and finance",
        "Property management",
        "Nonprofit",
        "Other"
      ]
    },
    "goal": {
      "enum": [
        "More qualified inquiries",
        "More calls",
        "More bookings",
        "More sales",
        "Clearer services",
        "Stronger credibility"
      ]
    }
  },
  "required": [
    "website",
    "industry",
    "goal"
  ]
}
