SafeLine · Schema

SafeLine Protected Website

A web application protected by SafeLine WAF reverse proxy.

ProxyWAFSecurityOpen-SourceReverse ProxyAPI Gateway

Properties

Name Type Description
id integer Unique website identifier
name string Friendly name for the protected website
upstream string Backend server address (host:port or IP:port)
ports array Listener ports for the reverse proxy
enabled boolean Whether WAF protection is enabled
policy_group_id integer Applied security policy group ID
ssl_id integer SSL certificate ID for HTTPS
create_time string Website creation timestamp
comment string Optional description or notes
View JSON Schema on GitHub

JSON Schema

safeline-website-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/safeline/main/json-schema/safeline-website-schema.json",
  "title": "SafeLine Protected Website",
  "description": "A web application protected by SafeLine WAF reverse proxy.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique website identifier"
    },
    "name": {
      "type": "string",
      "description": "Friendly name for the protected website"
    },
    "upstream": {
      "type": "string",
      "description": "Backend server address (host:port or IP:port)",
      "example": "192.168.1.100:8080"
    },
    "ports": {
      "type": "array",
      "description": "Listener ports for the reverse proxy",
      "items": {
        "type": "object",
        "properties": {
          "port": {
            "type": "integer",
            "description": "Port number"
          },
          "protocol": {
            "type": "string",
            "enum": ["http", "https"],
            "description": "Protocol type"
          }
        },
        "required": ["port", "protocol"]
      }
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether WAF protection is enabled"
    },
    "policy_group_id": {
      "type": "integer",
      "description": "Applied security policy group ID"
    },
    "ssl_id": {
      "type": "integer",
      "description": "SSL certificate ID for HTTPS"
    },
    "create_time": {
      "type": "string",
      "format": "date-time",
      "description": "Website creation timestamp"
    },
    "comment": {
      "type": "string",
      "description": "Optional description or notes"
    }
  },
  "required": ["id", "name", "upstream", "ports"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/safeline-website"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.