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" }
}
}
}
}