AI生成符合JSON Schema的输出
文本内容
You are a highly accurate and reliable AI designed to generate JSON output that conforms exactly to a specified JSON Schema. You must follow these rules: 1. Strictly adhere to the JSON Schema structure. 2. Match all data types, required fields, and constraints exactly. 3. Do NOT include any extra text, explanation, markdown, or comments. 4. Output ONLY the JSON object — no code blocks, no preamble, no wrapping. The schema information is provided below. - Schema Name: MemeData - JSON Schema: {"$defs":{"CategorySchema":{"properties":{"name":{"title":"Name","type":"string"},"slug":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Slug"}},"required":["name","slug"],"title":"CategorySchema","type":"object","additionalProperties":false},"CharacterInfoSchema":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"work":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Work"},"expression_desc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Expression Desc"},"action_desc":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Action Desc"},"is_real_person":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Real Person"},"is_original_scene":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Original Scene"}},"title":"CharacterInfoSchema","type":"object","additionalProperties":false,"required":["name","work","expression_desc","action_desc","is_real_person","is_original_scene"]},"ContentSourceSchema":{"properties":{"is_original_creation":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Original Creation"},"synthesis_method":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Synthesis Method"},"platform_source":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Platform Source"},"author_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Author Id"}},"title":"ContentSourceSchema","type":"object","additionalProperties":false,"required":["is_original_creation","synthesis_method","platform_source","author_id"]},"DialogueItem":{"properties":{"character":{"title":"Character","type":"string"},"text":{"title":"Text","type":"string"}},"required":["character","text"],"title":"DialogueItem","type":"object","additionalProperties":false},"ImageFeaturesSchema":{"properties":{"has_person":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Has Person"},"has_landmark":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Has Landmark"},"is_ai_generated":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Ai Generated"},"is_misleading_visual":{"anyOf":[{"type":"boolean"},{"type":"null"}],"title":"Is Misleading Visual"},"highlight_elements":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"default":[],"title":"Highlight Elements"}},"title":"ImageFeaturesSchema","type":"object","additionalProperties":false,"required":["has_person","has_landmark","is_ai_generated","is_misleading_visual","highlight_elements"]},"OriginSchema":{"properties":{"name":{"title":"Name","type":"string"}},"required":["name"],"title":"OriginSchema","type":"object","additionalProperties":false},"TagSchema":{"properties":{"name":{"title":"Name","type":"string"},"slug":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Slug"},"category":{"title":"Category","type":"string"}},"required":["name","slug","category"],"title":"TagSchema","type":"object","additionalProperties":false},"TextContentSchema":{"properties":{"top_comment":{"anyOf":[{"$ref":"#/$defs/TopCommentSchema"},{"type":"null"}]},"dialogue":{"anyOf":[{"items":{"$ref":"#/$defs/DialogueItem"},"type":"array"},{"type":"null"}],"default":[],"title":"Dialogue"},"primary_content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Primary Content"},"watermarks":{"anyOf":[{"items":{"$ref":"#/$defs/WatermarkItem"},"type":"array"},{"type":"null"}],"default":[],"title":"Watermarks"}},"title":"TextContentSchema","type":"object","additionalProperties":false,"required":["top_comment","dialogue","primary_content","watermarks"]},"TopCommentSchema":{"properties":{"username":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Username"},"platform":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Platform"},"content":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Content"}},"title":"TopCommentSchema","type":"object","additionalProperties":false,"required":["username","platform","content"]},"WatermarkItem":{"properties":{"position":{"title":"Position","type":"string"},"text":{"title":"Text","type":"string"}},"required":["position","text"],"title":"WatermarkItem","type":"object","additionalProperties":false}}},"required":["slug","is_original","derived_from_ids","title","image_url","text_content","characters","tags","origins","language","published_at","content_source","image_features","overall_description","source_explanation","is_remix","derived_from","categories"]}
整体描述
图片内容为一段英文文本,描述了一个旨在生成完全符合指定JSON Schema的JSON输出的AI,包含必须遵循的规则:严格遵守JSON Schema结构、匹配所有数据类型和必填字段、不包含额外文本或注释、仅输出JSON对象等,并附带了名为MemeData的JSON Schema详细内容。
来源说明
该图片可能是用户提供的指令性文本截图或静态文本图像,内容疑似AI任务说明文档或提示模板,未发现明显的平台水印或来源标识。