HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/root/tmp/campaign_schema.txt
HTTP/2 200 
accept-ranges: bytes
cache-control: public, max-age=0
last-modified: Sun, 31 May 2026 20:39:55 GMT
etag: W/"957-19e7fc3c13d"
content-type: application/json; charset=UTF-8
vary: Accept-Encoding
date: Sun, 31 May 2026 20:41:07 GMT
server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://360live.stream/schemas/campaign-kit-export.v1.json",
  "title": "360live.stream Campaign Kit Export",
  "type": "object",
  "required": ["schema", "generated_at", "growth_gate", "campaign", "usage"],
  "properties": {
    "schema": { "const": "https://360live.stream/schemas/campaign-kit-export.v1.json" },
    "generated_at": { "type": "string", "format": "date-time" },
    "source": { "type": "object" },
    "growth_gate": {
      "type": ["object", "null"],
      "properties": {
        "generated_at": { "type": "string" },
        "ok": { "type": "boolean" },
        "exit_code": { "type": "number" },
        "stdout": { "type": "string" },
        "stderr": { "type": "string" }
      }
    },
    "campaign": {
      "type": "object",
      "required": ["posts", "channel_exports"],
      "properties": {
        "generated_at": { "type": "string" },
        "sources": { "type": "object" },
        "inventory": { "type": "object" },
        "posts": {
          "type": "array",
          "items": {
            "type": "object",
            "required": ["channel", "type", "title", "audience", "landing_url", "cta_label", "cta_url", "copy", "visual_url"],
            "properties": {
              "channel": { "type": "string" },
              "type": { "type": "string" },
              "title": { "type": "string" },
              "audience": { "type": "string" },
              "landing_url": { "type": "string" },
              "cta_label": { "type": "string" },
              "cta_url": { "type": "string" },
              "copy": { "type": "string" },
              "visual_url": { "type": "string" },
              "tracking_surface": { "type": "string" }
            }
          }
        },
        "channel_exports": {
          "type": "object",
          "properties": {
            "linkedin": { "type": "array" },
            "x": { "type": "array" },
            "newsletter": { "type": ["object", "null"] },
            "paid_ads": { "type": "array" }
          }
        },
        "operator_checks": { "type": "array", "items": { "type": "string" } }
      }
    },
    "usage": {
      "type": "object",
      "required": ["intent", "public_page"],
      "properties": {
        "intent": { "type": "string" },
        "public_page": { "type": "string" }
      }
    }
  }
}