{
  "name": "JS 代码混淆",
  "slug": "js_huixiao",
  "description": "在线 JavaScript 代码混淆工具",
  "api_url": "/api/js_huixiao/",
  "ui_url": "/tools/js_huixiao/",
  "schema_url": "/tools/js_huixiao/schema.json",
  "endpoint": "POST /api/js_huixiao/",
  "request_schema": {
    "type": "object",
    "required": [
      "level",
      "text"
    ],
    "properties": {
      "level": {
        "type": "string",
        "enum": [
          "low",
          "medium",
          "high"
        ]
      },
      "text": {
        "type": "string"
      }
    }
  }
}