{"$schema":"https://json-schema.org/draft/2020-12/schema","anyOf":[{"anyOf":[{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","const":"ok"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":true}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":false}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","const":"empty"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":true}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":false}},"required":["has_more"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","exclusiveMinimum":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","const":"error"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","const":"rate_limited"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"insufficient_balance"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"upstream_error"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"invalid_params"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","const":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","const":"not_supported"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","const":"not_supported"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","const":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","const":"timeout"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","const":"timeout"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false},"platform":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"billing":{"type":"object","properties":{"cost":{"type":"number","const":0},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","applied_params","warnings","items","error","platform","billing"],"additionalProperties":false}]},{"type":"object","properties":{"request_id":{"type":"string","minLength":1},"schema_version":{"type":"string","const":"v1"},"fetched_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"status":{"type":"string","enum":["ok","empty","error","not_supported","timeout"]},"fanout":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"anyOf":[{"type":"object","properties":{"status":{"type":"string","const":"ok"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"minItems":1,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":true}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":false}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","const":"empty"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"page":{"anyOf":[{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":true}},"required":["cursor","has_more"],"additionalProperties":false},{"type":"object","properties":{"cursor":{"type":"string","minLength":1},"has_more":{"type":"boolean","const":false}},"required":["has_more"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","const":"error"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"anyOf":[{"type":"object","properties":{"code":{"type":"string","const":"rate_limited"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"retry_after":{"type":"number","exclusiveMinimum":0}},"required":["code","message","retryable","retry_after"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"insufficient_balance"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"upstream_error"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false},{"type":"object","properties":{"code":{"type":"string","const":"invalid_params"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}]}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","const":"not_supported"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","const":"not_supported"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"},"action_url":{"type":"string","format":"uri"}},"required":["code","message","retryable","action_url"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false},{"type":"object","properties":{"status":{"type":"string","const":"timeout"},"applied_params":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}},"warnings":{"type":"array","items":{"type":"string","minLength":1}},"items":{"maxItems":0,"type":"array","items":{"oneOf":[{"type":"object","properties":{"kind":{"type":"string","const":"item"},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"author":{"type":"object","properties":{"name":{"type":"string","minLength":1},"id":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["name"],"additionalProperties":false},"published_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"metrics":{"type":"object","properties":{"likes":{"type":"integer","minimum":0,"maximum":9007199254740991},"collects":{"type":"integer","minimum":0,"maximum":9007199254740991},"comments":{"type":"integer","minimum":0,"maximum":9007199254740991},"shares":{"type":"integer","minimum":0,"maximum":9007199254740991},"views":{"type":"integer","minimum":0,"maximum":9007199254740991}},"additionalProperties":false},"media":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","enum":["video","image","audio"]},"url":{"type":"string","format":"uri"},"duration_s":{"type":"number","minimum":0}},"required":["type","url"],"additionalProperties":false}},"parent_id":{"type":"string","minLength":1},"reply_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}},"title":{"type":"string","minLength":1},"text":{"type":"string","minLength":1}},"required":["kind","id"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"profile_card"},"id":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"url":{"type":"string","format":"uri"},"bio":{"type":"string"},"verified":{"type":"boolean"},"followers":{"type":"integer","minimum":0,"maximum":9007199254740991},"following":{"type":"integer","minimum":0,"maximum":9007199254740991},"posts_count":{"type":"integer","minimum":0,"maximum":9007199254740991},"location":{"type":"string"},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","id","name"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"leaderboard"},"rank":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"title":{"type":"string","minLength":1},"heat":{"type":"number","minimum":0},"url":{"type":"string","format":"uri"},"query":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","rank","title"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"distribution"},"dimension":{"type":"string","minLength":1},"buckets":{"minItems":1,"type":"array","items":{"type":"object","properties":{"label":{"type":"string","minLength":1},"value":{"type":"number"}},"required":["label","value"],"additionalProperties":false}},"unit":{"default":"ratio","type":"string","enum":["ratio","count"]},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","dimension","buckets","unit"],"additionalProperties":false},{"type":"object","properties":{"kind":{"type":"string","const":"timeseries"},"metric":{"type":"string","minLength":1},"points":{"minItems":1,"type":"array","items":{"type":"object","properties":{"t":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"value":{"type":"number"}},"required":["t","value"],"additionalProperties":false}},"unit":{"type":"string","minLength":1},"platform_extra":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}},"required":["kind","metric","points"],"additionalProperties":false}]}},"error":{"type":"object","properties":{"code":{"type":"string","const":"timeout"},"message":{"type":"string","minLength":1},"retryable":{"type":"boolean"}},"required":["code","message","retryable"],"additionalProperties":false}},"required":["status","applied_params","warnings","items","error"],"additionalProperties":false}]}},"billing":{"type":"object","properties":{"cost":{"type":"number","minimum":0},"detail":{"type":"object","propertyNames":{"type":"string","enum":["xiaohongshu","douyin","x","reddit","wechat","weibo","bilibili","zhihu","kuaishou","youtube"]},"additionalProperties":{"type":"number","minimum":0}},"balance":{"type":"number","minimum":0},"unit":{"type":"string","const":"credits"},"pricing":{"type":"string","enum":["standard","placeholder"]}},"required":["cost","detail","balance","unit"],"additionalProperties":false}},"required":["request_id","schema_version","fetched_at","status","fanout","billing"],"additionalProperties":false}],"$defs":{"__schema0":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema0"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema0"}}]},"__schema1":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"null"},{"type":"array","items":{"$ref":"#/$defs/__schema1"}},{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/$defs/__schema1"}}]}}}