{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Image", "type": "object", "properties": { "url": { "type": "string" }, "b64_json": { "type": "string" }, "revised_prompt": { "type": "string" } } }