This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema", | |
| "description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.", | |
| "type": "object", | |
| "required": ["meta", "subject", "scene"], | |
| "properties": { | |
| "user_intent": { | |
| "type": "string", | |
| "description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging." |